- spam ssid
- random names
In this project, you just need to upload the code on your esp8266. for example, I used esp01 but you can use other versions and models. example:
- ESP-12E
- ESP-07
- NodeMCU
- Wemos
Before uploading the code you need to install ESP8266 in your Arduino IDE
- In Arduino IDE, go to File > Preferences
- Enter URLs Additional Boards Manager URLs field. Then, click the “OK”
http://arduino.esp8266.com/stable/package_esp8266com_index.jso
After uploading is done, you just need to power the ESP8266. then you can see all the fake SSID which generated.
- The code uses this array as a reference for use randomly as names
String ssid = "1234567890 QWERTYUIOPASDFGHJKLZXCVBNM";
Distributed under the MIT License. See LICENSE.txt for more information.
CiferTech - @twitter - [email protected]
Project Link: https://github.com/cifertech/Beacon-Spammer-ESP8266