"No hashes loaded" error - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: "No hashes loaded" error (/thread-11950.html) |
"No hashes loaded" error - kagent263 - 05-04-2024 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? RE: "No hashes loaded" error - ZerBea - 05-04-2024 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 |