12-17-2017, 06:59 AM
Check to see if your Hash matches the same context of the example. Appears there is something wrong with your hash would be my first assumption.
https://hashcat.net/wiki/doku.php?id=example_hashes
Otherwise, if you're just running a bruteforce with no parameters it could be the other reason for throwing an error.
This won't do anything. You need to add a length to the attack if you haven't already.
hashcat64.exe -a 3 -m 11600 temphash password?d?d?d?d for example.
https://hashcat.net/wiki/doku.php?id=example_hashes
Otherwise, if you're just running a bruteforce with no parameters it could be the other reason for throwing an error.
Quote:hashcat64.exe -a 3 -m 11600 temphash
This won't do anything. You need to add a length to the attack if you haven't already.
hashcat64.exe -a 3 -m 11600 temphash password?d?d?d?d for example.