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 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 Rule List 1 Quote:: Rule List 2 Quote:: 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! i have fixed the bug. new beta is up! RE: Multi Rules Problem...I Think - Hash-IT - 12-30-2011 Ha ha !! Good grief !!! I never thought I would get something right !! Thank you atom for fixing it so fast ! |