-
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
Localized Wordlist #703
Comments
Ok, so this has a couple of challenges:
I personally have a copy of Collection #1, Collection #2 to #5, and the ANTIPUBLIC breaches, totaling:
So that's the first issue taken care of. But the second one is a bit trickier. More often than not, data breaches are just combos of The third issue is though one for me. My machine isn't beefy enough to go trough 1.2 billion unique combos in a single lifetime 😂. @agyss do you think your machine is up to the task? |
I checked for the second issue, by combining these two datasets, we should get a good base for matching: Furthermore I would filter the mailadresses and only take the ones following the pattern firstname.lastname@.... or lastname.firstname@ (with numbers in and after the names to have a higher coverage). I will do a preprocessing of the wordlists to gain hashsets for all possible firstname.lastname and lastname.firstname combinations. Long story short I will find a way and do have the performance to process the data. |
Feel free to open up a pull request with it! |
I have some wordlists with tons of common and uncommon language specific words and names, etc (just words not common passwords) for many popular languages. Those could be used for your educational purposes in addition with hashcat rules ;) I can make a pull request if this is of interest. I would create a folder like /Passwords/localized if that is the right place for it. @g0tmi1k |
That would be very useful for fulfilling this issue :). Please make a pull request @DeveloperOl |
Okay, I will do some cleanup and than make a PR for German, French, Spanish, Polish and Swedish, maybe one by one becuase generating and cleaning up these lists is a pain. |
No, it's fine. Though, I don't know up to what point such a crazy-long list would be useful. Could you limit each list to one hundred thousand lines? |
I created these lists by crawling localized web pages because I realized there were words missing in the existing lists here and I found, that some password hashes were not cracked because of that, but would have been with a complete list (thats how I found this issue). |
Alright! I'm awaiting your PR |
add localized wikipedia wordlists (Relates to #703) Source: https://github.com/DeveloperOl/wikipediator_v2
Localized wordlists would increase the education purpose a lot. The most common german passwords are for sure quite different from the chinese ones, englisch ones, and so on...
The best I found to start of was:
https://github.com/scipag/password-list/tree/main/countries
I would be willing to create the lists by my own if someone can provide access to specific raw data. The only requirement for the raw data would be some kind of a link between the password and the users native language. Things I came up with are:
I would be willig to connect the data if it's spread around multiple files, tables, ...
Any ideas about how to handle this? I am aware of the problem with PII-Data.
The text was updated successfully, but these errors were encountered: