Beacon-Spammer-ESP8266 icon indicating copy to clipboard operation
Beacon-Spammer-ESP8266 copied to clipboard

Simple Code for Spamming fake SSID with ESP8266

logo

Beacon Spammer ESP8266

Creating Multiple fake SSID

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

TWITTER · INSTAGRAM · YOUTUBE · WEBSITE


:notebook_with_decorative_cover: Table of Contents

  • About the Project
    • Pictures
    • Features
  • Getting Started
    • Installation
  • Usage
  • Contributing
  • License
  • Contact

:star2: About the Project

:camera: Pictures

screenshot

:dart: Features

  • spam ssid
  • random names

:toolbox: 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

:gear: 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

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

:wave: Contributing

:warning: License

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

:handshake: Contact

CiferTech - @twitter - [email protected]

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