No Hashes Loaded - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: No Hashes Loaded (/thread-10735.html) |
No Hashes Loaded - JamesIsLegend11 - 04-23-2022 Hi im learning hashcat and i tryed to crack my own network to see if i have strong password, then i caught the handshake, converted it so hashcat can read it but when i tryed to crack it it alway say "No hashes loaded" This are commands i tryed to use "sudo hashcat -d 1 -m 22000 -w 3 --status -a 6 wpa2.hccapx ?d?d?d?d?d?d?d?d" and the other one i tryed is "sudo hashcat -m 22000 -a 3 wpa2.hccapx ?d?d?d?d?d?d?d?d" both always says "No hashes loaded" Im trying to crack wpa2 using The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux Thanks for any help RE: No Hashes Loaded - pdo - 04-23-2022 The .hccapx file format is deprecated. See this link for current information: https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2 (04-23-2022, 11:02 PM)JamesIsLegend11 Wrote: Hi im learning hashcat and i tryed to crack my own network to see if i have strong password, then i caught the handshake, converted it so hashcat can read it but when i tryed to crack it it alway say "No hashes loaded" RE: No Hashes Loaded - ZerBea - 04-24-2022 In addition to what @pdo mentioned above, please take a look at this tutorial: https://davidbombal.com/wifi-wpa-wpa2-cracking-with-hashcat-and-hcxdumptool/ and do not use sudo on hashcat. |