|
|
|
|
|
by g-clef
3174 days ago
|
|
Not quite: The attacker watches for the initial client->AP encryption negotiation (or forces it by forcing a disassociate), records one step of that negotiation and replays it to the client. That has the side-effect of causing the client->AP traffic to re-use encryption keys. Since WPA2 encryption is a stream cipher, re-using keys opens it up to a known-traffic analysis attack, which allows a listener to decrypt the traffic. So, the user is still connected to their existing AP, but since they're re-using keys, attackers can decrypt the client->AP communication. There's no need for a second AP in all this, just someone in range of the client who can replay packets to the clients. (Good TLDR here: https://blog.cryptographyengineering.com/2017/10/16/falling-... ) |
|
How would you drop packet 3 without a new AP?