Bug with complex rule ?
#1
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 :
Code:
*10o4wZ1
*10
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 :
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.


Messages In This Thread
Bug with complex rule ? - by Mem5 - 06-01-2013, 01:22 PM
RE: Bug with complex rule ? - by philsmd - 06-01-2013, 06:15 PM
RE: Bug with complex rule ? - by Waffle - 06-01-2013, 07:33 PM
RE: Bug with complex rule ? - by philsmd - 06-01-2013, 08:08 PM
RE: Bug with complex rule ? - by Waffle - 06-01-2013, 09:18 PM
RE: Bug with complex rule ? - by jackdorsey - 06-28-2013, 09:03 PM
RE: Bug with complex rule ? - by philsmd - 06-02-2013, 06:47 AM
RE: Bug with complex rule ? - by epixoip - 06-10-2013, 09:54 AM
RE: Bug with complex rule ? - by Rolf - 06-10-2013, 10:22 AM