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.4GHzfrequency only. - If possible, use those NodeMCU ESP8266 boards which contain
CP2102driver 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
deautherbySpacehuhn 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.inofile. - 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
.binfile from here. - Open NodeMCU ESP8266 Flasher.
- Select the correct port number of that board.
- Click on
AdvancedTab. - Click on
Restore Defaultbutton. - Click on
ConfigTab.- It show
INTERNAL://NODEMCU.
- It show
- Click on
in front of INTERNAL://NODEMCU. - Select the
CLI-Deauther.binfile. - Click on
OperationTab. - Click on
Flash(F)button. - Wait for sometimes and when completed, press
RSTbutton.
- Open Serial Console by click here.
- Select baud rate
115200. - Click on
Connectbutton. - When it shows
Connected! Go On!only then your ESP8266 board is ready otherwise repeat steps 2 and 3. - Type
helpto get available commands.