![]() |
I cant Run hashcat in Linux - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: I cant Run hashcat in Linux (/thread-6869.html) |
I cant Run hashcat in Linux - Randomero12 - 09-14-2017 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/ Any possible solution? RE: I cant Run hashcat in Linux - Randomero12 - 09-14-2017 Noone knows any idea of why can be these? RE: I cant Run hashcat in Linux - philsmd - 09-14-2017 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/articles/opencl-drivers#latest_CPU_runtime *** note: this version number will change in the future. Use the newest or recommended one on https://hashcat.net/hashcat/ RE: I cant Run hashcat in Linux - Randomero12 - 09-14-2017 (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: 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: - Code: Reading package lists... Done sudo apt-get remove --auto-remove beignet Code: Reading package lists... Done sudo apt-get purge beignet Code: Reading package lists... Done sudo apt-get purge --auto-remove beignet Code: Reading package lists... Done RE: I cant Run hashcat in Linux - Randomero12 - 09-14-2017 RIP. I cant remove Beignet RE: I cant Run hashcat in Linux - freeroute - 09-14-2017 list installed opencl-icd* command: dpkg -l opencl-icd* than: apt-get purge beignet-opencl-icd RE: I cant Run hashcat in Linux - Randomero12 - 09-14-2017 (09-14-2017, 06:12 PM)freeroute Wrote: list installed 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? |