Help with MySql2005 Hash - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Help with MySql2005 Hash (/thread-2405.html) |
Help with MySql2005 Hash - Noob_Za1b00t - 06-25-2013 Hi Everybody, I got hashes from mysql 2005 on windows xp using Select * from sys.sql_logins. The hashes begin with a 0x100 and then an 8 bit salt and the the hash. I'm trying to crack using this command "oclHashcat-plus64.exe -m 132 Hashs.txt -a 3 -1 ?a ?1?1?1?1?1?1?1?1" but keep getting "Line-length exception" I have the hashs stored one line at a time in a text file and cannot find anything online after hours of searching. Is the format of the text file wrong? I just copied directly fro mysql. Please help.... and thanks RE: Help with MySql2005 Hash - unix-ninja - 06-25-2013 Do you mean MSSQL 2005? I take it you do, in which case, you just need to format the input file properly. You will definitely want to nix the prefix and just use the salt + hash combination. RE: Help with MySql2005 Hash - atom - 06-26-2013 see here for example hashes, including mssql: https://hashcat.net/wiki/doku.php?id=example_hashes RE: Help with MySql2005 Hash - Noob_Za1b00t - 06-27-2013 Yes, you's were right. The format of the text file was not correct. After lookin at the examples I got it sorted. |