Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehuhn authored Feb 11, 2017
1 parent 24a769b commit d1ea93a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# esp8266_beaconSpam
Creates up to a thousand WiFi access points with custom SSIDs.

**Note:** This is a side project emerged from my [ESP8266 Deauther](https://github.com/spacehuhn/esp8266_deauther).
Please have a look at this project first, the installation steps are the same.

After uploading the code the ESP8266 will send 50 SSIDs by default.
You can change the SSIDs in the code to whatever network names you want to spam.

**Optional:** You can use a SD card reader via the SPI pins (don't forget to set the chipSelect in the code).
If connected it will load the SSIDs from `ssid.txt`.

## Disclaimer

Use it only for testing purposes on your own devices and networks!

Please check the legal regulations in your country before using it. Jamming transmitters are illegal in most countries
and this device can fall into the same category (even if it’s technically not the same).

0 comments on commit d1ea93a

Please sign in to comment.