Skip to content

Instantly share code, notes, and snippets.

View franciscopaglia's full-sized avatar
💥

Francisco Paglia franciscopaglia

💥
View GitHub Profile
@joncutrer
joncutrer / scapy-arp-listener.py
Last active July 21, 2020 00:08
This script listens for ARP request packets using scapy to learn the IP and Mac Address of LAN hosts. Learn more about this script at https://jcutrer.com/python/scapy-arp-listener
#!/usr/bin/env python3
"""scapy-arp-listener.py
Listen for arp packets using scapy to learn the IP and Mac Address of LAN hosts
Copyright (C) 2018 Jonathan Cutrer
License Dual MIT, 0BSD
"""