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:




nmap-dev logo Nmap Development mailing list archives

a use pattern for nmap --- filtering for live hosts
From: Bennett Todd <bet () 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

Attachment: _bin
Description:


_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org

  By Date           By Thread  

Current thread:
  • a use pattern for nmap --- filtering for live hosts Bennett Todd (Mar 22)
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]