Describe the bug
Whitelist no matter how entered is not used, my SSID is still pwned.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should not pwn whitelist SSIDs
Whitelisted SSID pcap files should not show up
Environment (please complete the following information):
I'm also seeing this behavior.
I've attempted the following white list formats
First attempt:
main:
name: 'pwnagotchi'
whitelist:
- 'YourHomeNetworkMaybe'
- 'Your Second home Maybe'
plugins:
grid:
enabled: true
report: true
exclude:
- 'YourHomeNetworkMaybe'
- 'Your Second home Maybe'
Other attempt
main:
name: 'pwnagotchi'
whitelist:
- YourHomeNetworkMaybe
- Your Second home Maybe
plugins:
grid:
enabled: true
report: true
exclude:
- YourHomeNetworkMaybe
- Your Second home Maybe
I noticed that too. Then I saw that the FAQ on pwnagotchi.ai says:
Your access points handshakes get still captured. This only prevents the deauth of the clients.
Mine looks similar to this:
main:
name: 'mygotchi'
whitelist:
- 'MYNetwork'
- 'TheOtherNet'
plugins:
grid:
enalbed: true
report: true
exlude:
- 'MYNetwork'
- 'TheOtherNet'
And the problem still occurs, I see it in the UI as well
Would be nice if the all attempts or captures did not occur if this they are whitelisted
Guys, like @nucow69 said already, this is an expected behaviour. The whitelisted APs won't get "pwned" aka. deauthed, but captured. This is not a bug.
As per docs:
Your access points handshakes get still captured. This only prevents the deauth of the clients.
This should be mentioned on pwnagotchi.ai's configuration page. Thank you for the info :3
Adding this to the docs would make a lot of sense. I'll see if I can add it and get it past PR.
Most helpful comment
As per docs:
Your access points handshakes get still captured. This only prevents the deauth of the clients.