https://github.com/gdamdam/wifi-deauthdetector
WiFi Deauth Detector - a cute deauthentication detector for ESP8266 with OLED display
https://github.com/gdamdam/wifi-deauthdetector
arduino deauth detector esp8266 oled wi-fi wifi
Last synced: about 1 year ago
JSON representation
WiFi Deauth Detector - a cute deauthentication detector for ESP8266 with OLED display
- Host: GitHub
- URL: https://github.com/gdamdam/wifi-deauthdetector
- Owner: gdamdam
- License: mit
- Created: 2019-10-29T21:46:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T00:48:14.000Z (over 6 years ago)
- Last Synced: 2025-03-25T13:46:04.135Z (over 1 year ago)
- Topics: arduino, deauth, detector, esp8266, oled, wi-fi, wifi
- Language: C++
- Homepage:
- Size: 43 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/spacehuhn/DeauthDetector) adding a cute display to it.

## How it works
It detects [Wi-Fi deauthentication attack](https://en.wikipedia.org/wiki/Wi-Fi_deauthentication_attack) listening on all the wifi channels looking for [Deauthentication framames](https://mrncciew.com/2014/10/11/802-11-mgmt-deauth-disassociation-frames/). It returns the number of detected attacks and deauth packets on an [oled shield](https://wiki.wemos.cc/products:d1_mini_shields:oled_shield) connected to the ESP8266.
## How to install it
You need to:
- Install [Arduino](https://www.arduino.cc/en/Main/Software)
- Install [ESP8266 SDK](https://github.com/esp8266/Arduino)
- 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