Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 2 May 2018 22:16:22 +0200
From: Patrick Proniewski <p+password@...atpro.net>
To: john-users@...ts.openwall.com
Subject: Re: Question on prince mode

hi,

On 02 mai 2018, at 22:03, Luis Rocha wrote:

> Shouldn't --prince mode generate the candidate "tanbarktanbarktanbark" when
> using --prince-elem-cnt-max=3 or higher?
> 
> I'm asking because I tried and doesn't seem so:
> 
> $ ./john --session=1password  --prince=/tmp/prince  --prince-elem-cnt-max=4
> --stdout
> tanbark
> tanbarktanbark
> 2p 0:00:00:00 100.00% (2018-05-02 22:01) 50.00p/s tanbarktanbark

you hit another limit: max length of candidates. Try: 

$ ./john --prince=/tmp/prince  --prince-elem-cnt-max=4 --stdout --max-len=24
tanbark
tanbarktanbark
tanbarktanbarktanbark
3p 0:00:00:01 0.00% 2.823p/s tanbarktanbarktanbark


patpro

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.