hashcat Forum
MSSQL(2005) (salt.pass) troubles - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html)
+--- Thread: MSSQL(2005) (salt.pass) troubles (/thread-2446.html)



MSSQL(2005) (salt.pass) troubles - user003 - 07-12-2013

Hello guys, have the following mysql 2005 hash that im messing with for a while now

0x01005774701b85a55b3c7926289fXXXXXXXXXXX3521388fecaa8

header is 0x0100 and the salt: 5774701b
what's confusing me is the salt, i did read wiki and other posts but couldn't figure out if i should pass it all together like this

oclHashcat-lite64.exe --hash-type 132 --outfile resultsNEW.txt --gpu-temp-disable --gpu-accel 40 --gpu-loops 1024 0x01005774701b85a55b3c7926289fXXXXXXXXXXX3521388fecaa8 -1 ?l?u ?1?l?l?l?l?l19?d?d

or put salt behind

oclHashcat-lite64.exe --hash-type 132 --outfile resultsNEW.txt --gpu-temp-disable --gpu-accel 40 --gpu-loops 1024 85a55b3c7926289fXXXXXXXXXXX3521388fecaa8:5774701b -1 ?l?u ?1?l?l?l?l?l19?d?d

but in that case i get error with hashcat lite, any advices?


RE: MSSQL(2005) (salt.pass) troubles - philsmd - 07-12-2013

(07-12-2013, 12:23 PM)user003 Wrote: any advices?



RE: MSSQL(2005) (salt.pass) troubles - user003 - 07-12-2013

(07-12-2013, 12:47 PM)philsmd Wrote:
(07-12-2013, 12:23 PM)user003 Wrote: any advices?

Hash masked.
I seen the examples, is 132-MSSQL(2005).


RE: MSSQL(2005) (salt.pass) troubles - user003 - 07-13-2013

Alright i guess i figured it out almost all except the mask...right and left thing, the '?l?u' from '-1 ?l?u ?1?l?l?l?l?l19?d?d' have to do with the first part of the hash which is the salt ? thx advance.