Super stuck
#3
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.
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
Reply


Messages In This Thread
Super stuck - by Morinook - 10-25-2020, 01:52 AM
RE: Super stuck - by drsnooker - 10-25-2020, 04:06 AM
RE: Super stuck - by ZerBea - 10-25-2020, 08:22 AM