-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.
I'm using hascat but will try GPU version now 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.