Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 18 Sep 2015 01:20:33 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: mask mode bug

On 2015-09-16 01:53, Aleksey Cherepanov wrote:
> On Mon, Sep 14, 2015 at 01:50:51AM +0200, magnum wrote:
>> On 2015-09-14 00:53, Aleksey Cherepanov wrote:
>>> Use of ?s after bracketed character class seems to fail. I think the
>>> following commands should work the same, right?
>>>
>>> $ john --session=test --mask='?1?1' -1='?s[a-z]' --stdout | wc -l
>>> $ john --session=test --mask='?1?1' -1='[a-z]?s' --stdout | wc -l
>>
>> Use -1=[a-z?s] or -1=a-z?s (braces will be infered at start & end).
>>
>> But yes, the current parsing is a bug of some sorts. Thank you for
>> reporting, but please open a Github issue for this or it might be forgotten.
>
> I just filed an issue on github. I am glad to help you. Thanks!

Thank you! I believe this (and some other cases) is now fixed.

magnum

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.