MSSQL(2005) (salt.pass) troubles
#1
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?
#2
(07-12-2013, 12:23 PM)user003 Wrote: any advices?
#3
(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).
#4
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.