8000 GitHub - xiv3r/dhcp-starvation: Powerful wifi dhcp starvation attack using termux | no root
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xiv3r/dhcp-starvation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$${\color{cyan}TERMUX- DHCP- Starvation- Tool}$$

A DHCP starvation tool is a powerful network attack tool that floods a DHCP server with fake DHCP requests, exhausting all available IP addresses in the DHCP pool. This prevents legitimate clients from obtaining an IP address, leading to network disruptions or a complete denial of service (DoS) for affected devices.

$${\color{cyan}Requirements}$$

  • g++/gcc compiler
  • Termux

$${\color{cyan}Screenshots}$$



$${\color{cyan}Auto- Install}$$

pkg update && pkg install wget -y && wget -qO- https://raw.githubusercontent.com/xiv3r/dhcp-starvation/refs/heads/main/auto | bash && cd dhcp-starvation

$${\color{cyan} Manual- Installation}$$

  • $${\color{magenta}install- package}$$
pkg update
pkg install wget git clang -y
  • $${\color{magenta}clone- the- repo}$$
git clone https://github.com/xiv3r/dhcp-starvation.git
cd dhcp-starvation
  • $${\color{magenta}compiling}$$
g++ fuck.cpp -o fuck
  • $${\color{magenta}run}$$

add interface "./fuck -i wlan0"

./fuck
  • $${\color{magenta}impact}$$

$ Disconnect and Reconnect

Tested on GW: 192.168.1.1-255/24

Connecting...

Obtaining IP...

No IP Allocation...

About

Powerful wifi dhcp starvation attack using termux | no root

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0