10-25-2020, 08:22 AM
Please notice that hash mode 2500 is deprecated as well as hash mode 16800 (hashcat >= 6.0.0).
You should use hash mode 22000 instead, because it takes PMKID and EAPOL within the same hash file.
$ hashcat -m 22000 hashfile.22000 wordlist.txt
You should use hash mode 22000 instead, because it takes PMKID and EAPOL within the same hash file.
Code:
$ hashcat --help | grep PMKID+EAPOL
22000 | WPA-PBKDF2-PMKID+EAPOL | Network Protocols
22001 | WPA-PMK-PMKID+EAPOL | Network Protocols
$ hashcat -m 22000 hashfile.22000 wordlist.txt