Password Word List Download
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.
Such typical words are stored in special word dictionaries (wordlists). All the words in a dictionary are checked by the program in an attempt to discover the suitable password. If you decide to use this type of attack you should download some basic dictionaries from IE. Clone or download Clone with HTTPS. However, since this project aims to find the most popular passwords, and not just list as many passwords as I could find, a password needed to be found at least 5 times in analysis to be included on these lists. Probable-Wordlists has made the Security Now Podcast!
10 Answers
Nice list collected by Ron Bowes you can find here:
http://www.skullsecurity.org/wiki/index.php/Passwords.
Other list is from InsidePro:
https://web.archive.org/web/20120207113205/http://www.insidepro.com/eng/download.shtml.
An important one that hasn't been added to the list is the crackstation wordlist
The list contains every wordlist, dictionary, and password database leak that I could find on the internet (and I spent a LOT of time looking). It also contains every word in the Wikipedia databases (pages-articles, retrieved 2010, all languages) as well as lots of books from Project Gutenberg. It also includes the passwords from some low-profile database breaches that were being sold in the underground years ago.
Best thing is, its free, although you can (and should!) make a donation!
Some additional ones to add to those already suggested
- ftp://ftp.ox.ac.uk/pub/wordlists/ - Lists by language, may be an important point depending on the locations of the users...
- http://www.openwall.com/passwords/wordlists/ - The openwall project lists.
- While not strictly a dictionary site (although it does have some) http://sites.google.com/site/reusablesec/Home/presentations-and-papers has some good presentations on improving the performance of password crackers in general and john the ripper in particular
Try the CrackLib dictionaries: https://web.archive.org/web/20161225012801/http://linux.maruhn.com/sec/cracklib-dicts.html
I tested the likelihood of collisions of different hashing functions. To help test, I tried hashing
all 216,553 words in the English language. Start with those 17.7 bits.
then the list of all 2,165,530 English words with one digit after it. (21.0 bits)
then the list of all
21,655,300
English words with two digits after it. (24.4 bits)then the list of all
524,058,260
English words with a possible capital as the first letter, and followed by zero, one, or two digits. (29.0 bits).
With one list of English words you'll cover nearly everyone's password.
Note:XKCD is always relevant
Another good source is here http://blog.g0tmi1k.com/2011/06/dictionaries-wordlists/
snippet:
[Analysis] Dictionaries & Wordlists
In general, it's said that using a GOOD 'dictionary' or 'wordlist' (as far as I know, they're the same!) is 'key'. But what makes them GOOD? Most people will say 'the bigger, the better'; however, this isn't always the case... (for the record this isn't my opinion on the matter - more on this later).
Million Dollar Password Word List
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)
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.
Free Password List
This is one that I have found useful over the years:
It includes popular passwords, fuzzing based on attack type and popular user names.
Password Word List Generator
Have you considered instrumenting OpenSSH to log password attempts. Its common to log thousands of attempts every day for an internet connected host. That will give you a list of several thousand common passwords that have some track record of success AND hint at users other than root which are common targets (e.g. nagios, db admins etc). Once you have a list then you can then use cewl to generate many more variations of these basic passwords.
I'd also recommend looking up lists of male/female names: a huge number of passwords are based on name. Again, once you have a basic list using cewl on it will generate many variations.
protected by Jeff Ferland♦Jul 13 '15 at 20:50
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Not the answer you're looking for? Browse other questions tagged authenticationpasswordsattacksbrute-forcedictionary or ask your own question.
We just save your time by recovering lost passwords
|