"No hashes loaded" error
#1
Hello I am on linux and using hashcat 6.2.6

when I do hashcat -m 22000 wpa2fatih.hc22000 -a 3 ?l?l?l?l?l?l?l?l?l?l?l

I get the error:

Hashfile 'wpa2fatih.hc22000' on line 1 (HCPX): Separator unmatched
Hashfile 'wpa2fatih.hc22000' on line 2 (): Separator unmatched
Hashfile 'wpa2fatih.hc22000' on line 3 (): Separator unmatched
No hashes loaded.

what did I do wrong?
Reply
#2
You are trying to use an outdated hash file format (HCCAPX) in combination with the new hash mode 22000.
That doesn't work an lead to the ERROR "Separator unmatched" as mentioned above.
Everything you need to know about the new format is here:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
Reply