Releases: jayofelony/pwnagotchi-bullseye
Pwnagotchi v2.3.2
- Added support for Waveshare 2.13 V4
- Fix main Pwnagotchi, --check-update should work now
- Hopefully made bettercap not error out again on connectivity
Pwnagotchi v2.3
Full Changelog: jayofelony/pwnagotchi@0be91b6
- Pwngrid should now update to version 1.10.4, changed to a new cloud API !! All should work again.
sudo systemctl stop pwngrid.service && sudo systemctl disable pwngrid.service
- Please run these commands to stop running a local pwngrid server, ever
Pwnagotchi v2.2.9.1
Quick fix on version 2.2.9
Pwnagotchi v2.2.9
Full Changelog: jayofelony/pwnagotchi@8c9519f
Pwnagotchi v2.2.8
- Quick fix on fix_services plugin, somehow it did not see channel hopping failed.
Pwnagotchi v2.2.7
Apparently there are some memory issues while updating your Pwnagotchi on a PiZ02W, I suggest you add a swapfile of atleast 2GB.
sudo fallocate -l 2G /var/swapfile
sudo chmod 600 /var/swapfile
sudo mkswap /var/swapfile
sudo swapon /var/swapfile
sudo bash -c 'cat >> /etc/fstab' <<EOF
/var/swapfile swap swap defaults 0 0
EOF
swapon -s
- fix_brcmf_plugin has been renamed to fix_services
- fix_services now looks for multiple errors in logfiles. This is still a beta, so let me know if it works for you.
Pwnagotchi v2.2.4
This is a new release to accomodate Auto-Update. Please execute the following commands:
cd /usr/local/src/
sudo rm -r pwnagotchi/
sudo git clone -b v2.3.6 https://github.com/jayofelony/pwnagotchi.git
cd pwnagotchi/
sudo pip3 install .
sudo rm -rf /root/.auto-update && sudo systemctl restart pwnagotchi
As of this release I will not be uploading full image files. They will only be release notes with a new version, your pwnagotchi should auto-update and install whenever there is a new version available and then reboot. If you have it enabled in your config, of course
Pwnagotchi V2.2.1
This is the latest release of my Torch based Pwnagotchi, and it should work on ALL 64-bit Raspbery Pi's.
It includes the following:
- Displayhatmini
- Waveshare35lcd, it needs the approriate drivers. You will need to install them yourself if you use this screen.
- PR by LegendEvent thank you for pointing it out to me @aluminum-ice
- Hashie works, hcxpcaptools has been preinstalled.
- PiSugar 2, you need to install the PiSugar Server yourself and set it up correctly (this build uses python3.9 not 3.7)
- PiSugar 3, same as above.
- All custom plugins that are located in defaults.toml have been pre-downloaded (
pwnagotchi plugins list
)
I edited auto-update/install, as of this update it may auto-update when I release a new version. Please keep an eye on this if it works okay.
Again, this is a complete new build from the original Pwnagotchi. Please remove any AI parameters you may have in your own config.toml. Only add parameters to your config that you want changed from the default.
THIS ONLY WORKS ON 64-BIT RASPBERRY PI
Pwnagotchi 2.1
This is the latest release of my Torch based Pwnagotchi, and it should work on ALL 64-bit Raspbery Pi's.
It includes the following:
- Latest nexmon drivers for all 64-bit RPi's
- Autoupdate plugin has been updated, checks if there is a new version every 24h
- Fix brcmfmac plugin added as default, in case the nexmon drivers may crash during deauthing
- EXP plugin as default added
- Bluetooth sniffing plugin as default added
- Removed age/str plugin as sometimes the age/str may return to 0
- Personality.deauth set to true, in case it does not work and goes blind often set this to false in your config.toml. This is mainly due to crashing nexmon drivers.
Change /etc/dhcpcd.conf for default IP routing. Default IP for eth0 is 192.168.178.89 (Pi4).
Please open an issue in case anything is not working properly.
Remember this works only on Pi Zero 2W and the Pi 4.
Remove your custom main.iface setting in your config.toml or change it to wlan0mon!
Pwnagotchi 2.0 Torch
This release includes a version for the Raspberry Pi 4.
The Raspberry Pi 0 2W version is !!ONLY!! for the BCM43430/1 chipset. Since I do not have the 2w with the 43430/2 chipset I have no means to build this yet.
- Version change to 2.0
- Bettercap version 2.32.0
- pwnlog and pwnver command activated
- memtemp plugin activated by default
If you have a config.toml with a custom main.iface. Change this to wlan0mon or delete from your config file.
Default ssh login is [email protected] password is raspberry
Unpack using 7zip, afterwards you can flash the .img file to your SD card.