SecLists/Usernames
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
..
Honeypot-Captures Quick rename of files 2018-03-05 11:03:11 +00:00
Names Started sorting "Miscellaneous/" & "Fuzzing/" 2017-07-11 13:53:16 +01:00
cirt-default-usernames.txt Fix for #201 - \_ -> _ 2018-07-05 07:19:39 +01:00
README.md removes exec. bits 2019-01-27 21:27:04 +01:00
top-usernames-shortlist.txt Close #164 - Include common default cloud users (Usernames) 2018-03-21 16:05:36 +00:00
xato-net-10-million-usernames-dup.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00
xato-net-10-million-usernames.txt Close #293 - Ten Million Passwords 2019-05-08 10:30:38 +01:00

The Usernames directory will hold a number of username lists that can be used by multiple tools when attempting to guess credentials for a given targeted service.