WPA 802.11r Fast BSS Transition (FT-PSK) #546
ZerBea
announced in
Announcements
Replies: 2 comments
|
Sana görsel Atacam düzenliye bilirmisin |
0 replies
|
Noted. Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As of today, conversion of WPA 802.11r Fast BSS Transition (FT-PSK) has been added to hcxpcapngtool.
Now hcxpcapngtool support conversion of FT-PSK PMKID and FT-PSK ESPOL to hashcat's new format -m 37100..
As long as the pull request wasn't merged, it is up to you to apply it to your hashcat source
This information ist stored in "WPA Key Data" of an EAPOL M2 frame:
Due to hashcat and JtR limits, oversized MESSAGES are not(!) converted.
This limits are old relicts of the binary hccap and hccapx format.
Limits:
If the limits exceed, hcxpcapngtool shows a warning and does not convert them.
Example:
Download example dump file:
wpa2-ft-psk_12345678.pcapng.zip
unzip file
convert it to a hc37100 hash file:
The new hash file looks like this:
WPA*03 = PMKID
WPA*04 = EAPOL MESSAGE PAIR
get latest word list from wpa-sec:
run hashcat:
PSK has been successful recovered from the PMKID and the EAPOL MESSAGE PAIR.
All reactions