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...