NMAP Grep Cheat Sheet

<https://github.com/leonjza/awesome-nmap-grep>

Fast NMAP

nmap -sS -n -Pn -p- --min-rate 5000 IP

TCP Syn Scan

nmap -sS

Disable Port Scan: (Ping Sweep)

nmap -sn

Use Hosts in a File

nmap -iL hosts.txt

Reason Option

nmap -sn -PE -L hosts.txt --reason

Output .xml format to html

xsltproc target.xml -o target.html