md5(salt.pass) troubles and tricks
#1
Hi all,
I'm use oclHashcat-lite-0.10 with HD6990 on Debian sid.
Need to brute md5($salt.$pass) hash, but could not find it in hash types ;(
Salt is 12345678
Pass is 8 bytes of [a-Z0-9]

First solution to brute it:
Code:
./oclHashcat-lite64.bin --gpu-accel 800 --gpu-loops 1024 --gpu-temp-disable --outfile-watch 0 --restore-timer 0 --custom-charset1 ?l?d?u --hash-type 0 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' SALT1234?1?1?1?1?1?1?1?1

Got low speed (~370M/sec), while salt has 4 byte or more.
While salt has 3 bytes speed is ~8600M/sec
While salt has 1-2 bytes speed is ~10800M/sec

Second trick to brute:
Code:
./oclHashcat-lite64.bin --gpu-accel 800 --gpu-loops 1024 --gpu-temp-disable --outfile-watch 0 --restore-timer 0 --custom-charset1 ?l?d?u --custom-charset2 SALT1234 --hash-type 0 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' ?2?2?2?2?2?2?2?2?1?1?1?1?1?1?1?1

Speed is ~10800M/sec

How to set --pw-skip to skip false combinations?
I can not understand in what sequence will move the characters from the ?2 charset


Messages In This Thread
md5(salt.pass) troubles and tricks - by d0znpp - 08-06-2012, 12:39 AM
RE: md5(salt.pass) troubles and tricks - by M@LIK - 08-06-2012, 03:44 AM
RE: md5(salt.pass) troubles and tricks - by atom - 08-06-2012, 02:02 PM
RE: md5(salt.pass) troubles and tricks - by atom - 08-09-2012, 11:05 AM
RE: md5(salt.pass) troubles and tricks - by atom - 08-10-2012, 09:22 PM
RE: md5(salt.pass) troubles and tricks - by atom - 09-05-2012, 10:27 AM