Mapping Networks
Ping Sweeping to check which hosts are alive in network or not.
Fping
fping -a -g IPRANGE
-aused to check for alive hosts-gto perform ping sweep instead of normal ping
Nmap
nmap -sn -iL hostlists.txt
-iLto read hosts from file
Last updated