hashcat Forum

Full Version: no hashes loaded
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to crack the WPA2 password, but I get some kind of error.
What am I doing:
I have.pcap dump, I'll convert it to .hccapx:

./cap2hccapx file.pcap output.hccapx

and he writes to me that 2 handshakes are recorded in the file.
next, I'm trying to decrypt the password in hashcat:

hashcat -m 22000 -a 0 output.hccapx rockyou.txt

but I'm getting errors.:
Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63

Hashfile '/Users/user/Desktop/output.hccapx' on line 1 (HCPX): Separator unmatched
Hashfile '/Users/user/Desktop/output.hccapx' on line 2 (<?WMM?x??y): Separator unmatched
Hashfile '/Users/user/Desktop/output.hccapx' on line 3 (): Separator unmatched
Hashfile '/Users/user/Desktop/output.hccapx' on line 4 (<?WMM?x??): Separator unmatched
Hashfile '/Users/user/Desktop/output.hccapx' on line 5 (<?WMM?x??y): Separator unmatched
Hashfile '/Users/user/Desktop/output.hccapx' on line 6 (): Separator unmatched
Hashfile '/Users/user/Desktop/output.hccapx' on line 7 (<?WMM?x??): Separator unmatched
No hashes loaded.

What could be the problem?
The hash mode 2500 and its binary hash file format (hccapx) is outdated.
The new hash mode is 22000 which takes a new ASCII file format (hc22000). It combines EAPOL and PMKID.

You can't use the new hash mode with old hccapx files!
More information about the new format is here:
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2