Using hashcat on my CentOS 6 machine
#1
I tried downloading the binaries on my CentOS 6 machine and its reporting an error about not finding the correct version of GLIBC I believe that is because the glibc version on my machine is old so I tried compiling it instead. It compiled succesfully and I now have a fresh binary but its outputting this error

Code:
hashcat (v3.00) starting...


ATTENTION! Can't find OpenCL ICD loader library

You're probably missing the "ocl-icd-libopencl1" package (Debian/Ubuntu)
 sudo apt-get install ocl-icd-libopencl1

I am using centos so apt-get wont work. I already tried searching for a way to install the required library but did not find anything that works.

Can anyone please guide me on what to do next.


Messages In This Thread
Using hashcat on my CentOS 6 machine - by pinoy - 07-10-2016, 08:28 AM