An Arduino sketch for ESP8266 that advertises hundreds of custom WiFi SSIDs via beacon frames as a fun hacking project.
ESP8266 Beacon Spam is an Arduino sketch that programs an ESP8266 microcontroller to broadcast hundreds of custom WiFi network names (SSIDs) via beacon frames. It simulates the presence of numerous WiFi access points without actually creating functional networks, serving as an educational tool for learning about WiFi packet injection and hardware hacking.
Beginners and hobbyists interested in electronics, Arduino programming, and WiFi security research who want a simple, hands-on project to understand wireless networking concepts.
It offers a straightforward, hackable codebase that demystifies WiFi packet injection, making it accessible for learning and experimentation without the complexity of larger projects like the ESP8266 Deauther.
Creates up to a thousand WiFi access points with custom SSIDs.
The sketch is simple and hackable with an easy-to-edit SSID list in the source code, encouraging hands-on learning and customization without complex dependencies.
SSIDs are stored in PROGMEM, eliminating the need for an SD card and reducing hardware costs and setup complexity.
Demonstrates packet injection using the `wifi_send_pkt_freedom` function, providing a practical introduction to beacon frames and wireless networking concepts.
Works with ESP8266 boards and the Arduino IDE using ESP8266 Arduino Core v2.0.0+, leveraging widely available and affordable hardware.
Only broadcasts beacon frames and lacks features like deauthentication attacks or network scanning, making it less versatile than tools such as the ESP8266 Deauther.
While intended for education, beacon spamming can be misinterpreted as illegal jamming, requiring cautious use to avoid legal issues in regulated environments.
Last updated in 2018, which may lead to compatibility issues with newer Arduino cores or ESP8266 SDKs, potentially requiring manual fixes for current setups.
Affordable WiFi hacking platform for testing and learning
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Wireless keystroke injection attack platform
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.