Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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.