how to try every combination
#3
Looks like a PMKID or a MIC. Both of them are not(!) md5.

The PMKID attack is explained here:
https://hashcat.net/forum/thread-7717.html

and the 4way handshake here (inclusive a tutorial to calculate all values via bash):
https://praneethwifi.in/2019/11/09/4-way...ification/

It is mandatory to convert the dump file to a hash format (Network Protocol) accepted by hashcat as explained here:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2

An online converter is here:
https://hashcat.net/cap2hashcat/

After conversion run hashcat e.g with a partial mask:
Code:
$ hashcat -m 22000 converted_hash_file.hc22000 -a 3 8348?d?d?d?d

Some additional information is here:
https://hashcat.net/forum/thread-10553-p...l#pid54456
Reply


Messages In This Thread
how to try every combination - by Kay_Z420 - 12-27-2021, 10:31 AM
RE: how to try every combination - by Snoopy - 01-05-2022, 07:57 PM
RE: how to try every combination - by ZerBea - 01-05-2022, 11:42 PM