No such file or folder oclhashcat win amd
#7
works like a charm Smile thanks !

I'm using hascat but will try GPU version now Smile I have a alienware hope it helps

(09-13-2015, 10:29 PM)rico Wrote: -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 alert - 09-13-2015, 11:15 PM