From 61e8f2e10a2394017038955e47b44a1c0981bb4c Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Tue, 24 Dec 2024 03:38:15 -0300 Subject: [PATCH 1/5] fix(wordlist): Moved *200_most_used_passwords to Common-Credentials directory --- .../{ => Common-Credentials}/2020-200_most_used_passwords.txt | 0 .../{ => Common-Credentials}/2023-200_most_used_passwords.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Passwords/{ => Common-Credentials}/2020-200_most_used_passwords.txt (100%) rename Passwords/{ => Common-Credentials}/2023-200_most_used_passwords.txt (100%) diff --git a/Passwords/2020-200_most_used_passwords.txt b/Passwords/Common-Credentials/2020-200_most_used_passwords.txt similarity index 100% rename from Passwords/2020-200_most_used_passwords.txt rename to Passwords/Common-Credentials/2020-200_most_used_passwords.txt diff --git a/Passwords/2023-200_most_used_passwords.txt b/Passwords/Common-Credentials/2023-200_most_used_passwords.txt similarity index 100% rename from Passwords/2023-200_most_used_passwords.txt rename to Passwords/Common-Credentials/2023-200_most_used_passwords.txt From 5297b7a033b96a0187424721211ce9cb8be34ab7 Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Tue, 24 Dec 2024 03:38:54 -0300 Subject: [PATCH 2/5] feat(wordlist): Added '2024-200_most_used_passwords.txt' wordlist Co-authored-by: StellarSand --- .../2024-200_most_used_passwords.txt | 200 ++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 Passwords/Common-Credentials/2024-200_most_used_passwords.txt diff --git a/Passwords/Common-Credentials/2024-200_most_used_passwords.txt b/Passwords/Common-Credentials/2024-200_most_used_passwords.txt new file mode 100644 index 00000000..2f0ac6e0 --- /dev/null +++ b/Passwords/Common-Credentials/2024-200_most_used_passwords.txt @@ -0,0 +1,200 @@ +123456 +123456789 +12345678 +password +qwerty123 +qwerty1 +111111 +12345 +secret +123123 +1234567890 +1234567890 +1234567 +000000 +qwerty +abc123 +password1 +iloveyou +11111111 +dragon +monkey +123123123 +123321 +qwertyuiop +00000000 +Password +654321 +target123 +tinkle +zag12wsx +1g2w3e4r +gwerty123 +gwerty +666666 +1q2w3e4r5t +Qwerty123 +987654321 +1q2w3e4r +a123456 +1qaz2wsx +121212 +abcd1234 +asdfghjkl +123456a +88888888 +Qwerty123! +Qwerty1! +112233 +q1w2e3r4t5y6 +football +zxcvbnm +princess +Qwerty1 +aaaaaa +Abcd1234 +Password1 +sunshine +147258369 +Qwerty1234 +fuckyou +Qwerty12 +123qwe +computer +baseball +159753 +superman +azerty +dearbook +pokemon +michael +1234qwer +1234561 +888888 +daniel +111222tianya +12345678910 +1qaz2wsx3edc +123456789a +123654 +P@ssw0rd +qwer1234 +Qwerty1? +789456123 +123456789 +Qwerty123? +q1w2e3r4 +shadow +222222 +soccer +qwe123 +7777777 +22535 +asdasd +admin +killer +testing +qazwsx +asdf1234 +1314520 +555555 +12341234 +michelle +a123456789 +charlie +liverpool +master +123abc +7758521 +woaini +asdfgh +password123 +starwars +jordan +jessica +999999 +unknown +1q2w3e +1111111 +789456 +pakistan +12qwaszx +ashley +1111111111 +welcome +aa123456 +jennifer +11223344 +thomas +159357 +asd123 +andrew +nicole +anthony +147258 +trustno1 +qwerty12 +naruto +jonathan +hunter +102030 +basketball +cambiami +letmein +987654321 +hello +chocolate +zinch +internet +samsung +asdfasdf +Aa123456 +justin +passw0rd +purple +blink182 +whatever +g_czechout +tigger +Indya123 +samantha +joshua +alexander +hannah +qazwsxedc +11111 +andrea +minecraft +matthew +changeme +123456! +87654321 +jordan23 +qq123456 +1qazxsw2 +william +1234567891 +123456123 +12344321 +buster +cookie +babygirl +butterfly +batman +lol123 +qwert +robert +summer +amanda +123654789 +aaaaaaaa +benjamin +myspace1 +333333 +facebook +chelsea +family +hello123 +maggie +freedom +cheese From da602dea61e60c961b592f1ae447ac55e3713e6e Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Tue, 24 Dec 2024 03:40:05 -0300 Subject: [PATCH 3/5] fix(wordlist): Removed duplicates from '2024-200_most_used_passwords.txt' wordlist --- .../Common-Credentials/2024-200_most_used_passwords.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Passwords/Common-Credentials/2024-200_most_used_passwords.txt b/Passwords/Common-Credentials/2024-200_most_used_passwords.txt index 2f0ac6e0..3da78ddf 100644 --- a/Passwords/Common-Credentials/2024-200_most_used_passwords.txt +++ b/Passwords/Common-Credentials/2024-200_most_used_passwords.txt @@ -9,7 +9,6 @@ qwerty1 secret 123123 1234567890 -1234567890 1234567 000000 qwerty @@ -81,7 +80,6 @@ P@ssw0rd qwer1234 Qwerty1? 789456123 -123456789 Qwerty123? q1w2e3r4 shadow @@ -141,7 +139,6 @@ hunter basketball cambiami letmein -987654321 hello chocolate zinch @@ -197,4 +194,4 @@ family hello123 maggie freedom -cheese +cheese \ No newline at end of file From 71cfa58eae57bd043dbde2420603963918b3ce3d Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Tue, 24 Dec 2024 03:40:49 -0300 Subject: [PATCH 4/5] fix(wordlist): Renamed '2024-200_most_used_passwords.txt' to '2024-197_most_used_passwords.txt' --- ...0_most_used_passwords.txt => 2024-197_most_used_passwords.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Passwords/Common-Credentials/{2024-200_most_used_passwords.txt => 2024-197_most_used_passwords.txt} (100%) diff --git a/Passwords/Common-Credentials/2024-200_most_used_passwords.txt b/Passwords/Common-Credentials/2024-197_most_used_passwords.txt similarity index 100% rename from Passwords/Common-Credentials/2024-200_most_used_passwords.txt rename to Passwords/Common-Credentials/2024-197_most_used_passwords.txt From 49ce2ae61e166b97c2d9bf1c12301302a76ee6ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 06:48:27 +0000 Subject: [PATCH 5/5] [Github Action] Automated readme update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a441b219..a081b4eb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project is maintained by [Daniel Miessler](https://danielmiessler.com/), [J Size of a complete clone of SecLists is currently at `1.8 GB` -Cloning this repository should take 4-5 minutes at 5MB/s speeds. +Cloning this repository should take 6-7 minutes at 5MB/s speeds.