A tool that deauthenticates 2.4GHz and 5GHz Wi-Fi networks using BW16.
- Minimal Setup.
- Simple Interface.
- 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
NetEraser.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.
- Wait for sometime, the
GREEN
led turns ON.
- Wait for sometime, the
- After uploading wait 1-2 minutes and after that an Access Point is created named
NetEraser
whose password isneteraser
. - Connect to it.
- Open any browser and type the following IP :
192.168.4.1
. - Select the network want to deauth by click on the radio button.
- After that, click on
Start
button.- The Red led start flickering means it deauthenticates that network.
- Sometimes, it can't deauth at starting.
- So go back to main page and click on
Start
button.
- 🟢 - The BW16 board is ready to deauth.
- 🔴 - The BW16 board is sending deauthentication frames.