Skip to content

gallis-local/pwnmothership

 
 

Repository files navigation

PWNMOTHERSHIP

The place where your pwnagotchi can send their current stats.

You can run it on the pwnahotchi itself.

DEMO

Installation

$ git clone https://github.com/ad/pwnmothership.git
$ cd pwnmothership
$ go build
$ ./pwnmothership -addr=:8080

put pwnmothership.py into /usr/local/share/pwnagotchi/installed-plugins on your pwnagotchi and run

$ sudo pwnagotchi plugins install pwnmothership
$ sudo pwnagotchi plugins enable pwnmothership

It will be better with death (stats) and Experience plugins.

BUILD

$ go build

RUN

$ go get -u github.com/ad/pwnmothership

$ pwnmothership -addr=:8080

will start on 127.0.0.1:8080

CHECK

open in browser 127.0.0.1:8080/#test

this will show random data

SETTINGS

to run, edit plugin settings on your pwnagotchi, add to your /etc/pwnagotchi/config.toml:

main.plugins.pwnmothership.api_url = "https://your-pwnmothership-address/api/set"

and restart

$ sudo systemctl restart pwnagotchi

USING

check fingerprint of your pwnagotchi on page pwnagotchi.local:8080/inbox/profile

open in browser

https://your-pwnmothership-address/#your-fingerprint-here

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 27.7%
  • Go 26.0%
  • JavaScript 17.0%
  • HTML 13.9%
  • CSS 13.1%
  • Dockerfile 2.3%