forked from spacehuhn/esp8266_beaconSpam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |