Table of contents
Do you want to build your own ESP8266 Deauther? Here is the official installation guide for using Arduino IDE.
About the Project
The ESP8266 Deauther is a popular open-source pen-testing tool. You can test your own WiFi network against the common denial-of-service vulnerability called deauthentication attack. You can also use it to create the appearance of a lot of WiFi networks that are not really there to learn and experiment with WiFi.
And the best part, all you need is an ESP8266! Not sure which one to get? We made a post about development boards we recommend: https://blog.spacehuhn.com/recommended-deuther-boards/
Preparations
Before you can go and install the ESP8266 Deauther, make sure to have downloaded the project and the Arduino IDE.
- Download and install Arduino IDE: https://www.arduino.cc/en/software
- Download ESP8266 Deauther Firmware
Installation Steps
Follow these steps
- Extract the ESP8266 Deauther zip you downloaded
- Go into the
esp8266_deauther
folder and openesp8266_deauther.ino
with Arduino IDE - In Arduino IDE, go to
File
>Preferences
and add this URL to theAdditional Boards Manager URLs
:https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json
- Now go to
Tools
>Board
>Boards Manager
, searchdeauther
and installDeauther ESP8266 Boards
- Select your board at
Tools
>Board
and be sure it is atDeauther ESP8266 Boards
(and not atESP8266 Modules
)! - Plugin your Deauther and select its COM port at
Tools
>Port
- Press upload
Done ๐
ย