WPA-PBKDF2-PMKID+EAPOL means that it can either be a PMKID or an EAPOL MESSAGE PAIR from a4way handshake.
The format identifier at the beginning of the hash line show type:
The hashes are taken from the dump file. WPA*01 if a PMKID is inside the dump file, WPA*02 if an EAPOL MESSAGE PAIR is inside the dump file.
How to filter the hash file by PMKID or by EAPOL MESSAGE PAIRs is described here:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
It is not possible to calculate a PMKID from an EAPOL MESSAGE PAIR (WPA*02* hash line) if you don't know the PMK.
The format identifier at the beginning of the hash line show type:
Code:
WPA*01*..... == PMKID
WPA*02*..... == EAPOL MESSAGE PAIR from a 4way handshake
The hashes are taken from the dump file. WPA*01 if a PMKID is inside the dump file, WPA*02 if an EAPOL MESSAGE PAIR is inside the dump file.
How to filter the hash file by PMKID or by EAPOL MESSAGE PAIRs is described here:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
It is not possible to calculate a PMKID from an EAPOL MESSAGE PAIR (WPA*02* hash line) if you don't know the PMK.