a pi-zero powered hacking tool, with badusb capabilities, on the fly hoaxshell payload generation, 802.11 deauthing, bettercap support, and (crude) duckyscript support, all in the size of a flipper zero (or raspberry pi depending on your setup)
i am not responsible for what you do with this thing; this can actually be used for really bad purposes in the right hands
i need someone to help me with the front end of the control panel, currently it's really ugly and bad and i have no clue on how to fix it
- deauthing works, but can sometimes go silent (see evilsocket/pwnagotchi#267)
- a raspberry pi zero w (can also be a 2)
note: actually, it can be anything with the same gpio as the pi zero and has usb gadget support, but dont blame me if it doesnt work on your radxa
note: you could also use a mini usb battery pack, but i'd rather use a built in battery, or you could plug it into your phone and it would still power the pi (depends on your phone obviously)
- waveshare 1.3inch oled (i plan to add support to more displays in the future)
note: you could use a tiny micro-usb cable with sync+charge support, but charge isnt required since your powering it off of a battery (i hope)
if you try to use your pi as a ducky usb, it will take (minimum) 25 seconds to boot up and start pwnhyve, and a couple of minutes to start everything else up; not very stealthy
you could use it without a battery though, just not reccomended
- make sure you're root
git clone https://github.com/nototter/pwnhyve/
cd pwnhyve
python3 autoinstall.py
# go through install & reboot, or start the script
or go into the wiki to install
- 95% of this was made by me
- some of it was from pwnagotchi for deauthing