error: unknown target CPU 'generic' - 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: error: unknown target CPU 'generic' (/thread-10695.html) |
error: unknown target CPU 'generic' - lost - 03-30-2022 Hello all, Running The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), apt upgrade/update/dist-upgrade - This is a VM on ESXI - please let me know if you need additional information. Any help on resolving this would be great! Code: ┌──(bruhhh㉿pen-15)-[~] Someone else made a similar thread but he used the --force flag. I'm not using --force but receiving the following error: https://hashcat.net/forum/thread-10634.html RE: error: unknown target CPU 'generic' - lost - 03-30-2022 I didn't put the "The-Distribution-Which-Does-Not-Handle-OpenCL-Well" - looks like a rule that auto appends RE: error: unknown target CPU 'generic' - slyexe - 03-31-2022 Remove POCL, install ROCM, install OPENCL DRIVERS for your AMD CPU. Everything is detailed on the homepage. Also note, using Hashcat on a VM makes things even more complicated in getting things to work. RE: error: unknown target CPU 'generic' - lost - 03-31-2022 (03-31-2022, 02:21 AM)slyexe Wrote: Remove POCL, install ROCM, install OPENCL DRIVERS for your AMD CPU. Everything is detailed on the homepage. Also note, using Hashcat on a VM makes things even more complicated in getting things to work. Thanks for the reply - yea, I was reading about the VM issues - Being a beginner is tough and I appreciate you sharing insight/knowledge. Even though its on the homepage a point in the right direction is great! ty ty RE: error: unknown target CPU 'generic' - n4tf0un4 - 02-05-2023 Using Hashcat on a VM with your AMD CPU, you just need to install POCL by using the following command : "sudo apt install pocl-opencl-icd". It works just fine!! |