09-20-2016, 07:53 PM
In the first command line you used "-output-file" with a single dash so it's using the short option "-o".
Read the --help, in hashcat 3 it is either "-o" or "--outfile" to specify the output file.
Then see https://hashcat.net/wiki/doku.php?id=example_hashes if your hash doesn't match the length of the example hash for the mode you're using you will indeed likely get an exception about line length.
Read the --help, in hashcat 3 it is either "-o" or "--outfile" to specify the output file.
Then see https://hashcat.net/wiki/doku.php?id=example_hashes if your hash doesn't match the length of the example hash for the mode you're using you will indeed likely get an exception about line length.