Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos

Nmap Development: a use pattern for nmap --- filtering for live hosts

a use pattern for nmap --- filtering for live hosts

From: Bennett Todd <bet_at_rahul.net>
Date: Fri, 23 Mar 2007 03:39:17 +0000

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
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]