A tool that deauthenticates 2.4GHz WiFi networks over a serial console.
- Simple Setup.
- LED flickers when deauth started on selected network.
- Easy to manage.
- It supports NodeMCU ESP8266 Boards only.
- It supports
2.4GHz
frequency only. - If possible, use those NodeMCU ESP8266 boards which contain
CP2102
driver chipset.
-
Download Arduino IDE from here according to your Operating System.
-
Install it.
-
Go to
File
→Preferences
→Additional Boards Manager URLs
. -
Paste the following link :
https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json
-
Click on
OK
. -
Go to
Tools
→Board
→Board Manager
. -
Wait for sometimes and search
deauther
bySpacehuhn Technologies
. -
Simply install it.
-
Wait for sometime and after that it is installed.
-
Restart the Arduino IDE.
-
Done!
- Download or Clone the Repository.
- Open the folder and just double click on
CLI-Deauther.ino
file. - It opens in Arduino IDE.
- Compile the code.
- Select the correct board from the
Tools
→Board
→Deauther ESP8266 Boards
.- It is
NodeMCU
.
- It is
- Select the correct port number of that board.
- Upload the code.
- Done!
- Download the NodeMCU ESP8266 Flasher from here according to your operating system.
- Download the
.bin
file from here. - Open NodeMCU ESP8266 Flasher.
- Select the correct port number of that board.
- Click on
Advanced
Tab. - Click on
Restore Default
button. - Click on
Config
Tab.- It show
INTERNAL://NODEMCU
.
- It show
- Click on
in front of
INTERNAL://NODEMCU
. - Select the
CLI-Deauther.bin
file. - Click on
Operation
Tab. - Click on
Flash(F)
button. - Wait for sometimes and when completed, press
RST
button.
- Open Serial Console by click here.
- Select baud rate
115200
. - Click on
Connect
button. - When it shows
Connected! Go On!
only then your ESP8266 board is ready otherwise repeat steps 2 and 3. - Type
help
to get available commands.