What is the hash for Sql Server - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: What is the hash for Sql Server (/thread-2990.html) |
What is the hash for Sql Server - tiburon1 - 01-07-2014 I'm new with this. I don't know how to find hashes. For instance I would like to find the login password for my Sql Server 2008. What is the hash and how do you find it? Help would be appreciated. RE: What is the hash for Sql Server - radix - 01-07-2014 http://technet.microsoft.com/en-us/library/ms174415(v=sql.100).aspx http://technet.microsoft.com/en-us/library/ms174415(v=sql.105).aspx As far as how to get them, this is the wrong forum for that. RE: What is the hash for Sql Server - tiburon1 - 01-07-2014 (01-07-2014, 08:27 AM)radix Wrote: http://technet.microsoft.com/en-us/library/ms174415(v=sql.100).aspx What would be the right for them? The link shows an example, am I supposed to put this example in my host.txt example: DECLARE @HashThis nvarchar(4000); SELECT @HashThis = CONVERT(nvarchar(4000),'dslfdkjLK85kldhnv$n000#knf'); SELECT HashBytes('SHA1', @HashThis); GO A RE: What is the hash for Sql Server - radix - 01-07-2014 Somewhere thats not here. |