Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 18 Oct 2016 14:44:54 +0200
From: Marek Wrzosek <marek.wrzosek@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Mask and Incremental mode

W dniu 18.10.2016 o 09:54, Luis Rocha pisze:
> Thanks!
> I was thinking about JtR having something more user friendly in order to go
> over the mask mode.
Regex mode is this "more user friendly" thing, but it isn't mature enough.

e.g.:
$ john --stdout --wordlist --regex='\0\d{1,4}'

is equivalent of:
$ for mask in ?w?d ?w?d?d ?w?d?d?d ?w?d?d?d?d ; do john --stdout
--wordlist --mask=$mask ; done

> Not sure if there is demand for this feature and if it would be easy to
> implement. Maybe I could submit an entry on github for a feature request.
> 

There is demand, but restoring sessions is not that easy.

Best Regards,
Marek
-- 
Marek Wrzosek
marek.wrzosek@...il.com

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.