|
Message-ID: <55F443B8.7000907@mailbox.org> Date: Sat, 12 Sep 2015 17:24:40 +0200 From: Frank Dittrich <frank.dittrich@...lbox.org> To: john-dev@...ts.openwall.com Subject: Re: mask + external as filter, generic combinable filters On 09/12/2015 03:40 PM, Aleksey Cherepanov wrote: > I tried to combine a custom external filter and mask mode: > > $ ./JohnTheRipper/run/john --session=des-cp --format=descrypt --internal-encoding=cp1251 results/uncracked/* '--mask=?1?1?1' '-1=?aЯ' --external=Filter_ascii_without_ya > No generate() for external mode: Filter_ascii_without_ya As a workaround, you can use $ ./JohnTheRipper/run/john --mask=?1?1?1' '-1=?aЯ' --stdout | \ > LC_ALL=C grep -v "[^ -~]" > ya.txt For longer masks, interrupt when ya.txt contains more lines than you would want to try even against fast formats. Then, just use --wordlist mode. Frank
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.