Skip to content

xiv3r/netkiller

Repository files navigation

NETKILLER

Netkiller can block or restrict any device on your WiFi network with surgical precision. Whether you’re managing home users, wifi vending machine or testing network security, NetKiller gives you the power to disconnect unwanted clients instantly with no admin access needed.


Requirements

Features

  • ▶️single target
  • 🔀multiple targets
  • 🔁all subnet targets
  • 📵block internet traffic
  • 🚫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)

Attack the target

sudo bash netkiller.sh

Show ARP/IP Tables

sudo arp -e | grep wlan0
sudo iptables -L -v -n

Update

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

Impact

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

Expand

Stop

Remotely restore the target wifi client internet connection.

sudo netkiller-stop

About netkiller

netkiller - is a tool that blocks the wifi clients internet connection remotely without disconnecting them from the wifi AP.


⚠️ 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 disable internet access for Wi-Fi users without disconnecting them from the network

Resources

License

Stars

Watchers

Forks

Packages

No packages published