# About
DHCP Starvation Attack is a type of denial-of-service (DoS) attack that targets DHCP (Dynamic Host Configuration Protocol) servers. The goal of the attack is to exhaust the pool of available IP addresses that the DHCP server can assign to clients, preventing legitimate devices from obtaining an IP address and thus disrupting network connectivity.
# Dependencies
# Install
# Run
DHCP Starvation Attack is a type of denial-of-service (DoS) attack that targets DHCP (Dynamic Host Configuration Protocol) servers. The goal of the attack is to exhaust the pool of available IP addresses that the DHCP server can assign to clients, preventing legitimate devices from obtaining an IP address and thus disrupting network connectivity.
# Dependencies
Linux / Termux root
Code:
sudo apt install python3 python3-pip
pip install scapy
Code:
git clone https://github.com/xiv3r/DHCP-Attack.git
cd DHCP-Attack
for manual attack
Code:
python3 dhcpattack.py
For basic attack
Code:
python3 dhcpbasic.py


