subnet scan
bash script
for i in {1..255}; do (ping -c 1 X.X.X.${i} | grep "bytes from" &); donenmap
nmap -sn X.X.X.1-255
nmap -sn X.X.X.0/24Last updated
Was this helpful?
for i in {1..255}; do (ping -c 1 X.X.X.${i} | grep "bytes from" &); donenmap -sn X.X.X.1-255
nmap -sn X.X.X.0/24Last updated
Was this helpful?