This project reuses the good ideas from Stefan Kremser's project DeauthDetector adding a cute display to it.
It detects Wi-Fi deauthentication attack listening on all the wifi channels looking for Deauthentication framames. It returns the number of detected attacks and deauth packets on an oled shield connected to the ESP8266.
You need to:
- Install Arduino
- Install ESP8266 SDK
- Install libraries:
Adafruit_GFX
,Adafruit_SSD1306
- Download the code
deaut_detector_oled_shield.ino
- If necessary personalize the settings
- Upload the code to your arduino with ESP8266