11-09-2012, 12:09 PM
Hi, is anyone successfully returning passwords back from SQL 2012 hashes? I'm testing and trying to validate known passwords in a dictionary and generating hashes from SQL 2012 using known passes, no errors just cannot find a match.
This is the syntax I'm using
hashcat-cli64.exe -a 0 -m 1731 -p : -o "C:\Hashcat\hashout.txt" --output-format=0 -n 4 -c 64 "C:\Hashcat\hashes.txt" "C:\Hashcat\passwords.txt"
also tried same in Linux with the same result
Any help appreciated
This is the syntax I'm using
hashcat-cli64.exe -a 0 -m 1731 -p : -o "C:\Hashcat\hashout.txt" --output-format=0 -n 4 -c 64 "C:\Hashcat\hashes.txt" "C:\Hashcat\passwords.txt"
also tried same in Linux with the same result
Any help appreciated