hashcat Forum
Multi Rules Problem...I Think - 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: Multi Rules Problem...I Think (/thread-758.html)



Multi Rules Problem...I Think - Hash-IT - 12-29-2011

Hi

Before I go any further I must perform the usual a$$ covering that this could all very well be my own fault Big Grin I have been wrong many times before !

I think I have found something interesting with multi rules.

I have also discovered using the multi rules option that using the same two rules files in different orders seems to have an effect, which I thought shouldn't happen.

Example.
oclHashcat-plus32.exe --hash-type 0 -n 160 "Test MD5MD5.txt" "pass.txt" -r Rule1.rule -r Rule2.rule -o Found.txt
pause

Finds different results, even when using the same rules lists to the following.

oclHashcat-plus32.exe --hash-type 0 -n 160 "Test MD5MD5.txt" "pass.txt" -r Rule2.rule -r Rule1.rule -o Found.txt
pause

Just the order is different, rule 1 then 2 apposed to rule 2 then 1.

pass.txt only has the word "password" in it.

Some test MD5's...

Test MD5MD5.txt

Code:
5F4DCC3B5AA765D61D8327DEB882CF99
BED128365216C019988915ED3ADD75FB
A61F3F0AEE2E87CF0571CA70AFE289D2
319F4D26E3C536B5DD871BB2C52E3178
13545EEB785CBBF6CBF0B6A09FA02D1C
BAF00346DC6C0AD5D8828DCA072AACDD
B497DD1A701A33026F7211533620780D
9DBB300E28BC21C8DAB41B01883918EB
C1C52C40C8708D797D3D9D5947C789F7
482C811DA5D5B4BC6D497FFA98491E38

Rule List 1
Quote::
l
c
u
d
r
T0
T1
T2
T3
T4
T5
T6
T7
T8
T9
TA
TB
TC
TD
TE
T0T1
T0T2
T0T3
T0T4
T0T5
T0T6
T0T7
T0T8
T0T9
T0TA
T0TB
T0TC
T0TD
T0TE
T1T2
T1T3
T1T4
T1T5
T1T6
T1T7
T1T8
T1T9
T1TA
T1TB
T1TC
T1TD
T1TE
T2T3
T2T4
T2T5
T2T6
T2T7
T2T8
T2T9
T2TA
T2TB
T2TC
T2TD
T2TE
T3T4
T3T5
T3T6
T3T7
T3T8
T3T9
T3TA
T3TB
T3TC
T3TD
T3TE
T4T5
T4T6
T4T7
T4T8
T4T9
T4TA
T4TB
T4TC
T4TD
T4TE
T5T6
T5T7
T5T8
T5T9
T5TA
T5TB
T5TC
T5TD
T5TE
T6T7
T6T8
T6T9
T6TA
T6TB
T6TC
T6TD
T6TE
T7T8
T7T9
T7TA
T7TB
T7TC
T7TD
T7TE
T8T9
T8TA
T8TB
T8TC
T8TD
T8TE
T9TA
T9TB
T9TC
T9TD
T9TE
TATB
TATC
TATD
TATE
TBTC
TBTD
TBTE
TCTD
TCTE
TDTE

Rule List 2
Quote::
$1$2$3

The MD5 hashes above won't all be cracked with these rules and password list as I have made variations on them to help with other tests. However you should get differing results using them in one order apposed to the other.




RE: Multi Rules Problem...I Think - atom - 12-30-2011

awesome find. you hit the jackpot again! Smile

i have fixed the bug. new beta is up!


RE: Multi Rules Problem...I Think - Hash-IT - 12-30-2011

Ha ha !! Big Grin Good grief !!! I never thought I would get something right !!

Thank you atom for fixing it so fast !