This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
Releases: jayofelony/pwnagotchi-bullseye
Releases · jayofelony/pwnagotchi-bullseye
Pwnagotchi v2.4.4
- User pi can now login normally via SSH again
But you have to flash this new image for it to work!
Default credentials are pi/raspberry
Pwnagotchi v2.4.3
What's Changed
- adds memtemp-plus.py by @rai68 in jayofelony/pwnagotchi#16
New Contributors
- @rai68 made their first contribution in jayofelony/pwnagotchi#16
Full Changelog: jayofelony/pwnagotchi@v2.4.2...v2.4.3
- Added plugin stats to be sent to opwngrid.xyz
- Added plugin repo to custom plugin repo
- create custom user using rpi imager to ssh into your device
Pwnagotchi v2.4.2
Full Changelog: jayofelony/pwnagotchi@v2.4.1...v2.4.2
- Added custom MOTD in SSH, this can be updated automatically with every new version
- Fix some position settings in waveshare35lcd
- Added internet-connection to top of screen, enabled by default
- More pythonic way of checking internet connection
Pwnagotchi v2.4.1
- When bettercap fails a reboot will be initiated. It seems that bettercap fails because the driver crashed, and somehow cannot be restarted.
- Added an edited version of internet-connection plugin to default plugins
What's Changed
- v2.3.9 by @jayofelony in jayofelony/pwnagotchi#12
- Pwnagotchi torch testing by @jayofelony in jayofelony/pwnagotchi#14
Full Changelog: jayofelony/pwnagotchi@v2.4...v2.4.1
Pwnagotchi 2.4
What's Changed
- Pwnagotchi torch testing by @jayofelony in jayofelony/pwnagotchi#13
Full Changelog: jayofelony/pwnagotchi@v2.3.8...v2.4
- I have reverted the plugins/init.py threading, it was giving too many issues at (re)boot.
- fix_services seems to be running perfectly fine now. If you need more error handling please let me know.
For the Pi Zero 2W and Pi 4 (less than 4gb memory) please do the following:
sudo systemctl enable dphys-swapfile.service
sudo nano /etc/dphys-swapfile # edit 100 -> 2048
sudo reboot now
This will help with future version updates.
Pwnagotchi v2.3.8
Pwnagotchi v2.3.7
A new release, with some small changes.
- Internet availability is now checked with opwngrid.xyz
Pwnagotchi v2.3.6
- - A new attempt to catch the bettercap issues. Limiting to 5 concurrent websockets to bettercap.
- - Enabled opwngrid reporting
If you are already running this version of pwnagotchi for some time, please run the following commands so it can report to the new API.
sudo rm /root/.api-enrollment.json && sudo reboot now
Pwnagotchi v2.3.5
Reverted some of the changes I made in the past.
- Inverted UI black/white colors.
Pwnagotchi v2.3.3
Just some small changes.
- Edited --check-update to give some feedback and start pwnlog.