-
Notifications
You must be signed in to change notification settings - Fork 770
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
How to know when a client is not vulnerable to WPA attack? #61
Comments
The script will inform you when a device is or isn't vulnerable (with a line containing either the words |
Hi @vanhoefm, thanks for your answer. I did try all the steps to run the script, but I will try it again more carefully. I'll post again if any improvement. |
Hi @pdelteil ,I also encountered the same problem.Have you solved this problem? Thank you! |
Can you provide the full output? Your device likely isn't request an IP address using DHCP (or the script is not detecting the DHCP requests). |
Hi @vanhoefm ,thanks for your reply! The full output of test2 is as follows (test 6): PS. I'm running these tests on Ubuntu 16.04. I don't know where the problem is. |
even I am facing the same issue |
root@kali:~/krackattacks-scripts-research/krackattack# ./krack-test-client.py |
Hi @vanhoefm any solution for this? |
I'm not sure what the problem was here. Perhaps there was an incompatibility with the version of Scapy used by your Linux distribution. With the updated tool, a specific Scapy version will be installed, which hopefully avoids this problem. |
Hi @vanhoefm |
I'm running "./krack-test-client.py --replay-broadcast" and I receive many messages with the text:
"Reset PN for GTK"
Can I conclude that the client passed the test successfully?
Same thing with test 2 ./krack-test-client.py --group --gtkinit I get many:
"Renewed the group key"
Same with 3 ./krack-test-client.py --group, 4 ( /krack-test-client.py ) and 5 (./krack-test-client.py --tptk)
"Reset PN for GTK"
Thank you !
The text was updated successfully, but these errors were encountered: