Network Mapping -> Identify Live Hosts -> genlist
genlist can ping all hosts in a given subnet, and print out the IPs, which responded. Later on we can scan these with nmap. Here are a couple of examples:
Input Type:
-s --scan <target> Ping Target Range ex: 10.0.0.\*
Scan Options:
-n --nmap <path> Path to Nmap executable
--inter <interface> Perform Nmap Scan using non default interface
General Options:
-v --version Display version
-h --help Display this information
Send Comments to Joshua D. Abraham ( jabra@ccs.neu.edu )
root@bt:~#
root@bt:~# genlist -s 192.168.1.0/24
192.168.1.1
192.168.1.4
192.168.1.7
192.168.1.11
root@bt:~# genlist -s 192.168.1.\*
192.168.1.1
192.168.1.4
192.168.1.7
192.168.1.11
root@bt:~# genlist -v
genlist version 2.04 by Joshua D. Abraham
root@bt:~#
No comments:
Post a Comment