This script listens for ARP request packets using scapy to learn the IP and Mac Address of LAN hosts. A little background on the ARP protocol ARP is the protocol that hosts use to discover the mac address of another LAN host. The initiating host asks “Who Has <IP Address>”, this request is transmitted as …
The post Scapy ARP listener in Python appeared first on jcutrer.com.