Skip to content

Releases: jayofelony/pwnagotchi

Pwnagotchi v2.8.6

05 Mar 17:04
1117875
Compare
Choose a tag to compare

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

27 Feb 10:58
Compare
Choose a tag to compare

Pwnagotchi v2.8.4

15 Feb 19:53
Compare
Choose a tag to compare

Full Changelog: v2.8.3...v2.8.4

  • Fix on about 38 displays not buffering before rendering.

Pwnagotchi v2.8.3

14 Feb 09:30
Compare
Choose a tag to compare

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

08 Feb 20:56
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @crs-k made their first contribution in #51

Full Changelog: v2.8.1...v2.8.2

v2.8.1

04 Feb 17:13
92cd5d3
Compare
Choose a tag to compare

What's Changed

New Contributors

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

29 Jan 19:40
1780859
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.9...v2.8.0

Pwnagotchi v2.7.9

27 Jan 11:37
7f66258
Compare
Choose a tag to compare
  • 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

23 Jan 15:09
Compare
Choose a tag to compare

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

22 Jan 13:26
Compare
Choose a tag to compare

Full Changelog: v2.7.5...v2.7.6

  • Fixed Wigle plugin, get your gps data uploaded!