Advertisement
fplanzer

nmap tips

Mar 2nd, 2020
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1.  
  2. Detecting malware infections on remote hosts
  3. nmap -sV --script=http-malware-host 192.168.1.105
  4.  
  5. nmap -p80 --script http-google-malware infectedsite.com
  6.  
  7.  
  8. CVE detection using Nmap
  9. nmap -Pn --script vuln 192.168.1.105
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement