Helpful Nmap Output examples

COMMAND DESCRIPTION
nmap -p80 -sV -oG - -open 192.168.1.1/24 grep open
nmap -iR 10 -n -oX out.xml grep "Nmap"
nmap -iR 10 -n -oX out2.xml grep "Nmap"
ndiff scanl.xml scan2.xml Compare output from nmap using the ndif
xsltproc nmap.xml -o nmap.html Convert nmap xml files to html files
grep " open " results.nmap sed -r ‘s/ +/ /g’
Comments