The ESP32 WiFi Security Audit Demo is an educational platform that demonstrates wireless network security concepts using affordable hardware. It combines a network scanner, vulnerability analyzer, and captive portal simulator in one compact device, designed to help users understand both the offensive and defensive aspects of WiFi security.
The system operates through three primary modules working together:
- WiFi Scanner: The ESP32 continuously scans the environment for wireless networks, collecting details like SSID, signal strength, encryption type, and channel information.
π· The system displays all detected networks in the environment
π· Networks are stored in memory for analysis
- Security Analysis Module: The collected network data is analyzed to identify potential vulnerabilities such as open networks, weak encryption protocols, or suspicious patterns.
- π· Detailed security analysis highlights potential vulnerabilities
- Educational Captive Portal: A simulated access point demonstrates how rogue networks can capture credentials through phishing techniques.
π· Starting the captive portal demonstration module
π· The realistic captive portal interface presented to connected users
π· Users are automatically redirected to the captive portal
All data collected can be stored locally and optionally synchronized to Google Sheets for further analysis and educational purposes.
π· Visualization of captured credentials for educational analysis
π· Persistent storage of captured data
π· Data synchronized to Google Sheets for further analysis
The system provides a comprehensive command interface through the serial monitor, making it easy to control and demonstrate different security concepts.
Comments