<https://github.com/leonjza/awesome-nmap-grep>
nmap -sS -n -Pn -p- --min-rate 5000 IP
TCP Syn Scan
nmap -sS
Disable Port Scan: (Ping Sweep)
nmap -sn
nmap -iL hosts.txt
nmap -sn -PE -L hosts.txt --reason
xsltproc target.xml -o target.html