The realest - https://pwnagotchi.org/
RPIZERO2W Base Image of JayofFelony - Pwnagotchi Image
RPI4 Base Image of aluminum-ice - Pwnagotchi Image
- pwnagotchi-scripts - execute on the pwnagotchi via SSH
- scripts - execute on host machine of USB OTG connection
A selection of the most consistent fitting 3D printed cases based on tolerances for both regular and the slimagotchi mod.
- Clock Custom to side
main.custom_plugin_repos = [
"https://github.com/itsdarklikehell/pwnagotchi-plugins/archive/refs/heads/master.zip"
]
sudo pwnagotchi plugins update
sudo pwnagotchi plugins install exp
sudo pwnagotchi plugins install show_pwd
sudo pwnagotchi plugins install session-stats_ng
# PiSugar3 Setup
sudo pwnagotchi plugins install pisugar3
sudo pwnagotchi plugins disable sessions-stats
sudo pwnagotchi plugins enable session-stats_ng
sudo pwnagotchi plugins enable show_pwd
sudo pwnagotchi plugins enable exp
sudo pwnagotchi plugins enable pisugar3
# Extra Plugins config for config.toml additions
main.custom_plugin_repos = [
"https://github.com/jayofelony/pwnagotchi-torch-plugins/archive/master.zip",
"https://github.com/tisboyo/pwnagotchi-pisugar2-plugin/archive/master.zip",
"https://github.com/nullm0ose/pwnagotchi-plugin-pisugar3/archive/master.zip",
"https://github.com/Sniffleupagus/pwnagotchi_plugins/archive/master.zip",
"https://github.com/NeonLightning/pwny/archive/master.zip",
"https://github.com/marbasec/UPSLite_Plugin_1_3/archive/master.zip"
]
All referenced plugins will have source repository linked such as above
This repo is soley for ease of install of wip and custom plugins.