ESP32 Pentesting tool in progress
open-source ESP32-based multi-tool inspired by devices like the flipper Zero. Designed for experimentation, learning, and lightweight hardware interaction.
Simple UI Menu
- navigation button
- execution button
- Basic screen interface
- Menu based navigation
- connect to local network editing SSID and PASSWORD on main.cpp
- Ultra-light Nmap-style scanning
- Early implementation (experimental)
- NFC = PN532 module read only
- RFID = still working
- 128x64 SSD1306 Oled screen
- ESP32 S2
- 2x basic push buttons
- PN532 NFC module
- RDM6300 RFID module
- Btn1 navigation = GPIO17
- Btn2 execute = GPIO16
- This project is on early developement
- Clone the repository
- Open with vscode or prefered IDE
- Upload to ESP32 using PlatformIO
- Some PCs could need cp210x driver by silicon labs
- improve UI/UX
- Expand network scanning capabilities
- Implement NFC features
- Implement RFID support
- Add more hardware modules
- this project is intended for educational and ethical use only
- Do not use it on networks or systems without permission
Developed by a single engineer working across experimental and professional enviroments.