DHCP starvation attack with Python

Description

This is a simple DHCP starvation attack script. A little background, DHCP starvation attack is an attack that targets DHCP servers whereby forged DHCP requests are crafted by an attacker with the intent of exhausting all available IP addresses that can be allocated by the DHCP server. Under this attack, legitimate network users can be denied service. This project is based on python which is a simple script to perform this attack on your local routers.

Technology