From charlesreid1

This page covers a project to implement a wireless deauth attack detector using a Flipper Zero, ESP32 board, and a C program running on the Flipper Zero. The C program monitors wireless traffic passively, and filters for deauth packets. It creates an alert on any unusual increase in deauth traffic.

Plan

https://security.stackexchange.com/a/254399

Implementation