SecLists/Passwords
g0tmi1k 6d3b37a3c9 Close #293 - Ten Million Passwords
Source: https://xato.net/today-i-am-releasing-ten-million-passwords-b6278bbe7495

https://wpengine.com/unmasked/

https://mega.nz/#!SdYnkJRJ!HmD04LH8Gk8JtlNG6O2NnF2yH9qWJPWtSXbLU2ZR9Q8

$ awk -F '\t' '{print $1}' 10-million-combos.txt | LC_ALL=C sort | LC_ALL=C uniq -c | LC_ALL=C sort -nr | awk -F ' ' '{for (i=2; i<=NF; i++) print $i}' > xato-net-10-million-usernames.txt
$ awk -F '\t' '{print $2}' 10-million-combos.txt | LC_ALL=C sort | LC_ALL=C uniq -c | LC_ALL=C sort -nr | awk -F ' ' '{for (i=2; i<=NF; i++) print $i}' > xato-net-10-million-passwords.txt
$ awk -F '\t' '{print $1}' 10-million-combos.txt | LC_ALL=C sort | LC_ALL=C uniq -c | LC_ALL=C sort -nr | grep -v ' 1 ' | awk -F ' ' '{for (i=2; i<=NF; i++) print $i}' > xato-net-10-million-usernames-dup.txt
$ awk -F '\t' '{print $2}' 10-million-combos.txt | LC_ALL=C sort | LC_ALL=C uniq -c | LC_ALL=C sort -nr | grep -v ' 1 ' | awk -F ' ' '{for (i=2; i<=NF; i++) print $i}' > xato-net-10-million-passwords-dup.txt
2019-05-08 10:30:38 +01:00
..
Common-Credentials Rename 100k_most_used_passwords_NCS.txt to 100k_most_used_passwords_NCSC.txt 2019-04-22 19:32:00 +02:00
Cracked-Hashes Quick rename of files 2018-03-05 11:03:11 +00:00
Default-Credentials Update vagrant credentials 2019-02-21 15:21:32 +01:00
Honeypot-Captures Quick rename 2018-03-21 16:02:59 +00:00
Leaked-Databases Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
Malware Fix merge conflict 2017-11-27 15:08:43 +00:00
Permutations rename 's/_/-/g' 2017-08-23 14:55:06 +01:00
Software Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
WiFi-WPA Add "-" to split up words, moved files since PR accepted 2018-03-05 10:30:27 +00:00
bt4-password.txt Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
cirt-default-passwords.txt Fix for #201 - \_ -> _ 2018-07-05 07:19:39 +01:00
clarkson-university-82.txt Quick rename of files 2018-03-05 11:03:11 +00:00
darkc0de.txt Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
darkweb2017-top10.txt Add "-" to split up words, moved files since PR accepted 2018-03-05 10:30:27 +00:00
darkweb2017-top100.txt Add "-" to split up words, moved files since PR accepted 2018-03-05 10:30:27 +00:00
darkweb2017-top1000.txt Quick rename 2018-03-21 16:02:59 +00:00
darkweb2017-top10000.txt Quick rename 2018-03-21 16:02:59 +00:00
der-postillon.txt Add worlds-safest-password list by Der Postillon 2019-04-05 09:29:47 +02:00
Keyboard-Combinations.txt Add "-" to split up words, moved files since PR accepted 2018-03-05 10:30:27 +00:00
Most-Popular-Letter-Passes.txt Add "-" to split up words, moved files since PR accepted 2018-03-05 10:30:27 +00:00
openwall.net-all.txt Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
PHP-Magic-Hashes.txt Adding PHP Magic Hashes. 2018-05-28 07:53:48 -04:00
probable-v2-top207.txt Add "-" to split up words, moved files since PR accepted 2018-03-05 10:30:27 +00:00
probable-v2-top1575.txt Add "-" to split up words, moved files since PR accepted 2018-03-05 10:30:27 +00:00
probable-v2-top12000.txt Add "-" to split up words, moved files since PR accepted 2018-03-05 10:30:27 +00:00
README.md removes exec. bits 2019-01-27 21:27:04 +01:00
twitter-banned.txt Added POTUS Twitter password 2018-02-20 10:42:14 +01:00
unkown-azul.txt Add "-" to split up words, moved files since PR accepted 2018-03-05 10:30:27 +00:00
UserPassCombo-Jay.txt "Passwords/" Clean up 2017-07-11 13:18:31 +01:00
xato-net-10-million-passwords-10.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00
xato-net-10-million-passwords-100.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00
xato-net-10-million-passwords-1000.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00
xato-net-10-million-passwords-10000.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00
xato-net-10-million-passwords-100000.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00
xato-net-10-million-passwords-1000000.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00
xato-net-10-million-passwords-dup.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00
xato-net-10-million-passwords.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00

The Passwords directory will hold a number of password lists that can be used by multiple tools when attempting to guess credentials for a given targeted service. This will include a number of very popular lists in cooperation with their maintainers, including the RockYou lists maintained by Rob Bowes.

--

  • Password lists containing the count are located in the "withcount" folder.
  • Lists over 100Mb have been compressed.