hashcat Forum
Sql server 2014 hashes - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Sql server 2014 hashes (/thread-5737.html)



Sql server 2014 hashes - crib111 - 08-10-2016

Does anyone have a query to extract sql server 2014 hashes prior to import into hashcat?


RE: Sql server 2014 hashes - royce - 11-29-2017

You mean something like this?

Code:
SELECT password_hash
   FROM sys.sql_logins

More info here: http://www.sqlservercentral.com/articles/password+cracking/96540/