Fingerprinting and enumeration of nodes on a client's network
[infrastructure part of information gathering]
How to determine what hosts are up and running in a given network?
find a way to know which of these IP addresses are assigned to a node
ICMP: used to carry diagnostic messages
improved ping
used to perform ping sweeps
fping -a -g 10.54.12.0/24
fping -a -g 10.54.12.0 10.54.12.255
use CIDR notation or wildcard notation
nmap -sn -iL hosts.txt
after getting live hosts, you want to know what you're dealing with....
routers? servers? clients? do OS Fingerprinting