Skip to content

mkoterski/pwnagotchi-plugins-contrib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A virtual playgound

This is a collection of user contributed plugins with modifications and additions found all over the web. The original repo is pwnagotchi. Keep in mind that some of these plugins have not been completely tested, use them at your own risk.

In order to use these plugins, clone the repository anywhere on your unit and then add its path to /etc/pwnagotchi/config.toml as:

main.custom_plugins = "/path/to/this/folder"

Each plugin has its own configuration than must be part of the main.plugins section. If for instance you want to enable the auto_backup plugin, you need to edit your config.toml and add this:

main.custom_plugins = "path/to/this/folder"
main.plugins.auto_backup.enabled = true
main.plugins.auto_backup.interval = 1 # every day
main.plugins.auto_backup.max_tries = 0 # 0=infinity
main.plugins.auto_backup.files = [
  "/root/brain.nn",
  "root/brain.json",
  "/root/.api-report.json",
  "/root/handshakes/",
  "/root/peers/",
  "/etc/pwnagotchi/",
  "var/log/pwnagotchi.log"
]
main.plugins.auto_backup.commands = [
  "tar czf /root/pwnagotchi-backup.tar.gz {files}"
]

License

The user contributed plugins are released under the GPL3 license.

About

pwnagotchi plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.0%
  • HTML 7.0%