|
Message-ID: <20111231180707.GA16863@openwall.com> Date: Sat, 31 Dec 2011 22:07:07 +0400 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: John as a wordlist creator On Sat, Dec 31, 2011 at 06:02:31PM +0000, Alex Sicamiotis wrote: > Aha, that's great... Perhaps it could be added as an example to a future's release documentation :) It's been in doc/EXAMPLES for years: If you've got a lot of spare disk space to trade for performance and the hash type of your password files is relatively slow, you may use John's "unique" utility to eliminate any duplicate candidate passwords: john --wordlist=all.lst --rules --stdout | unique mangled.lst john --wordlist=mangled.lst mypasswd If you know that your target hash type truncates passwords at a given length, you may optimize this even further: john --wordlist=all.lst --rules --stdout=8 | unique mangled8.lst john --wordlist=mangled8.lst mypasswd Alexander
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.