|
md5(salt.pass) troubles and tricks
|
|
08-06-2012, 12:39 AM
Post: #1
|
|||
|
|||
|
md5(salt.pass) troubles and tricks
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?1Second 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?1How to set --pw-skip to skip false combinations? I can not understand in what sequence will move the characters from the ?2 charset |
|||
|
08-06-2012, 12:59 AM
Post: #2
|
|||
|
|||
|
RE: md5(salt.pass) troubles and tricks
you can try the OSC hash mode.
|
|||
|
08-06-2012, 01:00 AM
Post: #3
|
|||
|
|||
RE: md5(salt.pass) troubles and tricks
(08-06-2012 12:59 AM)undeath Wrote: you can try the OSC hash mode. i'm sorry. What is OSC? Quote:MD5 |
|||
|
08-06-2012, 01:26 AM
Post: #4
|
|||
|
|||
|
RE: md5(salt.pass) troubles and tricks
uhm, sorry. Seems like OSC is not supported by lite. Due to the way lite works you should not use a mask like 12345678?1?1?1?1 ... because lite relies on the first part of the plaintext not to be fixed. Else you will get very low speed. Better use plus for this job.
|
|||
|
08-06-2012, 01:31 AM
Post: #5
|
|||
|
|||
|
RE: md5(salt.pass) troubles and tricks
OSC is md5($pass.$salt)
i need md5($salt.$pass) any suggestions? |
|||
|
08-06-2012, 01:58 AM
Post: #6
|
|||
|
|||
|
RE: md5(salt.pass) troubles and tricks
OSC is md5(salt.pass), however it is not supported by lite. Read my other post.
|
|||
|
08-06-2012, 02:28 AM
Post: #7
|
|||
|
|||
|
RE: md5(salt.pass) troubles and tricks
OSC is md5($pass.$salt), not md5($salt.$pass) and $salt has only 2 bytes.
Try oclHashcat-plus to understand that. |
|||
|
08-06-2012, 03:44 AM
Post: #8
|
|||
|
|||
|
RE: md5(salt.pass) troubles and tricks
3947a147feac6b17e0937edbcd5bdff3:12:osCommerce
f63f4265660e1e80a27cfe7f97eba23d:c6:hashes 9e976555d232c95b69de92478c67389f:f6:are 5d3b86659593f8154ea272476c19f0f1:27:md5($salt.$pass) ecec4eea1802097a51c2609f73ae9f3c:ca:!! |
|||
|
08-06-2012, 04:06 AM
Post: #9
|
|||
|
|||
|
RE: md5(salt.pass) troubles and tricks
Hmm. Really strange
![]() But anyway my salt has 8 bytes, not 2. |
|||
|
08-06-2012, 04:09 AM
(This post was last modified: 08-06-2012 04:12 AM by mastercracker.)
Post: #10
|
|||
|
|||
RE: md5(salt.pass) troubles and tricks
(08-06-2012 04:06 AM)d0znpp Wrote: Hmm. Really strangeJust make a rule to prepend your salts to every password and use plain MD5 (-m 0) with oclhashcat-plus. However, this will cover only password from 1 to 7 characters. If you truncate your salt and put part as salt and part in the rule file you can increase it to 9 characters (using -m 21) but it starts to be a lot of trouble. From what I have understood, the next version of -plus will have generic mode again that you will be able to use. |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help





