mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04:00
Merge pull request #297 from g0tmi1k/Fixes
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 ```
This commit is contained in:
commit
3c8ddaf468
10 changed files with 15976384 additions and 0 deletions
10
Passwords/xato-net-10-million-passwords-10.txt
Normal file
10
Passwords/xato-net-10-million-passwords-10.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
123456
|
||||
password
|
||||
12345678
|
||||
qwerty
|
||||
123456789
|
||||
12345
|
||||
1234
|
||||
111111
|
||||
1234567
|
||||
dragon
|
100
Passwords/xato-net-10-million-passwords-100.txt
Normal file
100
Passwords/xato-net-10-million-passwords-100.txt
Normal file
|
@ -0,0 +1,100 @@
|
|||
123456
|
||||
password
|
||||
12345678
|
||||
qwerty
|
||||
123456789
|
||||
12345
|
||||
1234
|
||||
111111
|
||||
1234567
|
||||
dragon
|
||||
123123
|
||||
baseball
|
||||
abc123
|
||||
football
|
||||
monkey
|
||||
letmein
|
||||
696969
|
||||
shadow
|
||||
master
|
||||
666666
|
||||
qwertyuiop
|
||||
123321
|
||||
mustang
|
||||
1234567890
|
||||
michael
|
||||
654321
|
||||
pussy
|
||||
superman
|
||||
1qaz2wsx
|
||||
7777777
|
||||
fuckyou
|
||||
121212
|
||||
000000
|
||||
qazwsx
|
||||
123qwe
|
||||
killer
|
||||
trustno1
|
||||
jordan
|
||||
jennifer
|
||||
zxcvbnm
|
||||
asdfgh
|
||||
hunter
|
||||
|
||||
buster
|
||||
soccer
|
||||
harley
|
||||
batman
|
||||
andrew
|
||||
tigger
|
||||
sunshine
|
||||
iloveyou
|
||||
fuckme
|
||||
2000
|
||||
charlie
|
||||
robert
|
||||
thomas
|
||||
hockey
|
||||
ranger
|
||||
daniel
|
||||
starwars
|
||||
klaster
|
||||
112233
|
||||
george
|
||||
asshole
|
||||
computer
|
||||
michelle
|
||||
jessica
|
||||
pepper
|
||||
1111
|
||||
zxcvbn
|
||||
555555
|
||||
11111111
|
||||
131313
|
||||
freedom
|
||||
777777
|
||||
pass
|
||||
fuck
|
||||
maggie
|
||||
159753
|
||||
aaaaaa
|
||||
ginger
|
||||
princess
|
||||
joshua
|
||||
cheese
|
||||
amanda
|
||||
summer
|
||||
love
|
||||
ashley
|
||||
6969
|
||||
nicole
|
||||
chelsea
|
||||
biteme
|
||||
matthew
|
||||
access
|
||||
yankees
|
||||
987654321
|
||||
dallas
|
||||
austin
|
||||
thunder
|
||||
taylor
|
1000
Passwords/xato-net-10-million-passwords-1000.txt
Normal file
1000
Passwords/xato-net-10-million-passwords-1000.txt
Normal file
File diff suppressed because it is too large
Load diff
10000
Passwords/xato-net-10-million-passwords-10000.txt
Normal file
10000
Passwords/xato-net-10-million-passwords-10000.txt
Normal file
File diff suppressed because it is too large
Load diff
100000
Passwords/xato-net-10-million-passwords-100000.txt
Normal file
100000
Passwords/xato-net-10-million-passwords-100000.txt
Normal file
File diff suppressed because it is too large
Load diff
1000000
Passwords/xato-net-10-million-passwords-1000000.txt
Normal file
1000000
Passwords/xato-net-10-million-passwords-1000000.txt
Normal file
File diff suppressed because it is too large
Load diff
755995
Passwords/xato-net-10-million-passwords-dup.txt
Normal file
755995
Passwords/xato-net-10-million-passwords-dup.txt
Normal file
File diff suppressed because it is too large
Load diff
5189454
Passwords/xato-net-10-million-passwords.txt
Normal file
5189454
Passwords/xato-net-10-million-passwords.txt
Normal file
File diff suppressed because it is too large
Load diff
624370
Usernames/xato-net-10-million-usernames-dup.txt
Normal file
624370
Usernames/xato-net-10-million-usernames-dup.txt
Normal file
File diff suppressed because it is too large
Load diff
8295455
Usernames/xato-net-10-million-usernames.txt
Normal file
8295455
Usernames/xato-net-10-million-usernames.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue