No such file or folder oclhashcat win amd
#6
-a 3 is brute-force but you haven't specified a mask.

hashcat-cli64 -m 0 -a 3 -o out.txt hash.hash ?l?l?l?l?l?l?l

As for "--hash-type= 0" returning "No such file or directory", seems hashcat doesn't like equals with space "= " so it's trying to find a file called "0". Use equals or space, not both.

hashcat-cli64 --hash-type=0 --attack-mode=3 -o out.txt hash.hash ?l?l?l?l?l?l?l


Messages In This Thread
RE: No such file or folder oclhashcat win amd - by rico - 09-13-2015, 10:29 PM