Releases: jayofelony/pwnagotchi
Releases · jayofelony/pwnagotchi
Pwnagotchi v2.8.6
What's Changed
- Automatically remove invalid ai parameters leftover from tensorflow by @Sniffleupagus in #74
- Adds invertable BLACK/WHITE to config by @rai68 in #77
- Update view.py - bug fix, my self left a broken debug line in by @rai68 in #78
Full Changelog: v2.8.5...v2.8.6
- Invert display from config by changing
ui.invert
to false (default) or true (white background) - Added
--wizard
flag to help with setting up a basic configuration for the absolute beginners out there
Pwnagotchi v2.8.5
Full Changelog: v2.8.4...v2.8.5
Pwnagotchi v2.8.4
Full Changelog: v2.8.3...v2.8.4
- Fix on about 38 displays not buffering before rendering.
Pwnagotchi v2.8.3
Full Changelog: v2.8.2...v2.8.3
- When you shutdown the device it will auto clear the display. This can be enabled/disabled in config.toml, disable it if you use Pwnagotchi headless.
personality.clear_on_exit = true/false
- There were reports of an error 400 about wlan0mon not able to hop. I have switched to a difference installation of nexmon that does not rely on armhf packages. So hopefully this will fix those error reports.
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!