Installing Hashcat on CentOS
#1
I have downloaded the 'OpenCL Runtime for Intel Core and Intel Xeon Processors' and ran 
`sudo ./install.sh`. When I execute the command `hashcat -b -m 0`
 I get the following error `clCreateContext(): CL_DEVICE_NOT_AVAILABLE`. 

From googling I believe this error is related to OpenCL Runtime, any ideas on how I could solve this?

Output from clinfo
`
NULL platform behavior clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)  No platform clCreateContext(NULL, ...) [default]            No platform clCreateContext(NULL, ...) [other]              <checkNullCtx:2308: create context with device from non-default platform : error -2> clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No platform
`
Reply


Messages In This Thread
Installing Hashcat on CentOS - by Takir - 07-22-2020, 05:35 PM
RE: Installing Hashcat on CentOS - by Chick3nman - 07-22-2020, 05:59 PM
RE: Installing Hashcat on CentOS - by Takir - 07-22-2020, 06:26 PM