A tool that deauth 2.4GHz and 5GHz Wi-Fi networks via BW16 on serial console.
- Minimal Setup.
- Easily controlled by Serial Console.
- It deauthenticates 2.4GHz and 5GHz WiFi networks both.
- Ai-Thinker BW16 RTL8720DN Development Board
- It has two variants : Type-B and Type-C connectors.
-
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://github.com/ambiot/ambd_arduino/raw/master/Arduino_package/package_realtek_amebad_index.json
-
Click on
OK
. -
Go to
Tools
→Board
→Board Manager
. -
Wait for sometimes and search
Realtek Ameba Boards (32-Bits ARM Cortex-M33@200MHz)
byRealtek
. -
Simply install it.
-
Restart the Arduino IDE by closing and open again.
-
Done!
- Download or Clone the Repository.
- Open the folder and just double click on
SpectraReaper.ino
file.- It opens in Arduino IDE.
- Compile the code.
- Select the correct board from the
Tools
→Board
→AmebaD ARM (32-bits) Boards
.- It is
Ai-Thinker BW16 (RTL8720DN)
.
- It is
- Select the correct port number of that board.
- Go to
Tools
→Board
→Auto Flash Mode
and selectEnable
. - Upload the code.
- Done!
- Open Serial Console by click here.
- Select baud rate
115200
. - Click on
Connect
button. - When it shows
Connected! Go On!
then your BW16 Development Board is ready to use. - Type
help
to get available commands.
- 🔵 - The BW16 scanning for nearby wifi networks.
- 🟢 - The BW16 board is ready to deauth.
- 🔴 - The BW16 board is sending deauthentication frames.