Skip to content

Latest commit

 

History

History
117 lines (79 loc) · 3.34 KB

README.md

File metadata and controls

117 lines (79 loc) · 3.34 KB
logo

Beacon Spammer ESP8266

Creating Multiple fake SSID

cifertech - Beacon-Spammer-ESP8266 stars - Beacon-Spammer-ESP8266 forks - Beacon-Spammer-ESP8266


📔 Table of Contents

🌟 About the Project

📷 Pictures

screenshot

🎯 Features

  • spam ssid
  • random names

🧰 Getting Started

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

⚙️ Installation

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

👀 Usage

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";

👋 Contributing

⚠️ License

Distributed under the MIT License. See LICENSE.txt for more information.

🤝 Contact

CiferTech - @twitter - [email protected]

Project Link: https://github.com/cifertech/Beacon-Spammer-ESP8266