1. Overview
The ESP32 is a low-cost, low-power system-on-a-chip (SoC) micro-controller with integrated 2.4 GHz Wi-Fi and Bluetooth capabilities. This project explores low-level 802.11 MAC frame handling for network auditing and security diagnostics.
2. Embedded Implementation
- Promiscuous Mode Sniffing: Intercepting raw 802.11 management, control, and data packets using custom callback handlers in C/C++.
- Packet Dissection: Filtering Beacon, Probe Request, and Deauthentication frames to audit wireless network integrity.
- On-Device Display / Serial Stream: Parsing real-time Received Signal Strength Indicator (RSSI) measurements for RF coverage analysis.
3. Code & Repository Access
All hardware codebases, flashing instructions, and test logs are maintained on GitHub at github.com/noori909.