Sql server 2014 hashes
#1
Does anyone have a query to extract sql server 2014 hashes prior to import into hashcat?
#2
You mean something like this?

Code:
SELECT password_hash
   FROM sys.sql_logins

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