Ultimate Password Manager for Pwnagotchi
A powerful plugin for managing captured passwords and handshakes directly on your Pwnagotchi.
Beautiful iOS-style dark interface, WPA-Sec integration, achievements, and convenient tools for working with .pcap files.
- Beautiful Web Interface: dark iOS-style theme, tabs, animations, easy navigation.
- Network Grouping: all captured handshakes for a network (ESSID) grouped together.
- Password Manager:
- view all cracked passwords;
- manually add, edit, delete entries;
- import passwords from
.jsonand.csv(e.g., OnlineHashCrack exports).
- File Management:
- download
.pcapfiles; - automatic conversion to
.hc22000(Hashcat format) on-device; - delete individual files;
- bulk download all handshakes as a ZIP.
- download
- WPA-Sec Integration: upload handshakes to wpa-sec.stanev.org with one click.
- Maintenance Tools:
- detect and remove broken/empty captures;
- full wipe (“Nuke All”).
- Achievement System: XP, levels, and badges.
- Time Sync: one-button time sync via Google.
ssh pi@10.0.0.2
cd /usr/local/share/pwnagotchi/custom-plugins/
sudo wget https://raw.githubusercontent.com/newfpv/pwmenu/main/A_pwmenu.py
sudo nano /etc/pwnagotchi/config.tomlAdd plugin config:
main.plugins.A_pwmenu.enabled = true
main.plugins.A_pwmenu.wpa_sec_key = "YOUR_WPA_SEC_KEY"
main.plugins.A_pwmenu.timezone = 3Restart:
sudo systemctl restart pwnagotchiShows all discovered passwords.
- Source badge indicates where the password came from (WPA-Sec, OHC, Manual, QuickDic).
- ✏️ Edit — modify password.
- ✖ Delete — remove entry.
List of captured networks.
- click a network to expand all
.pcapfiles for that ESSID; - green network name = password already found.
Actions inside group:
- WPA: upload file to wpa-sec;
- 22000: download
.hc22000version; - PCAP: download original capture;
- Delete file;
- Add password.
- Achievements: level, XP and badges.
- Stats: global statistics.
- Export: ESSID:PASSWORD list or ZIP with all files.
- Import: upload
.json/.csvpassword files. - Danger Zone: remove broken files or wipe everything.
The .pcap is empty or doesn’t contain valid PMKID/EAPOL. Use Clean Broken Files.
Add main.plugins.A_pwmenu.wpa_sec_key to config.toml.
Adjust main.plugins.A_pwmenu.timezone.
Thanks to the Pwnagotchi community!
