Scapy DHCP listener in Python
This script listens for DHCP Request and Discover packets on the LAN using scapy. A little background on the DHCP protocolHosts issue a DHCP Discover packet to destination 255.255.255.255 to request...
This script listens for DHCP Request and Discover packets on the LAN using scapy. A little background on the DHCP protocolHosts issue a DHCP Discover packet to destination 255.255.255.255 to request...
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 protocolARP is the protocol that hosts use to discover the mac...