-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pwnagotchi captures handshakes of APs on the main.whitelist and deauths clients from them #13
Comments
Does it save the handshakes in |
they are being saved and they're not empty. aircrack plugin even verifies them as valid. |
I am looking into the issue. |
You need to add both hostname AND mac address of the device you want to whitelist. |
by hostname do you mean SSID (like"i01" here) and by MAC you mean BSSID ("a2:a2:f4:c2:ed:30") ? I already have them on my whitelist. |
Yes, that MAC is of the accesspoint you named i01? |
yes it is. Actually since I have 3 access points each working in 2.4 and 5 Ghz spectrum I had to add 6 BSSIDs (MAC addresses) for each SSID ;) |
Well that should prevent it from getting deauthed, unless you made a type somewhere ofcourse |
I didn't. I've copied both the MAC and name from the logs, performed search on each and found a match in config file. |
How recent was that match? |
Yesterday and today, both after I updated and applied config. time was not synced, so the date stamp is wrong on one |
Just as a confirmation, you did run |
Yes, like I said I've updated and applied (restarted pwnagotchi service) it. |
Than I don't know, there is no issue on the code itself. |
Yeah always converted them to lowercase |
It is still happening on both of the devices I'm playing around at home. Maybe there is something else wrong with my config - can I contact you somewhere else, as I don't want to post if publicly? |
Describe the bug
Despite putting my Access Points (both their SSIDs and BSSIDs) in /etc/pwnagotchi/config.toml main.whitelist section they are being reconed by Pwnagotchi - their handshakes are being captured, and the clients are being deauthenticated from them.
To Reproduce
Steps to reproduce the behavior:
(I have many more, this is just one AP cut out.)
2. (re)start Pwnagotchi in AUTO mode with AI enabled
3. watch your logs
Expected behavior
Pwnagotchi ignores said stations - does not capture handshakes or perform any kind of attacks, especially deauths.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: