Open tonjo opened 4 years ago
Same issue occurs here: https://www.reddit.com/r/pwnagotchi/comments/vxu426/pawgps_issue_skipping_event_handshake_because_the/ Running 1.5.5 version
Never mind, looks like the issue above was caused by a user error in paw-gps configuration
Describe the bug
I tried some plugins: at first
paw-gps
, enabled it, and noticed whenever a handshake is captured, nothing happens, I would expect at least the logging (line 32 inpaw-gps.py
version 1.0.0). I had previously installed and configured PawServer and did all the steps described in https://gist.github.com/Arttumiro/d359769bc492559fe3098ac890a3c807Also tried other contrib plugins, such as quickdic (installing
aircrack-ng
first, of course). I would expect at least thelogging.info
lines to be executed, but nothing. I created a plugin myself, with a simple logging, but nothing. Other parts of such plugins work, though, for example insideon_association
,on_wifi_update
, etc.To Reproduce
on_handshake
tail -f /var/log/pwnagotchi.log
Expected behavior At every handshake captured, I would expect the execution of callback
on_handshake
Environment:
Additional context Interesting: number of current session's pwned networks remains 0, but it clearly cannot be true because the total count increases. Also the name of the network of most recent acquired handshake is empty. It was once visibile.
NOTE: I had version 1.0.1, then stopped for a while, then upgraded to version 1.4.3, by backupping, reflashing and restoring files. Since than, current network pwned was 0. After that I enabled auto_update, and now I'm on 1.5.3 as stated before. I wonder if I've missed some steps.
EDIT Last
captured new handshake
message in log with version 1.4.3. After that, an auto update pushed to 1.5.2, and no morecaptured new handshake
since, even if it is still doing its job.