OSX 10.10 hash -m 7100 Line-length exception
#2
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.


Messages In This Thread
RE: OSX 10.10 hash -m 7100 Line-length exception - by Xanadrel - 09-20-2016, 07:53 PM