Giter Site home page Giter Site logo

pwnagotchi-plugins-contrib's Introduction

These are user contributed plugins for pwnagotchi, some of them have not been completely tested by the dev team, 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.yml 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.yml and add this:

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

License

The user contributed plugins are released under the GPL3 license.

pwnagotchi-plugins-contrib's People

Contributors

c-nagy avatar dadav avatar djerfy avatar evilsocket avatar hmax42 avatar junohea avatar loganmd avatar sayak-brm avatar tomellericcardo avatar xende avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pwnagotchi-plugins-contrib's Issues

Having trouble adding plugins to config.toml

I suspect that this maybe changed when the config.yml became config.toml but following the currentinstructions on how to add the custom plugins to my setup makes the WebGUI break.

I've tried various formatting, spacing (in 2s and 4s), ensuring there are no tabs etc. but still cannot add the custom plugins without breaking my setup. Thanks in advance.

FIX FOR MAKING AUTO_BACKUP PLUGIN WORK!

The Readme/guide/tutorial is outdated.

Don't waste time copy-pasting the code in and think it will work after.

You need to tinker with it yourself to make it work after they changed to using the .toml format without updating the readme file.

It seems you need to add pretty much the same lines of code though but change them so they look like the rest of the code in the config.yml file.

auto_backup.py runs constantly when enabled

When enabling the auto_backup.py plugin (Pwnagotchi firmware version: 1.4.1):

enabled: true
interval: 1 # every day
max_tries: 0 # 0=infinity

...the plugin goes into an infinite loop and creates a new /root/pwnagotchi-backup.tar.gz every couple of seconds. The backup file is valid - it has everything I wanted it to have in it and it decompresses normally.

Screen image crashed when using screen_refresh plugin

I'm using Raspberry Pi 3A+, UPS-Lite, DS3231 and Waveshare 2.13 screen for my pwnagotchi.
When using the screen_refresh plugin, it refreshes but with an abnormal display.

image

I think it's because of the screen refreshes during it's doing full refresh. I found when the display have no activities, it gets a normal image. Also, I found the screen refreshes too fast at "newer" pis, such as RPi3+/ RPi4.

So is there a solution for me?

Hashie Separator Unmatched

I get a Separator Unmatched error when I try to run Hashcat on the 16800 files.
To resolve this, I have to replace the ':' with an '*' in the file contents. Have I done something wrong somewhere or is this a known issue?

Repo abandoned

Just a heads up everyone, there is no point creating PR's or issue's as sadly this repo was abandoned a long time ago.

aircrackonly does not delete all pcaps that have no handshake

The code of the plugin looks fine to me.
I did empty /root/handshakes before starting over and using aircrackonly plugin. There are not old pcaps lingering in the folder.
aircrackonly properly identifies pcaps with a handshake and with PMKID and handhakes without the needed handshake messages.
Unfortunately it seems that aircrackonly is not called for every pcap that is collected. I find a lot of pcaps with no content or containing only message 1 of the handshake. For those pcaps there is NO log message from aircrackonly in the log file.

Maybe the call hook mechanism is not working properly?

Couldn't import telegram

Tried to install telegram plugin.
Apparently plugin can't import py-telegram-bot, which i installed via pip3.
Where do I have to install py-telegram-bot lib?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.