Comment 6 for bug 1349384

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

For nmap,

nmap -Pn -p$PORT $HOST | awk "\$1 ~ /$PORT/ {print \$2}" | grep open

is required.