--keyspace Not Working?
#1
Hello all,

I have been trying for quite a while now to get --keyspace to work and cannot find any documentation on why it would not. I am trying to run this:


./hashcat64.exe hashes.txt -m 0 -w 3 -O -a 3 ?a?a?a?a?a?a?a?a --keyspace

and it repeatedly gives the usage message.

Thanks in advance!
#2
Leave out the filename.

Code:
$ hashcat -m 0 -w 3 -O -a 3 ?a?a?a?a?a?a?a?a --keyspace
7737809375
~
#3
(12-07-2017, 11:54 PM)royce Wrote: Leave out the filename.

Code:
$ hashcat -m 0 -w 3 -O -a 3 ?a?a?a?a?a?a?a?a --keyspace
7737809375

Thanks!