-
Notifications
You must be signed in to change notification settings - Fork 23.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: list of complex passwords #235
Labels
Comments
A VERY dirty way of doing it:
|
|
Any feedback @akudiurov? |
If you wish to generate such a list you should have a look at crunch: https://sourceforge.net/projects/crunch-wordlist |
Such a wordlist seems highly specialized. Anyone who needs something like this should generate it themselves. |
could someone help me with a couple bugs email me deeznutsq393@gmail.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lots of apps have requirements for passwords to be "complex" and contain upper-, lowercase, special character and to be at least 8-10 chars long. So brute forcing any of them with passwords that won't satisfy those requirements is pointless (until we are targeting old account with unchanged passwords in apps that didn't require users to change them)
So I thought it would be a good idea to create a list of complex passwords for that purpose.
The text was updated successfully, but these errors were encountered: