Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Releases: jayofelony/pwnagotchi-bullseye

Pwnagotchi v2.4.4

29 Sep 11:45
Compare
Choose a tag to compare
  • 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

28 Sep 07:19
Compare
Choose a tag to compare

What's Changed

New Contributors

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

20 Sep 09:44
Compare
Choose a tag to compare

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

18 Sep 09:09
Compare
Choose a tag to compare
  • 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

Full Changelog: jayofelony/pwnagotchi@v2.4...v2.4.1

Pwnagotchi 2.4

16 Sep 21:05
eeab185
Compare
Choose a tag to compare

What's Changed

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

12 Sep 11:25
Compare
Choose a tag to compare

Pwnagotchi v2.3.7

10 Sep 18:35
Compare
Choose a tag to compare

A new release, with some small changes.

  • Internet availability is now checked with opwngrid.xyz

Pwnagotchi v2.3.6

09 Sep 20:06
Compare
Choose a tag to compare
  • - 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

09 Sep 09:09
Compare
Choose a tag to compare

Reverted some of the changes I made in the past.

  • Inverted UI black/white colors.

Pwnagotchi v2.3.3

07 Sep 17:37
Compare
Choose a tag to compare

Just some small changes.

  • Edited --check-update to give some feedback and start pwnlog.