CL_OUT_OF_HOST_MEMORY
#4
- you should download hashcat directly from https://hashcat.net/hashcat/
- don't use crunch, use this instead:
Code:
hashcat -m 2500 -a 0 -w 3 -r my.rule -d 2 file.hccapx dict.txt

where my.rule is a rule file like the ones in rules/ folder , but that doesn't shorten the passwords to < 8 characters
where dict.txt is a dictionary file that does contain very likely/good password candidates

This makes sense, because WPA/WPA2 has a minimum password length of 8 chars/bytes and brute-forcing (trying all these different characters) a password that is 10+ characters long is infeasible (not possible, even with a lot of GPUs)

If that command still doesn't work, try to see if a benchmark works:
Code:
hashcat -m 2500 -b


Messages In This Thread
CL_OUT_OF_HOST_MEMORY - by RoyBilbo - 07-11-2020, 04:52 PM
RE: CL_OUT_OF_HOST_MEMORY - by philsmd - 07-11-2020, 05:00 PM
RE: CL_OUT_OF_HOST_MEMORY - by RoyBilbo - 07-11-2020, 05:10 PM
RE: CL_OUT_OF_HOST_MEMORY - by philsmd - 07-11-2020, 05:22 PM
RE: CL_OUT_OF_HOST_MEMORY - by RoyBilbo - 07-11-2020, 05:37 PM
RE: CL_OUT_OF_HOST_MEMORY - by RoyBilbo - 07-11-2020, 05:48 PM
RE: CL_OUT_OF_HOST_MEMORY - by royce - 07-11-2020, 05:51 PM