Quantcast
Channel: Python – jcutrer.com
Viewing all articles
Browse latest Browse all 11

Use python & scapy to listen for ARP packets

$
0
0

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 …

Read More

The post Use python & scapy to listen for ARP packets appeared first on jcutrer.com.


Viewing all articles
Browse latest Browse all 11

Trending Articles