whatotter / pwnhyve

a pi-zero powered hacking tool, with badusb capabilities and hoaxshell payload generation and injection; the little sibling of the unfortunately dead p4wnp1-aloa
MIT License
288 stars 20 forks source link

How to add directories? #40

Closed Yolominium closed 1 month ago

Yolominium commented 3 months ago

Do I have to register my created directory somewhere? I can see it in the menu but can't access it.

whatotter commented 3 months ago

pwnhyve should auto find the directory, but if it's just an empty directory it won't let you access it - it has to have a plugin script inside of it

Yolominium commented 3 months ago

Can I take the core/plugin.py script for that or do I need to modify it?

whatotter commented 3 months ago

wdym? that's the script to control the plugins, not as a plugin

if you need examples, you can message me on discord or you can view in ./plugins/ and any plugin you want to see

Yolominium commented 3 months ago

I am trying to add more ducky scripts to the pi and thought I could just add the folder with the scripts to the directory

whatotter commented 3 months ago

if you want to add duckyscripts to the pi, you'd have to add them in ./payloads, not ./plugins