Releases: jayofelony/pwnagotchi
Releases · jayofelony/pwnagotchi
Pwnagotchi v2.8.2
What's Changed
- Waveshare 3.52 in e-ink update by @crs-k in #51
- Add PiShrink step to the workflow (#1) by @crs-k in #54
- Dev by @jayofelony in #57
- dev by @jayofelony in #58
New Contributors
Full Changelog: v2.8.1...v2.8.2
v2.8.1
What's Changed
- MOTD updated by @wpa-2 in #45
- Dev to master by @jayofelony in #46
- removed blind bug check from fix_services.py by @jayofelony in #47
New Contributors
- @wpa-2 made their first contribution in #45
- @jayofelony made their first contribution in #46
Full Changelog: v2.8.0...v2.8.1
I removed the so-called blind bug from pwnlib, bettercap-launcher and fix_services as the RPi Zero 2 W is not really blind. The Wi-Fi firmware is just busy at this moment and cannot properly hop to the Wi-Fi channel. Hopefully this is fixed by delaying the hop with 0.2 seconds.
seemoo-lab/nexmon#596
Pwnagotchi v2.8.0
Pwnagotchi v2.7.9
- World's first to support Raspberry Pi 5 for Pwnagotchi! Use it headless as displays do not work (yet)!
- I tried to make it stop de-authenticating/associating whitelisted networks as much as possible. Add both hostname and MAC to whitelist.
If it still deauthenticates your network, know it will not be reported to opwngrid. - Hcxtools latest version pre-installed for a new plug-in which will come in a later version.
- Added standard Wi-Fi firmware to hold list of apt-get, so you don't accidentally overwrite custom firmware.
It is advised to reflash to this image, not just auto-update, as it has some major changes in the OS runtime.
Pwnagotchi v2.7.7
Full Changelog: v2.7.6...v2.7.7
- Added aircrackonly to default plugins, enabled by default
- Added hashie to default plugins, enabled by default (if you auto-update you have to run
sudo apt-get install hcxtools) Hopefully RPi 5 will work now with built-in wifi **YOU MUST FLASH IMAGE- 1 whitelist for all 4 plugins using it (grid, wigle, wpa-sec, onlinehashcrack) #24
Pwnagotchi v2.7.6
Full Changelog: v2.7.5...v2.7.6
- Fixed Wigle plugin, get your gps data uploaded!
Pwnagotchi v2.7.5
Full Changelog: v2.7.4...v2.7.5
- Extra fix for gdrivesync
Pwnagotchi v2.7.4
What's Changed
New Contributors
Full Changelog: v2.7.3...v2.7.4
- Waveshare 2.13 (G) display should work now
- Fixed gdrivesync
- Moved
self._display = Nonefrom display files to base.py for easier debugging
Pwnagotchi v2.7.3
Full Changelog: v2.7.2...v2.7.3
- Added 2.13inch G display
- Added 2.66 B display
- Fixed multiple mistakes on loading displays, my bad!
This fork now supports up to 70 Waveshare e-ink displays.
Pwnagotchi v2.7.2
Full Changelog: v2.7.1...v2.7.2
- Revert changes on pwnlib, zero2w does not like it being pushed!