mirror of
https://github.com/FlameOfIgnis/Pwdb-Public
synced 2025-01-02 21:55:39 +00:00
Refilter mystery list to get more mysteries
This commit is contained in:
parent
a2353d6a16
commit
a950dab858
|
@ -16,13 +16,13 @@ These passwords had really low occurrance rates, but it was still a lot more tha
|
||||||
- They all start and end with uppercase characters
|
- They all start and end with uppercase characters
|
||||||
- None of them seem to have a keyboard pattern or meaningful word in them.
|
- None of them seem to have a keyboard pattern or meaningful word in them.
|
||||||
- They are all 10 characters long.
|
- They are all 10 characters long.
|
||||||
|
- They don't contain special characters.
|
||||||
- Some of them occurred up to 1 per 100 million credentials (meaning i have around 10 reuses of it currently)
|
- Some of them occurred up to 1 per 100 million credentials (meaning i have around 10 reuses of it currently)
|
||||||
- Most recent occurrence for these: 86 of these were found in a 55623 credentials from a leak in june 2020
|
- Most recent occurrence for these: 86 of these were found in a 55623 credentials from a leak in june 2020
|
||||||
|
|
||||||
I've filtered passwords which are 10 character long, and matches `(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=^[A-Z][A-Za-z0-9]+[A-Z]$)(?!.*[a-z]{3})(?!.*[A
|
I've filtered passwords which are 10 character long, and matches `(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=^[A-Z][A-Za-z0-9]+[A-Z]$)(?!.*[a-z]{3})(?!.*[A-Z]{3})` which had an occurrence rating of less than 1.2 per 100 million.
|
||||||
-Z]{3})` which had an occurrence rating of less than 1.2 per 100 million.
|
|
||||||
|
|
||||||
I've released this list of 39576 passwords in mystery-list.txt under this repository.
|
~~I've released this list of 39576 passwords in mystery-list.txt under this repository.~~ I've refiltered it to get 763k passwords matching this pattern.
|
||||||
|
|
||||||
I have no idea what this uncovers and what it implies, but i'm suspecting a password manager out there is creating passwords with low entropy, causing repetations over a lot of users. All the ideas about this are welcome and appreciated.
|
I have no idea what this uncovers and what it implies, but i'm suspecting a password manager out there is creating passwords with low entropy, causing repetations over a lot of users. All the ideas about this are welcome and appreciated.
|
||||||
|
|
||||||
|
|
724275
mystery-list.txt
724275
mystery-list.txt
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue