nmap -iL list-of-ips.txt
nmap -p 22 10.10.10.10
nmap -p 1-100 10.10.10.10
nmap -oN target.txt 10.10.10.10
nmap -oX target.xml 10.10.10.10
nmap -sC -sV 10.10.10.10
nmap --script-help=ssl-heartbleed
nmap -–script=ssl-heartbleed.nse 10.10.10.10
nmap --script=smb* 10.10.10.10