Wifi: Kill Github

Block specific devices from connecting to your Wi-Fi router via the router's admin panel.

griffin-k/WIFI-Killer Language: Pascal/C++

. They trick devices on a local network into thinking your machine is the router, allowing you to intercept or "kill" their connection by dropping their packets. 🔍 What’s on GitHub now? wifi kill github

Running a git clone on a WiFi kill script is not illegal. Pressing python3 killer.py against your own lab router is fine. Pressing it against the McDonald's network is a in most jurisdictions.

Test the resilience of your local network against ARP spoofing and Man-in-the-Middle (MITM) techniques. 3. Features Real-time Monitoring: View active hosts on your network as they connect. Targeted Isolation: Block specific devices from connecting to your Wi-Fi

It sniffs wireless traffic to find the MAC addresses of the router and the target device.

One of the most famous hardware-based open-source projects on GitHub involves flashing cheap microcontrollers (like the ESP8266) to act as standalone Wi-Fi jammers using deauthentication frames. 🔍 What’s on GitHub now

Log into your router’s admin panel and ensure Protected Management Frames (PMF) or 802.11w is set to Capable or Required . This completely blocks modern hardware-based deauthers. Note that WPA3 networks have PMF enabled by default. 2. Use Static ARP Tables or ARP Inspection

As these open-source tools become easier to deploy, securing your own network against them is vital. 1. Enable 802.11w (Protected Management Frames)

The following example (based on aircrack-ng suite) shows a basic command to deauthenticate a client using aireplay-ng , which might be found in discussions or documentation on GitHub: