nmap examples


scan for all ssh services on a network

  nmap -v -n -r -sS -P0 -p22 -oG - a.b.c.d/n |grep open


date: 09/16/2009