--keyspace Not Working? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: --keyspace Not Working? (/thread-7089.html) |
--keyspace Not Working? - larkwiot - 12-07-2017 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! RE: --keyspace Not Working? - royce - 12-07-2017 Leave out the filename. Code: $ hashcat -m 0 -w 3 -O -a 3 ?a?a?a?a?a?a?a?a --keyspace RE: --keyspace Not Working? - larkwiot - 12-08-2017 (12-07-2017, 11:54 PM)royce Wrote: Leave out the filename. Thanks! |