You're looking for information on a specific topic. I'll provide some general insights and available resources.
But the moment you point a deauthentication attack at a network you don’t own—whether it’s a library, a school, or a neighbor—you cross the line from security researcher to digital vandal. And the law does not care about your GitHub stars. wifi kill github
esp8266_deauther by SpacehuhnTechThis is the most legitimate project associated with the keyword. It is not malware; it is an IoT firmware for the $3 ESP8266 microcontroller. You're looking for information on a specific topic
Many small repositories offer a 50-line Python script using scapy to craft and send deauth packets. Example: Packet Dropping : Once the traffic is routed
Masquerading as the Gateway: The script sends forged Address Resolution Protocol (ARP) messages to a target device. These messages claim that the attacker's MAC address is the correct address for the network gateway (the router).
arp.spoof off
exit
Packet Dropping: Once the traffic is routed through the attacker's device, the tool simply drops the data packets instead of forwarding them, effectively cutting off the target's internet access.