|
Message-Id: <29BB107C-A3AA-4250-BF95-3B427DD7E7B1@sl-chat.de> Date: Sat, 24 Oct 2009 02:43:59 +0200 From: SL <auditor@...chat.de> To: john-users@...ts.openwall.com Subject: wordlist generation What is the recommended/preferrable method to convert an arbitrary text file (SQL dump, con-'cat'-enated HTML files, Wikipedia XML export, not a precompiled dictionary) into a (reasonably usable) john wordlist? cat $textfile | tr -s -c "[:alpha:]\-ÄÖÜäöüß" "\n" | ./unique wordlist.lst kind of works, but I wonder if there are better ways?
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.