SQL 2012 password hash
#10
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


Messages In This Thread
SQL 2012 password hash - by Incisive - 08-17-2012, 11:45 PM
RE: SQL 2012 password hash - by atom - 08-17-2012, 11:48 PM
RE: SQL 2012 password hash - by radix - 08-18-2012, 04:43 PM
RE: SQL 2012 password hash - by Incisive - 08-20-2012, 05:05 PM
RE: SQL 2012 password hash - by radix - 08-21-2012, 11:22 AM
RE: SQL 2012 password hash - by Incisive - 08-21-2012, 11:46 PM
RE: SQL 2012 password hash - by halfie - 08-21-2012, 05:35 PM
RE: SQL 2012 password hash - by atom - 08-21-2012, 08:32 PM
RE: SQL 2012 password hash - by atom - 08-22-2012, 09:48 AM
RE: SQL 2012 password hash - by glugingb - 11-09-2012, 12:09 PM
RE: SQL 2012 password hash - by M@LIK - 11-09-2012, 04:48 PM
RE: SQL 2012 password hash - by glugingb - 11-11-2012, 10:29 AM