-
Notifications
You must be signed in to change notification settings - Fork 8
Arduino Code
To get started with Arduino IDE, download and install Arduino IDE.
Once you've done that, you'll need to click on the "Arduino" or "File" drop-down menu, then select "Preferences" from the menu that appears.
Next, click the dual-window icon next to the Additional Boards Manager URLs field, then paste the following URL:
http://arduino.esp8266.com/stable/package_esp8266com_index.json
Once that's complete, click "OK" to save, then "OK" again to close the menu.
Open the Boards Manager. Go to Tools > Board > Boards Manager, then search for ESP8266 and press the install button for the “ESP8266 by ESP8266 Community“ package. When compiling, select the “D1 R2 & Mini” board.
Current Arduino Files for the Wi-Fi Nugget:
-
DeauthDetector.ino - Wi-Fi deauthentication & dissisociation attack detector by @AlexLynd based on @spacehuhn's deauth detector (Source code, compile and flash in Arduino IDE) https://github.com/skickar/WiFiNugget/blob/main/DeauthDetector.ino
-
Wi-Fi Deauther - See here: https://github.com/HakCat-Tech/esp8266_deauther