ZerBea / hcxdumptool

Small tool to capture packets from wlan devices.
MIT License
1.81k stars 391 forks source link

Wpa3 #467

Closed axeldog closed 1 month ago

axeldog commented 1 month ago

Can hcxdumptool attack wpa3?

ZerBea commented 1 month ago

No. There is no need to attack WPA3 SAE or to convert WPA3 SAE hashes because neither hashcat nor JtR can recover the PSK of WPA3 SAE. But hcxdumptool/hcxlabtool can downgrade a WPA3 SAE client to WPA2 if it is running in transition mode (WPA2/WPA3 SAE). https://documentation.meraki.com/MR/Wi-Fi_Basics_and_Best_Practices/WPA3_Encryption_and_Configuration_Guide#WPA3_Transition_Mode

BTW: I moved this to discussions, because it is not an issue.