mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-26 13:49:35 -05:00
fragattack: ignore group key handshake frames
This commit is contained in:
parent
318b356251
commit
4bc992c609
@ -477,6 +477,10 @@ class Station():
|
||||
# Detect Msg3/4 assumig WPA2 is used --- XXX support WPA1 as well
|
||||
is_msg3_or_4 = key_secure != 0
|
||||
|
||||
# Ignore group key handshake
|
||||
if key_type == 0:
|
||||
return None
|
||||
|
||||
# Inject any fragments before authenticating
|
||||
if not self.txed_before_auth:
|
||||
log(STATUS, "Action.StartAuth", color="green")
|
||||
|
Loading…
x
Reference in New Issue
Block a user