Scan a network to find unused IP addresses

… or list machines responding to ARP queries.

Here we use ARP requests to list active machines on the network, so even the machines who block ping requests will respond.

nmap -PR -sn 172.16.42.*

Leave a Reply