All Projects → spacehuhn → Esp8266_beaconspam

spacehuhn / Esp8266_beaconspam

Licence: mit
Creates up to a thousand WiFi access points with custom SSIDs.

Projects that are alternatives of or similar to Esp8266 beaconspam

Esp8266 deauther
Affordable WiFi hacking platform for testing and learning
Stars: ✭ 9,312 (+1519.48%)
Mutual labels:  esp8266, wifi, attack
Wifi Spam
✉️📡 Spam thousands of WiFi access points with custom SSIDs
Stars: ✭ 92 (-84%)
Mutual labels:  wifi, attack, spam
Deautherdroid
Additional android app for SpaceHunn's ESP8266 DeAuther.
Stars: ✭ 93 (-83.83%)
Mutual labels:  esp8266, wifi, attack
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+45.91%)
Mutual labels:  esp8266, wifi, attack
Deauthdetector
Detect deauthentication frames using an ESP8266
Stars: ✭ 406 (-29.39%)
Mutual labels:  esp8266, wifi, attack
low-power-wifi
Experiments in low-power-wifi on esp8266, esp32, and ...
Stars: ✭ 35 (-93.91%)
Mutual labels:  esp8266, wifi
RetroWiFiModem
An ESP8266 based RS232 <-> WiFi modem with Hayes AT style commands and LED indicators
Stars: ✭ 65 (-88.7%)
Mutual labels:  esp8266, wifi
issues
Issue Tracker for ESPHome
Stars: ✭ 182 (-68.35%)
Mutual labels:  esp8266, wifi
Cicada-FW
IoT Communications Module for Energy Access. An easy way to get production ready, bi-directional communications for your IoT embedded device. Proiect supported by the EnAccess Foundation - https://enaccess.org
Stars: ✭ 12 (-97.91%)
Mutual labels:  esp8266, wifi
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (-59.48%)
Mutual labels:  esp8266, wifi
swifitch-software
Software for SWIFITCH HW
Stars: ✭ 12 (-97.91%)
Mutual labels:  esp8266, wifi
esp8266-wifi-cmsis-dap
WIRELESS CMSIS-DAP USB/IP-SWD/JTAG HID adapter firmware for ESP8266 boards
Stars: ✭ 69 (-88%)
Mutual labels:  esp8266, wifi
wireless-esp8266-dap
ESP8266 Wireless Debugger. Based on CMSIS-DAP v2.0.0. Optional 40MHz SPI acceleration, etc. ESP8266 无线调试器
Stars: ✭ 154 (-73.22%)
Mutual labels:  esp8266, wifi
refluxion
Refluxion -- MITM WPA attacks tool
Stars: ✭ 25 (-95.65%)
Mutual labels:  attack, wifi
LibTeleinfo
Librairie Universelle Teleinformation (TIC)
Stars: ✭ 77 (-86.61%)
Mutual labels:  esp8266, wifi
deauther
An interactive command-line deauther for macOS.
Stars: ✭ 70 (-87.83%)
Mutual labels:  attack, wifi
Spore
Spore WiFi LED module. Firmware and Hardware.
Stars: ✭ 19 (-96.7%)
Mutual labels:  esp8266, wifi
Esphelper
A library to make using WiFi & MQTT on the ESP8266 easy.
Stars: ✭ 310 (-46.09%)
Mutual labels:  esp8266, wifi
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+474.78%)
Mutual labels:  esp8266, wifi
Esp At
AT application for ESP32 ESP-IDF & ESP32S2 ESP-IDF & ESP8266 ESP8266_RTOS_SDK
Stars: ✭ 319 (-44.52%)
Mutual labels:  esp8266, wifi

ESP8266 Beacon Spam

project-logo

🐦 Twitter | 📺 YouTube | 🌍 spacehuhn.de

pAdvertise hundreds of WiFi access points with custom SSIDs.

Support the development of this project by purchasing one of the official deauther boards.
Or become a patron on patreon.com/spacehuhn.

ESP32 version by @Tnze: esp32_beaconSpam.

Changes

I wrote the initial sketch in 2017 and it had some flaws.
Here are the latest changes (06/2018):

  • Now works with ESP8266 Arduino Core v2.0.0 or newer without any further modification
  • Fixed the bug that the SSIDs are not shown correctly on IOS
  • No need for a SD card anymore to save hundrets of SSIDs, they are all stored in the PROGMEM now

Using the SD card might be useful for some people... but thanks to the magic of git, you can still view the old repository here.

I didn't publish a .bin file on purpose. This project is easy to create with Arduino and everyone should be able to get it working!
The goal of this is to motivate people to get into hacking, electronics and Arduino, so don't be lazy and start making your own stuff! :D

About

network scanner

This project emerged from the ESP8266 Deauther that also has this type of attack implemented.
But while the Deauther is very complex and might seem intimidating to an Arduino beginner, this project is simple, hackable and easy get running!

The Arduino sketch comes with 50 default SSID names, but you can edit that list easily in the source code :).
By constantly broadcasting the so-called beacon frames, your standard WiFi scanner will think there are active networks nearby and adds them to the list.
In reality though, it is just advertising these network names without actually creating them. So there is no way you could connect to one of the "created" networks.

It is using the wifi_send_pkt_freedom function in the ESP8266 Arduino Core SDK. This function allows packet injection for specific Wi-Fi frames.

Disclaimer

Even if it is more of a fun party trick than something that could actually do any harm, please use it respectfully! Some people might interpret this as a "Jammer" and those are illegal. But this project is just sending a bunch of WiFi packets through the air and works within the 802.11 Wi-Fi standard.

Installation

  • First get an ESP8266 development board! If you don't know which one, have a look at the supported devices page from the Deauther wiki. It's for a different project, but the requirements are the same.
  • Install Arduino
  • Install the ESP8266 Arduino Core version 2.0.0 or newer (no more changes are required)
  • Download this project
  • Extract the .zip file somewhere and open the esp8266_beaconSpam/esp8266_beaconSpam.ino file with Arduino
  • Edit the SSIDs if you want
  • Select the correct Board under Tools > Board, the serial (COM) port your device is using and hit upload!

If you have trouble uploading, have a look at the installation guide on the Deauther Wiki. There you will also find drivers for the most common USB-Serial chips.
Again, this is for the Deauther and not for this project, but the hardware (ESP8266) is the same and you will find a lot of trouble-shooting info on the Wiki there! :)

Additionally, here's a video tutorial :)
$5 WiFi Spammer

License

This project is licensed under the MIT License - see the license file file for details

Sources

The 50 default SSIDs are from: http://www.makeuseof.com/tag/50-funny-wi-fi-names-network-ssid/
More info about beacon frames: https://mrncciew.com/2014/10/08/802-11-mgmt-beacon-frame/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].