How To: Hashcat 3.0 on a 32-bit Linux VM
#8
(09-18-2016, 04:08 AM)kali20a Wrote:
(09-04-2016, 04:52 AM)BeanBagKing Wrote: kali20a - Regarding The-Distribution-Which-Does-Not-Handle-OpenCL-Well (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)) 64, use the Intel OpenCL drivers https://software.intel.com/en-us/article...cl-drivers - down near the bottom, look for 16.1.1 for Ubuntu. When you install it, you'll likely get an error about missing dependency (can't remember which one, ignore it).

Thanks a lot BeanBagKing,

Works like a charm ! I upgraded my HC to v3.10 then installed the Intel OpenCL then the pocl .. now HC works fine even without using the --force

Hey everyone,

This section:

"Git pocl, make, install

Code:
git clone https://github.com/pocl/pocl  
cd pocl  
./autogen.sh
./configure
make  
make install  "

I think they updated the Git repository, because none of those apply anymore.

Anyone have an idea on what to do? I have been on this for approaching 6 hours.

UPDATE: My host machine is 64 bit The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), and my VMWare image for The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) is 32 bit lol, so. I just used it on my 64 bit The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and it ran just fine! Still does not solve the update needed for this, but. Still got around it!


Messages In This Thread
RE: How To: Hashcat 3.0 on a 32-bit Linux VM - by nim - 05-01-2017, 10:51 PM