Hi all,
Has there been any change to "--keyspace" in the latest stable (3.30)?
The exact same command which works on 3.00 does not work in 3.30:
If this is not a bug, what is the new proper way to use the keyspace command?
Cheers.
Has there been any change to "--keyspace" in the latest stable (3.30)?
The exact same command which works on 3.00 does not work in 3.30:
Code:
$ hashcat-3.00/hashcat64.bin --keyspace -m 0 -a 3 hashcat-3.00/example0.hash ?a?a?a?a?a
81450625
$ hashcat-3.30/hashcat64.bin --keyspace -m 0 -a 3 hashcat-3.00/example0.hash ?a?a?a?a?a
Usage: hashcat-3.30/hashcat64.bin [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...
Try --help for more help.
If this is not a bug, what is the new proper way to use the keyspace command?
Cheers.