Skip to content

xiv3r/netkiller

Repository files navigation

NETKILLER

Netkiller is a tool that can remotely disconnect the internet access of any device in a WiFi network without admin access privilege.


Requirements

Features

  • ▶️single target
  • 🔀multiple targets
  • 🔁all subnet targets
  • 📵disconnect the internet
  • 🚫intercept and drop traffic
  • block all device with multiple exemption
  • ☢️dhcp starvation
  • ☣️arp spoofing
  • 💪accuracy rate 95%

Dependencies

sudo apt update && sudo apt upgrade -y && sudo apt install arp-scan iptables dsniff ipcalc -y

Git clone

git clone https://github.com/xiv3r/netkiller.git
cd netkiller
sudo chmod +x *.sh

Run

sudo bash netkiller.sh

Auto install

Install logs
sudo apt update && sudo apt install wget -y && wget -qO- https://raw.githubusercontent.com/xiv3r/netkiller/refs/heads/main/install.sh | sudo sh && sudo chmod 755 netkiller/*.sh && cd netkiller && ls
Kali Termux (root)

Run

sudo bash netkiller.sh

Stop

Remotely restore the target client IP connection.

sudo netkiller-stop

Show ARP/IP Tables

sudo arp -e
sudo iptables -t mangle -S

Update

cd netkiller
git fetch --all
git reset --hard origin/main

Impact

Impact of the remote attack on the target wifi clients connection.

Expand

About netkiller

netkiller - is a tool that remotely disconnect the wifi clients internet connection without deauthentication from the wifi AP. Netkiller uses arpspoof to mimic the target arp and manipulate the traffic using iptables mangle PREROUTING table drop policy.


⚠️ DISCLAIMER

The Netkiller tool is intended solely for authorized testing, educational purposes, and network security auditing. Unauthorized use of this software against systems you do not own or have explicit permission to test is strictly prohibited and may be punishable by law.

The developers and distributors of the Netkiller tool shall not be held liable for any damage, loss of data, or legal consequences arising from the use or misuse of this software. You assume full responsibility for your actions and any outcomes resulting from its use.

About

Remotely block wifi users connection without admin privileged

Resources

License

Stars

Watchers

Forks

Packages

No packages published