Logo
Explore Help
Sign In
admin/SecLists
1
0
Fork 0
You've already forked SecLists
mirror of https://github.com/danielmiessler/SecLists.git synced 2025-05-31 10:41:34 +00:00
Code Issues Packages Projects Releases Wiki Activity
SecLists/Passwords/xato-net-10-million-passwords-10.txt

11 lines
85 B
Plaintext
Raw Normal View History

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
123456
password
12345678
qwerty
123456789
12345
1234
111111
1234567
dragon
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 48ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API