Ping Sweeping to check which hosts are alive in network or not.
fping -a -g IPRANGE
-a used to check for alive hosts
-a
-g to perform ping sweep instead of normal ping
-g
nmap -sn -iL hostlists.txt
-iL to read hosts from file
-iL
Last updated 2 years ago