A tool that detects deauthentication attacks on WiFi using BW16.
- Minimal Setup.
- It detects deauthentication attacks on 2.4GHz and 5GHz 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
DeauthEye.ino
file.- It opens in Arduino IDE.
- Replace
YOUR_SSID
andYOUR_PASSWORD
with your wifi and its password respectively. - 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
- π’ - The BW16 board connected successfully to that wifi.
- π΄ - The BW16 board get disconnected from that wifi.