Skip to content

Releases: jayofelony/pwnagotchi

Pwnagotchi v2.8.2

08 Feb 20:56

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

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

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

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

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

Choose a tag to compare

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

  • Fixed Wigle plugin, get your gps data uploaded!

Pwnagotchi v2.7.5

21 Jan 10:33

Choose a tag to compare

Full Changelog: v2.7.4...v2.7.5

  • Extra fix for gdrivesync

Pwnagotchi v2.7.4

21 Jan 10:17

Choose a tag to compare

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 = None from display files to base.py for easier debugging

Pwnagotchi v2.7.3

19 Jan 07:56

Choose a tag to compare

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

17 Jan 22:18

Choose a tag to compare

Full Changelog: v2.7.1...v2.7.2

  • Revert changes on pwnlib, zero2w does not like it being pushed!