hashcat Forum

Full Version: Sql server 2014 hashes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone have a query to extract sql server 2014 hashes prior to import into hashcat?
You mean something like this?

Code:
SELECT password_hash
   FROM sys.sql_logins

More info here: http://www.sqlservercentral.com/articles...ing/96540/