Advertisement
yakar

NMAP Scripts (NSE)

May 12th, 2016
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. NSE Script Folder:
  2. /usr/share/nmap/scripts/
  3.  
  4. IP Info:
  5. nmap --script whois-ip.nse nmap.org
  6.  
  7. HTTP Folder:
  8. nmap --script http-sitemap-generator.nse nmap.org
  9.  
  10. Site Banners:
  11. nmap --script banner.nse nmap.org
  12.  
  13. Scan with All Script:
  14. nmap --script=all scanme.nmap.org
  15.  
  16. to be continued :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement