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 |
|