PDA

View Full Version : OCLHashcat error 1001



gokumatrix
2015-07-04, 15:44
Hey everybody, first time posting here (just joined today) so I hope I'm in the right place.

I'm trying to work with oclHashCat64 on Kali version 1.1.0. I was able to get my ATI drivers installed, and verified it's version 14.10.1006 which is needed per this list: http://bit.ly/1dEuFxo

I was initially getting an error: "error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory" but I searched and found
https://forums.kali.org/showthread.php?20090-oclHashcat&p=41546&viewfull=1#post41546

which said to run apt-get install amd-libopencl1 1.3-3 I did that and I get through that error now. Immediately after accepting the EULA I get a new error

clGetPlatformIDs() -1001

It's right after the line that says "Generating bitmap tables with 16 bits..." if that helps.

Any suggestions are greatly appreciated!

gokumatrix
2015-07-08, 06:58
It was suggested that I run "clinfo" and I got this output:

terminate called after throwing an instance of 'cl::Error'
what(): clGetPlatformIDs
Aborted

Does anybody have a suggestion?

bond benz
2015-07-10, 14:39
run hashcat directly without OCL , because it's already installed
root@lab:~# hashcat
Usage: hashcat [options] hashfile [mask|wordfiles|directories]

Try --help for more help.
root@lab:~#

gokumatrix
2015-08-11, 05:28
I checked that out, but doing a benchmark it says that it's only using my CPU and not my GPU, which is why I wanted to use oclhashcat. Is there a way to get hashcat to use my gpu?

khan0bdhat
2015-10-19, 19:18
I checked that out, but doing a benchmark it says that it's only using my CPU and not my GPU, which is why I wanted to use oclhashcat. Is there a way to get hashcat to use my gpu?


$ sudo apt-get update && sudo apt-get install oclHashcat

after try to run

$ oclhashcat

if good it;s ok if not

Nvidia driver : http://docs.kali.org/general-use/install-nvidia-drivers-on-kali-linux


Amd driver: $apt-get install amd-libopencl1 1.3-3

thanks it will be fine.