I'm trying to get hashcat running, but seem to be having some issues.
I'm following this guide for Ubuntu: https://techglimpse.com/password-cracking-with-hashcat/
Using this installer: https://hashcat.net/files/hashcat-3.10.7z
In addition to the guide, I did:
install ocl-icd-libopencl1
apt-get update && sudo apt-get upgrade
I get this error on the included example files:
root@ip-139-28-11-15:~/new/hashcat-3.10# hashcat example0.hash example.dict
hashcat (v3.10) starting...
Generating bitmap tables with 16 bits...
ERROR: clGetPlatformIDs(): CL_UNKNOWN_ERROR
My OS is:
Linux ip-139-28-11-15 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I don't know what to do. Any help?