May 2017
Intermediate to advanced
416 pages
21h 33m
English
Open your favorite terminal and enter the following command:
# nmap -sn -PR <target>
You should see the list of hosts that responded to the ARP requests:
# nmap -sn -PR 192.168.0.1/24 Nmap scan report for 192.168.0.1 Host is up (0.0039s latency). MAC Address: F4:B7:E2:0A:DA:18 (Hon Hai Precision Ind.) Nmap scan report for 192.168.0.2 Host is up (0.0037s latency). MAC Address: 00:18:F5:0F:AD:01 (Shenzhen Streaming Video Technology Company Limited) Nmap scan report for 192.168.0.3 Host is up (0.00010s latency). MAC Address: 9C:2A:70:10:84:BF (Hon Hai Precision Ind.) Nmap scan report for 192.168.0.6 Host is up (0.0034s latency). MAC Address: 50:1A:C5:90:20:23 (Microsoft) Nmap scan report for 192.168.0.7 Host ...
Read now
Unlock full access