Backtrack 2 : Network Mapping –> All –> genlist




Genlist is a program that returns a list of hosts that responding to ping probes. Thus, this list can be used to perform an scan of these machines using PBNJ or Nmap.

In this example we will use genlist along with nmap.

First we will generate list of live hosts and save it to a file called “list” with this command:
genlist -s 216.109.112.\* > listNow we will use Nmap to scan that list with this command:
nmap -v -iL list

(To know more about nmap check out my previous comprehensive debunk of nmap options over here:
http://www.linuxhaxor.net/2007/07/10/a-comprehensive-guide-to-nmap-with-screenshots/)

2007-09-14-042523_1280x800_scrot

pavs



Subscribe without commenting


Leave a Reply

Note: Any comments are permitted only because the site owner is letting you post, and any comments will be removed for any reason at the absolute discretion of the site owner.