Physical Link Mapping

Cheat Sheet

circle-info

ARP Scan

Nmap -sn -Pn -PR --send-eth $TARGET

circle-info

Build a Layer-2 Topology

sudo netdiscover -r 192.168.1.0/24

circle-info

ARP scan on local network

sudo arp-scan --localnet
circle-info

ARP scan on a subnet using a specific interface

sudo arp-scan -I eth0 192.168.1.0/24

1. Open Wireshark

2. Capture traffic on a specific interface

3. Filter layer 2 protocols: arp or lldp or cdp or stp or l2tp

circle-info

Passive layer-2 packet capture

circle-info

Passive ARP Monitoring

circle-info

Sniffs the network for incoming broadcast communication

Last updated