Last Updated: September 09, 2019
·
477
· acrogenesis

Ping all IPs in LAN

sudo nmap -sn -PE 192.168.N.0/24

sudo nmap -sn -PE 172.N.N.0/24

sudo nmap -sn -PE 10.N.N.0/24

Just replace the N with the correct value (depends on the network you are connected to, use your IP as a reference)