Keith Posted May 15, 2007 Share Posted May 15, 2007 I found a bunch of word lists (or dictionaries) and want to combine them. Is their a program that will search this file and remove any duplicates? If you have some feel free to post them. Here are the ones that i have found http://www.artofhacking.com/tucops/hack/password/index.htm ftp://ftp.openwall.com/pub/wordlists/passwords/ http://h1.ripway.com/GrahamsExploits/Xx247xXWordList.txt http://www.word-list.com/ Quote Link to comment Share on other sites More sharing options...
cooper Posted May 15, 2007 Share Posted May 15, 2007 cat <input_files> | sort | uniq > result.wordlist Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted May 15, 2007 Share Posted May 15, 2007 cat <input_files> | sort | uniq > result.wordlist find a *nix box to run that on Quote Link to comment Share on other sites More sharing options...
Shaun Posted May 15, 2007 Share Posted May 15, 2007 cat <input_files> | sort | uniq > result.wordlist find a *nix box to run that on Or use Cygwin or GnuWin32. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.