Giter Site home page Giter Site logo

do-ki / custom-plugins Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 0.0 66 KB

Collection of customized plugins to easily integrate with V0r-t3x Colorized Mod and Fancygotchi. This is also compatible with other pwnagotchi images.

License: GNU General Public License v3.0

Python 100.00%

custom-plugins's Introduction

Custom plug-ins used for my flipper inspired UI pwnagotchi. Most of it are modified or combined plugins to easily integrate with V0r-t3x LCD Colorized Darkmode Mod and Fancygotchi. The coordinates in dashboard.toml file are designed for Pimoroni Display Hat Mini and will not work properly on other screens without changing the values.

image image

DASHBOARD Plugin
  • Display the following: RAM, CPU, Temperature, Battery (pivoyager), Deauth Counter, Total Handshakes, Total Crack Handshakes, Clock and Internet status(in progress).

Requirements:

Pivoyager
"I2C" needs to be enabled (e.g. via raspi-config).

sudo raspi-config

In the menu, select Interfacing Options

  • Next select P5 I2C
  • Choose yes when asked if you want to enable I2C
  • Choose yes when asked if you want to reboot.

Pivoyager binary is also needed.

curl -O https://www.omzlo.com/downloads/pivoyager.tar.gz
tar xvf pivoyager.tar.gz
sudo mv pivoyager /usr/local/bin/

Note: use dashboard2.py if you dont use Pivoyager UPS

Pwnmenu plugin - this is a modified pwnmenu plugin by sn0wflake to work with displayhat mini
copy pwnmenucmd.py to /home/pi/scripts
copy pwnmenu.txt to /home/pi/scripts

enable GPIO Button plug-in with this setting:

main.plugins.gpio_buttons.enabled = true
main.plugins.gpio_buttons.gpios.5 = "python /home/pi/scripts/pwnmenucmd.py up"
main.plugins.gpio_buttons.gpios.6 = "python /home/pi/scripts/pwnmenucmd.py down"
main.plugins.gpio_buttons.gpios.16 = "python /home/pi/scripts/pwnmenucmd.py ok"
main.plugins.gpio_buttons.gpios.24 = "python /home/pi/scripts/pwnmenucmd.py close"

Detailed instructions here:

https://gitlab.com/sn0wflake/pwnagotchi-pwnmenu-plugin

custom-plugins's People

Contributors

do-ki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.