26 Commits

Author SHA1 Message Date
g0t mi1k
545e57b02d dos2unix 2021-08-28 21:29:32 +01:00
cbk914
cb4febae37 Merge branch 'danielmiessler:master' into master 2021-05-11 16:10:42 +02:00
GraoMelo
33b0ba07cf
Add all 20th century anniversary dates
some time ago I created a list with all the possible birthday dates of the 20th century.
and also all the anniversary dates from 2001-2020 (yes already in the 21st century, partial)

the reason this list was created, because many people use dates of living people as passwords.

the file name is: 1900-2020.txt 

insertion suggestion
SecLists/
├── Passwords
├── ── Common-Credentials

previously informed in: #567 
https://github.com/danielmiessler/SecLists/issues/567
2021-03-18 19:24:36 -03:00
Michael Woolweaver
83660320c8
Add default password for jailbroken iOS
once jailbroken this is the default password for both root and mobile
2021-01-05 13:50:44 -06:00
cbk914
ae8aabcfed Merge branch 'master' of https://github.com/cbk914/SecLists 2020-09-30 16:37:47 +02:00
cbk914
e06aacd937 Revert "Merge pull request #4 from danielmiessler/master"
This reverts commit c266835781dfddaecff5a1adab7dc79815fac236, reversing
changes made to fd4968f43b933c7f381332d0a8dfb28fe60dda93.
2020-08-11 14:25:56 +02:00
LethargicLeprechaun
74c24b574f move words to correct places 2020-07-25 06:06:44 -07:00
g0t mi1k
df66ea4c82 Fix issues with wordlists 2020-07-22 16:19:47 +01:00
clem9669
7da5c78bf7
PR about the issue: #438
Typo
https://github.com/danielmiessler/SecLists/issues/438
2020-06-18 14:18:55 +00:00
g0tmi1k
0a39d3dcb4
Merge pull request #417 from muhammedck113/patch-1
Update 10-million-password-list-top-100.txt
2020-06-05 16:30:30 +01:00
Karim Kanso
a3416ba706 standardisze line endings 2020-05-27 14:10:50 +01:00
muhammedck113
492d80186a
Update 10-million-password-list-top-100.txt 2020-04-26 20:19:21 +05:30
g0tmi1k
9239f0a284 find . -name '*_*' -exec rename 's/_/-/g' "{}" \; 2019-05-08 11:54:39 +01:00
g0tmi1k
a65f6bd665 Close #291 - Fix encoding issues
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
2019-05-08 11:04:00 +01:00
Beverdam
c1c63869ba
Rename 100k_most_used_passwords_NCS.txt to 100k_most_used_passwords_NCSC.txt
Changed filename
2019-04-22 19:32:00 +02:00
Beverdam
80700778d8
Added NCSC top 100K used passwords
Based of https://www.ncsc.gov.uk/static-assets/documents/PwnedPasswordTop100k.txt and https://www.ncsc.gov.uk/blog-post/passwords-passwords-everywhere
2019-04-22 19:30:54 +02:00
mathieu-aubin
354850ed46 removes exec. bits 2019-01-27 21:27:04 +01:00
g0tmi1k
5e1dc9cc79 Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
Daniel Miessler
778b16115f Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
Nathan Windisch
3e94e76727
Updated this file to be a real CSV file.
Just did a `:%s/;/,/g` on the file, that's it.
2018-12-10 17:19:03 +00:00
Francis
089070f8ce
dietpi
dietpi
2018-12-09 02:16:23 +00:00
g0tmi1k
b6163f2af6 Quick rename 2018-03-21 16:02:59 +00:00
g0tmi1k
14318bd32b Fixed 10-million-password-list-top-1000000.txt with control character (Fix #139)
Command: find . -type f -print -exec sh -c 'cat -v -n {} | grep "\^C4"' \;'
2018-03-07 10:59:34 +00:00
g0tmi1k
cd38a43352 4 Digit PIN (Fix #169)
Source: http://jemore.free.fr/wordpress/wp-content/pin_codes_sorted_by_frequency.zip
2018-03-07 10:35:51 +00:00
g0tmi1k
4489327009 Worst Passwords 2017 - SpashData (Fix #173)
Source: https://13639-presscdn-0-80-pagely.netdna-ssl.com/wp-content/uploads/2017/12/Top-100-Worst-Passwords-of-2017a.pdf
2018-03-07 10:24:22 +00:00
g0tmi1k
4f84b3c29b Renamed folders to be the 'full' names 2018-03-05 10:31:16 +00:00