jayofelony / pwnagotchi

(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.
Other
1.05k stars 119 forks source link

[BUG] Pwngrid not updating/uploading data #172

Closed jayofelony closed 5 months ago

jayofelony commented 5 months ago

If you're having issues with https://opwngrid.xyz not showing valid data try this. 64bit:

sudo rm /usr/local/lib/python3.11/dist-packages/pwnagotchi/grid.py
sudo wget -P /usr/local/lib/python3.11/dist-packages/pwnagotchi/ https://raw.githubusercontent.com/jayofelony/pwnagotchi/master/pwnagotchi/grid.py
pwnkill

32bit:

sudo rm /usr/local/lib/python3.9/dist-packages/pwnagotchi/grid.py
sudo wget -P /usr/local/lib/python3.9/dist-packages/pwnagotchi/ https://raw.githubusercontent.com/jayofelony/pwnagotchi/master/pwnagotchi/grid.py
pwnkill
jayofelony commented 5 months ago

This will be fixed in the next release.