06-01-2013, 01:22 PM
Hi,
I found a bug which is related (I guess) to my previous thread http://hashcat.net/forum/thread-2228.html
from wich I create a TRAC (https://hashcat.net/trac/ticket/154)
The rule file :
contains :
- Swap @ N *XY Swaps character X with Y
- Duplicate last N Z Duplicates last character N times
- Overwrite @ N oNX Overwrites character at position N with X
hashlist :
commandline :
dic.dic contains only the number "1"
result :
The first one (c4ca4..) is the good md5 for '1'.
The second one is wrong.
That's why I guess this is a problem from a null byte somewhere ? like my previous post.
version : oclHashcat-plus-0.14 / Win 7 64bits
Thanks for helping me to understand the problem, coming from this complex rule.
I found a bug which is related (I guess) to my previous thread http://hashcat.net/forum/thread-2228.html
from wich I create a TRAC (https://hashcat.net/trac/ticket/154)
The rule file :
Code:
*10o4wZ1
*10
- Swap @ N *XY Swaps character X with Y
- Duplicate last N Z Duplicates last character N times
- Overwrite @ N oNX Overwrites character at position N with X
hashlist :
Code:
C4CA4238A0B923820DCC509A6F75849B
A933D13F81649BEBE035DC21F4002FF1
commandline :
Code:
oclHashcat-plus64.exe -m 0 --outfile-format=7 h.txt dic.dic -r 2.rule
dic.dic contains only the number "1"
result :
Code:
c4ca4238a0b923820dcc509a6f75849b:1:31
a933d13f81649bebe035dc21f4002ff1:1:31
The first one (c4ca4..) is the good md5 for '1'.
The second one is wrong.
That's why I guess this is a problem from a null byte somewhere ? like my previous post.
version : oclHashcat-plus-0.14 / Win 7 64bits
Thanks for helping me to understand the problem, coming from this complex rule.