I’m wondering where I can find good collections of dictionaries which can be used for dictionary attacks?
I've found some through Google, but I’m interested in hearing about where you get your dictionaries from.
|
I’m wondering where I can find good collections of dictionaries which can be used for dictionary attacks? I've found some through Google, but I’m interested in hearing about where you get your dictionaries from. |
|||||||||||||||
|
|
Nice list collected by Ron Bowes you can find here: http://www.skullsecurity.org/wiki/index.php/Passwords. Other list is from InsidePro: http://www.insidepro.com/eng/download.shtml. |
|||
|
|
|
Some additional ones to add to those already suggested
|
|||
|
|
|
The CrackLib dictionaries: http://linux.maruhn.com/sec/cracklib-dicts.html |
|||
|
|
|
You'll find lots of words in lots of languages on the download page for the English Wiktionary. enwiktionary-latest-all-titles-in-ns0.gz contains just page titles, including phrases - it might have underscores instead of spaces though. (we have English definitions of words from many languages). And of course there's also WordNet. (sorry but as a newbie I can only include one link) |
|||
|
|
|
Another good source is here http://g0tmi1k.blogspot.com/2011/06/dictionaries-wordlists.html snippet:
|
|||
|
|
|
All the posts so far have great information, but remember you can always generate word lists yourself with a utility like crunch. If you have an idea of what the password parameters are (for example, has to be 8-10 chars with only letters and numbers, no symbols), you can pipe crunch to most bruteforce programs with the tailored parameters. |
|||
|
|
|
i was testing the likely-hood of collisions of different hashing functions. To help test that i tried hashing
With one list of english words you'll cover nearly everyone's password. Note: XKCD is always relavent |
|||
|