Suppose you've got a source command that generates a list of hosts
you should be interested in --- for some moderately expensive scan,
and with some depressing percentage of dead hosts in the mix.
Between the generator and the scanner, you can
nmap -sP -iL - | awk '/appears to be up/{print $2}'
for a fast filter to sort out the deadwood.
-Bennett
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
- application/pgp-signature attachment: stored
Received on Mar 22 2007