Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 19 Jun 2012 22:50:42 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: wordlist dupe suppression

On 06/19/2012 10:29 PM, jfoug wrote:
> Yes, I can see this a SUPER beneficial in a .pot re-read mode.  But for
> someone running properly built dicts, it is simply a time waster (and
> possibly memory waster).

When I want to feed passwords from a pot file into the next cracking
sessions, I usually do

cut -d: -f 2- john.pot|sort|uniq -c|sort -nr|sed 's#^ *[0-9] ##', so
that the most frequently used passwords appear at the top of the new
wordlist.

So, it just beats me why anybody would want to use the closed-loop mode
for pot files ;)

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.