Posts: 25
Threads: 5
Joined: Jan 2019
(01-17-2019, 10:40 PM)undeath Wrote: It will certainly not say that you need the 367 driver. Please paste the full error message.
I'm not in front of my compute at the moment. But it did give me that error when I ran my hash command I don't know how your gonna tell me what I saw on my screen but if you say so.
What's the proper way to install Nvidia drivers? I've read I have to blacklist nouveau drivers but different sites have different methods not sure which one to follow. I'm running Ubuntu 18.04.
Posts: 2,301
Threads: 11
Joined: Jul 2010
just install the nvidia-graphics-drivers package on ubuntu
Posts: 803
Threads: 135
Joined: Feb 2011
01-18-2019, 10:08 AM
(This post was last modified: 01-18-2019, 10:08 AM by Mem5.)
I've just noticed there is a 'hashcat' package for Ubuntu
https://packages.ubuntu.com/bionic/hashcat-nvidia
But I did not try it. It might help you.
Posts: 25
Threads: 5
Joined: Jan 2019
(01-18-2019, 10:08 AM)Mem5 Wrote: I've just noticed there is a 'hashcat' package for Ubuntu https://packages.ubuntu.com/bionic/hashcat-nvidia
But I did not try it. It might help you.
Thanks alot bro.
Posts: 25
Threads: 5
Joined: Jan 2019
01-23-2019, 05:30 AM
(This post was last modified: 01-23-2019, 05:50 AM by Bully0423.)
(01-17-2019, 10:40 PM)undeath Wrote: It will certainly not say that you need the 367 driver. Please paste the full error message.
Here is the error I was referring to when running my hash command. Same specs apply as in OP of this post.
"Cannot find an OpenCL ICD loader library.
You are probably missing the native OpenCL runtime or driver for your platform.
*AMD GPUs on Linux require this runtime and/or driver: "RadeonOpenComute (ROCm)" Software Platform (1.6.180 or later)
*Intel CPUs require this runtime and/or driver: OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)
*Intel GPUs on Linux require this runtime and/or driver: "OpenCl 2.0 GPU Driver Package for Linux" (2.0 or later)
*Nvidia GPUs require this runtime and/or driver: Nvidia driver: "Nvidia Driver" (367.x or later)"
Again i have Nvidia-drivers 390 installed and am currently running on Nvidia GPUs. Any help would be appreciated.
Posts: 2,301
Threads: 11
Joined: Jul 2010
Your driver is not correctly installed. How did you install it?
Posts: 25
Threads: 5
Joined: Jan 2019
01-23-2019, 12:52 PM
(This post was last modified: 01-23-2019, 12:56 PM by Bully0423.)
(01-23-2019, 12:19 PM)undeath Wrote: Your driver is not correctly installed. How did you install it?
sudo apt-get install nvidia-drivers-390. I didn't get a error even I ran that command either. It installed.
Posts: 2,267
Threads: 16
Joined: Feb 2013
you probably also need to install the ICD separately, e.g.
sudo apt install nvidia-opencl-icd-390
or ocl-icd-dev, ocl-icd-opencl-dev (i'm not totally sure which you need, but the nvidia one seems to be the one that makes most sense)
if you instead install the driver from
https://www.nvidia.com directly, the ICD will be installed together with the driver directly/automatically without any need to change something. but I guess the ubuntu package maintainers splitted them into 2+ packages
Posts: 25
Threads: 5
Joined: Jan 2019
01-23-2019, 01:30 PM
(This post was last modified: 01-24-2019, 04:38 AM by Bully0423.)
(01-23-2019, 01:10 PM)philsmd Wrote: you probably also need to install the ICD separately, e.g.
sudo apt install nvidia-opencl-icd-390
or ocl-icd-dev, ocl-icd-opencl-dev (i'm not totally sure which you need, but the nvidia one seems to be the one that makes most sense)
if you instead install the driver from https://www.nvidia.com directly, the ICD will be installed together with the driver directly/automatically without any need to change something. but I guess the ubuntu package maintainers splitted them into 2+ packages
Yeah it probably it split it. I simply tea the command to check which drivers are compatible with my machine and installed it with the command I previously showed. I'll do some digging and see about the command you just mentioned.
Edit: you were correct I needed the drivers you mentioned. A additional questions I have. Once the PMKID is found with the hash, how do you know if it's a SHA or MD5? Also I'm trying to crack my password and the estimated time to crack is saying years. Is there a faster method to crack these hashes? I changed from to GPU thinking it'll crack faster using it. It's still slow.