I cant Run hashcat in Linux
#1
Okay i have a intel I-7 Quad core
Intel® Core™ i7-6700
64GB RAM
GPU:
 # sudo lspci | grep VGA

00:02.0 VGA compatible controller: Intel Corporation Device 5912 (rev 04)

So i DO
sudo apt-cache search opencl | grep -i intel
beignet - OpenCL library for Intel GPUs - transitional dummy package
beignet-dev - OpenCL for Intel GPUs (development files and documentation)
beignet-opencl-icd - OpenCL library for Intel GPUs



And i install each Package
Sudo apt-get intall beignet
Sudo apt-get intall beignet-dev
Sudo apt-get intall beignet-opencl-icd

and when i go to run hashcat these happen:
PHP Code:
hashcat -m 2611 -a 0 /Desktop/Hashe/hashsalt.txt /Desktop/passwords/
hashcat (v3.30starting...

No protocol specified
No protocol specified
beignet
-opencl-icdno supported GPU foundthis is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL worksyou can ignore this message)
No protocol specified
beignet
-opencl-icdno supported GPU foundthis is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL worksyou can ignore this message)
No protocol specified
beignet
-opencl-icdno supported GPU foundthis is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL worksyou can ignore this message)
clGetDeviceIDs(): CL_DEVICE_NOT_FOUND

No protocol specified
beignet
-opencl-icdno supported GPU foundthis is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL worksyou can ignore this message)
clGetDeviceIDs(): CL_DEVICE_NOT_FOUND

clGetDeviceIDs
(): CL_DEVICE_NOT_FOUND

No protocol specified
beignet
-opencl-icdno supported GPU foundthis is probably the wrong opencl-icd package for this hardware
(If you have multiple ICDs installed and OpenCL worksyou can ignore this message)
clGetDeviceIDs(): CL_DEVICE_NOT_FOUND

No devices found
/left

Started
Thu Sep 14 12:33:03 2017
Stopped
Thu Sep 14 12:33:03 2017 

Any possible solution?
#2
Noone knows any idea of why can be these?
#3
do not use beignet. You need to install the Intel runtime if you want to use your OpenCL CPU:
OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors for Ubuntu* (64-bit) ***

https://software.intel.com/en-us/article...PU_runtime


*** note: this version number will change in the future. Use the newest or recommended one on https://hashcat.net/hashcat/
#4
(09-14-2017, 04:14 PM)philsmd Wrote: do not use beignet. You need to install the Intel runtime if you want to use your OpenCL CPU:
OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors for Ubuntu* (64-bit) ***

https://software.intel.com/en-us/article...PU_runtime


*** note: this version number will change in the future. Use the newest or recommended one on https://hashcat.net/hashcat/

Okay im in installation now apparently i have still installed Beignet

 -- The Beignet driver is detected


sudo apt-get remove Beignet should delete it no?

Code:
-
Missing critical prerequisite
-- The Beignet driver is detected
sudo apt-get remove beignet
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'beignet' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.

sudo apt-get remove --auto-remove beignet
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'beignet' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.

sudo apt-get purge beignet



Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'beignet' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.

sudo apt-get purge --auto-remove beignet
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'beignet' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
#5
RIP. I cant remove Beignet
#6
list installed opencl-icd*
command: dpkg -l opencl-icd*

than:
apt-get purge beignet-opencl-icd
#7
(09-14-2017, 06:12 PM)freeroute Wrote: list installed opencl-icd*
command: dpkg -l opencl-icd*

than:
apt-get purge beignet-opencl-icd

These worked ty but it seems thath the scrit i download is fore Ubuntu 12.04 and 14.04 and i have 17.04 ... are there any way to install it in ubuntu 17.04?