Error: Hashcat no devices found/left
#1
Hello,
I installed hashcat on apple macbook m5884

hashcat -I outputs: 
Code:
no devices found/left.

I tried to run hashcat:

Code:
hashcat -a 3 -m 0 [removed] "?d?d?d"

hashcat (v6.1.1-120-g15bf8b730) starting...

* Device #1: Apple's OpenCL drivers (GPU) are known to be unreliable.

There are many reports of false negatives and other issues.

This is not a hashcat specific issue. Many other projects suffer from the bad quality of these drivers.

You can use --force to override, but do not report related errors. You have been warned.

No devices found/left.

Started: Tue April 1 20:34:21 2024

Stopped: Tue April 1 20:34:21 2024


Tried git cloning it as well as brew install hashcat

Anyone knows what could be wrong or how I can resolve this?

Hashcat runs normally in my ubuntu and The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) vms but it's incredibly slower than running it natively.

Thanks in advance.
Reply
#2
(04-03-2024, 05:13 AM)darrindiaz Wrote: Hello,
I installed hashcat on apple macbook m5884

hashcat -I outputs: 
Code:
no devices found/left.

I tried to run hashcat:

Code:
hashcat -a 3 -m 0 [removed] "?d?d?d"

hashcat (v6.1.1-120-g15bf8b730) starting...

* Device #1: Apple's OpenCL drivers (GPU) are known to be unreliable.

There are many reports of false negatives and other issues.

This is not a hashcat specific issue. Many other projects suffer from the bad quality of these drivers.

You can use --force to override, but do not report related errors. You have been warned.

No devices found/left.

Started: Tue April 1 20:34:21 2024

Stopped: Tue April 1 20:34:21 2024
uno online

Tried git cloning it as well as brew install hashcat

Anyone knows what could be wrong or how I can resolve this?

Hashcat runs normally in my ubuntu and The-Distribution-Which-Does-Not-Handle-OpenCL-Well (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)) vms but it's incredibly slower than running it natively.

Thanks in advance.

I still don't find the solution. When appending "--force":

Code:
hashcat -a 3 -m 0 --force 202cb962ac59075b964b07152d234b70
hashcat (v6.1.1-120-g15bf8b730) starting...
You have enabled --force to bypass dangerous warnings and errors!
This can hide serious problems and should only be done when debugging.
Do not report hashcat issues encountered when using --force.
No devices found/left.
Started: Tue April 1 20:34:21 2024
Stopped: Tue April 1 20:34:21 2024
Reply