Collection of plugins to make your pwnagotchi better.
Many are a work in progress and may not work on Jay’s latest image.
To use these plugins, append this URL to the main.custom_plugin_repos
array in your config.toml
:
https://github.com/unitMeasure/pwn-plugins/archive/main.zip
Tutorial and additional scripts: https://github.com/avipars/pwn-to-own
Plugin | Description | Config Info |
---|---|---|
sorted_pwn | View cracked SSIDs and passwords in a searchable table. Combines all potfiles for a unified view. | None required |
memtempV2 | Shows memory usage, temperature, CPU frequency, and more. | main.plugins.memtempV2.fields = ['mem', 'cpu', 'temp','freq','cpus'] |
fix_region | Change your Pi’s region to unlock more Wi-Fi channels. Default region setting and region info available via webhook. | main.plugins.fix_region.region = "US" |
privacy_nightmare | Captures eavesdropping metadata. Primarily for educational/awareness purposes. Minor bugs fixed. | None required (optional GPS support) |
NoGPSPrivacy | Fork of privacy_nightmare with fixes for non-GPS setups. Captures metadata without needing GPS. |
main.plugins.nogpsprivacy.pn_output_path = "your/path/here" |
enable_assocV2 | Toggle association attacks with a button (no touchscreen dependency). | None required |
enable_deauthV2 | Toggle deauthentication attacks with a button (no touchscreen dependency). | None required |
probeReq | View Wi-Fi Probe requests on screen (and in your logs too) | None required |
privacy_nightmare
logs frequent warnings if GPS is not set up.NoGPSPrivacy
requires a directory to store probe info and a config entry:main.plugins.nogpsprivacy.pn_output_path = "your/path/here"
privacy_nightmare
and NoGPSPrivacy
may keep threads alive after plugin unload. To fix: disable the plugin and restart Pwnagotchi.More on the way!
Consider supporting my work here