JavaScript is required to use Bungie.net

Kill Github: Wifi

The frightening part is that you don't need advanced skills. With a compatible wireless adapter (one that supports packet injection, like the Alfa AWUS036ACH) and a few lines of Python, you can run:

: The software sends a specially crafted "deauthentication frame" to a specific device or the entire network. These frames look like they come from the Wi-Fi router, telling the target device to disconnect.

arp.spoof off exit

# Send the packet scapy.send(packet, verbose=False)

WiFiKill works by using a technique called . It convinces other devices on the network that your computer is the router, allowing you to intercept and drop their data packets.

, use Python scripts to poison the ARP cache of target devices. Bash & Nmap Gists : Lightweight versions, like this GitHub Gist for device discovery and for the actual disruption. Archived Projects : Some popular versions, like the one by antoniovazquezblanco

;
preload icon
preload icon
preload icon