Awesome
Bad Passwords
A list of the top 10,000 most-used passwords from hacked password lists.
Mutated list was generated by installing John the Ripper and running:
john --wordlist=raw.txt --rules --stdout > raw-mutated.txt
This produces a list which starts with the top 10,000 and makes commonplace alterations to that list. This increases the size of the list from 10,000 → over 422,000.
See Also…
NOTE: This is a list of known-bad clear text passwords. For a list of known-bad password SHA-1 hashes, see https://github.com/skyzyx/bad-password-hashes.
Requirements
Required
The following software is required for Bad Passwords to run:
- PHP 5.3.0+
Installation
Bundle with Composer (recommended!)
To add Bad Passwords as a Composer dependency in your composer.json
file:
{
"require": {
"skyzyx/bad-passwords": ">=1.0"
}
}
And include it in your scripts:
require_once 'vendor/autoload.php';
Contributing
To view the list of existing contributors, run the following command from the Terminal:
git shortlog -sne --no-merges
How?
Here's the process for contributing:
- Fork Bad Passwords to your GitHub account.
- Clone your GitHub copy of the repository into your local workspace.
- Write code, fix bugs, and add tests with 100% code coverage.
- Commit your changes to your local workspace and push them up to your GitHub copy.
- You submit a GitHub pull request with a description of what the change is.
- The contribution is reviewed. Maybe there will be some banter back-and-forth in the comments.
- If all goes well, your pull request will be accepted and your changes are merged in.
Authors, Copyright & Licensing
My intention is to release all rights to this documentation and make it available under the Public Domain. Unfortunately, in the U.S. it's not quite that cut-and-dry. So, I am dual-licensing this work under CC0 and the Unlicense. You can choose whichever license you would prefer to adhere to.
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#"> <a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/"> <img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" /> </a> <br /> To the extent possible under law, <a rel="dct:publisher" href="https://github.com/skyzyx/php-coding-standards"> <span property="dct:title">Ryan Parman</span></a> has waived all copyright and related or neighboring rights to "<span property="dct:title">Bad Passwords</span>". This work is published from: <span property="vcard:Country" datatype="dct:ISO3166" content="US" about="https://github.com/skyzyx/php-coding-standards"> United States</span>. </p>