|
Message-ID: <20150913225312.GA19923@openwall.com> Date: Mon, 14 Sep 2015 01:53:12 +0300 From: Aleksey Cherepanov <lyosha@...nwall.com> To: john-dev@...ts.openwall.com Subject: mask mode bug 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 [...] 3481p 0:00:00:00 100.00% (2015-09-14 01:49) 21756p/s zz 3481 $ john --session=test --mask='?1?1' -1='[a-z]?s' --stdout | wc -l [...] 676p 0:00:00:00 100.00% (2015-09-14 01:49) 3557p/s z !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~z !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ 676 Thanks! -- Regards, Aleksey Cherepanov
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.