Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.1 KB

WiFi DeauthDetector (O_o)

a cute deauthentication frames detector with an ESP8266 and oled shield

This project reuses the good ideas from Stefan Kremser's project DeauthDetector adding a cute display to it.

WiFi DeauthDetector

How it works

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.

How to install it

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