PDA

View Full Version : oclHashcat error



elidd1
2015-12-25, 18:22
Hello,
please pardon me as i am still fairly new to Kali linux..

recently installed oclHashcat via
apt-get install oclHashcat oclhashcat-plus

but when i run oclhashcat i get the following error:


./oclHashcat.bin: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory

this is my output on pyrit:

root@kali:~# pyrit list_cores
Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

The following cores seem available...
#1: 'CPU-Core (SSE2)'
#2: 'CPU-Core (SSE2)'
#3: 'CPU-Core (SSE2)'
#4: 'CPU-Core (SSE2)'

when i run
lspci | gre VGA the output is:: 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)


can anyone help me get this up and running

Laserman75
2015-12-27, 16:41
What have you for a graphics card?
Intel Integrated Graphics cards are not working!
oclHashcat works only with amd or nvidia cards.

For nvidia cards you need to run cudahashcat, oclhashcat is for amd cardsonly.

elidd1
2015-12-27, 21:04
What have you for a graphics card?
Intel Integrated Graphics cards are not working!
oclHashcat works only with amd or nvidia cards.

For nvidia cards you need to run cudahashcat, oclhashcat is for amd cardsonly.

Is there an Intel gpu hashcat?

Laserman75
2015-12-27, 23:40
No.
Read the hashcat wiki.

http://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_are_the re_different_versions_of_hashcat



Why are there different versions of *hashcat?

hashcat: A cracker for your CPU(s), it does not need, nor use your GPUs
oclHashcat: A cracker for your GPU(s), there are two versions of oclHashcat:
1. cudaHashcat: for NVidia graphics cards
2. oclHashcat: for AMD graphics cards