Skip to content

v2.2

Latest
Compare
Choose a tag to compare
@cyberartemio cyberartemio released this 11 Apr 11:10

Important

In this version, new config parameters have been added and also you need to download the icons on your pwnagotchi. Check the instructions below on how to install the plugin and check the new config params inside README.md.

How to install it

To install it, first download the zip file:

wget https://github.com/cyberartemio/wardriver-pwnagotchi-plugin/archive/main.zip

Then, run the following command to remove useless files:

unzip main.zip &&
mv wardriver-pwnagotchi-plugin-main/wardriver.py . &&
mv wardriver-pwnagotchi-plugin-main/wardriver_assets .&&
rm -r wardriver-pwnagotchi-plugin-main main.zip

What's Changed

  • added ui icon (dinamically changing if gps is available or not) by @cyberartemio in #13
  • start wardriving session only if in AUTO/AI mode by @cyberartemio in #14

Full Changelog: v2.1...v2.2