🟥 Fping:

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

🟦 Nmap:

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

🟨 OS Fingerprinting