hashcat Forum
oclHashcat on MacBook Pro - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: oclHashcat on MacBook Pro (/thread-4715.html)



oclHashcat on MacBook Pro - simplyslow - 10-02-2015

I thought I'd try to see if I could run oclHashcat from Terminal on my MacBook Pro. It has anĀ NVIDIA GeForce GT 750M and I was wondering if it would work. I installed CUDA, downloaded Hashcat but only got these error messages:

Rons-MBP:~ rl$ /Users/rl/Desktop/cudaHashcat-1.37/cudaHashcat64.bin --help
-bash: /Users/rl/Desktop/cudaHashcat-1.37/cudaHashcat64.bin: cannot execute binary file
Rons-MBP:~ rl$ /Users/rl/Desktop/cudaHashcat-1.37/cudaHashcat32.exe --help
-bash: /Users/rl/Desktop/cudaHashcat-1.37/cudaHashcat32.exe: Permission denied

Can anyone shed some light? Thanks.


RE: oclHashcat on MacBook Pro - unix-ninja - 10-02-2015

There is no oclHashcat binary for OSX (You just tried to run the Linux binaries)


RE: oclHashcat on MacBook Pro - stratomarco - 10-02-2015

Use Linux. For more information, take a look in wiki:

https://hashcat.net/wiki/


Best


RE: oclHashcat on MacBook Pro - simplyslow - 10-02-2015

Thanks.