No Hashes Loaded
#1
Exclamation 
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
Reply
#2
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"

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 (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)) linux

Thanks for any help
Reply
#3
In addition to what @pdo mentioned above, please take a look at this tutorial:
https://davidbombal.com/wifi-wpa-wpa2-cr...xdumptool/
and do not use sudo on hashcat.
Reply