cbk914
|
cb4febae37
|
Merge branch 'danielmiessler:master' into master
|
2021-05-11 16:10:42 +02:00 |
|
m4p0
|
ac068e75b5
|
Added Zyxel default username and password based on CVE-2020-29583 and CVE-2016-10401
|
2021-01-05 09:08:32 +01:00 |
|
cbk914
|
003bfef95f
|
Merge pull request #6 from danielmiessler/master
Update
|
2020-11-12 02:44:53 +01:00 |
|
cbk914
|
d2a20595fc
|
Update
|
2020-11-05 16:41:54 +01:00 |
|
g0tmi1k
|
a6c94e1798
|
Merge pull request #526 from m4p0/master
Added default usernames for SAP
|
2020-11-02 21:00:11 +00:00 |
|
mapo
|
c9f5aedbc2
|
Added default usernames for SAP
|
2020-10-20 18:34:32 +02:00 |
|
aayushsonu
|
cb1658be59
|
Update names.txt
|
2020-10-01 16:49:24 +05:30 |
|
cbk914
|
e06aacd937
|
Revert "Merge pull request #4 from danielmiessler/master"
This reverts commit c266835781 , reversing
changes made to fd4968f43b .
|
2020-08-11 14:25:56 +02:00 |
|
g0t mi1k
|
df66ea4c82
|
Fix issues with wordlists
|
2020-07-22 16:19:47 +01:00 |
|
Karim Kanso
|
607c3293b4
|
strip trailing whitespace
|
2020-05-27 14:26:51 +01:00 |
|
CoccodrillooXDS
|
0c14089536
|
Update names.txt
added "root" to the list as based on @unKn0wnUser453's issue (#408)
|
2020-04-20 11:54:05 +02:00 |
|
Karim Kanso
|
0080212eb5
|
refreshed and fixed couple issues with cirt credentials
|
2020-02-15 09:46:06 +00:00 |
|
xrobhal
|
e53542ccb9
|
Update CommonAdminBase64.txt
|
2019-11-13 09:52:12 +00:00 |
|
xrobhal
|
563b995df0
|
Create CommonAdminBase64.txt
Common administrator usernames encoded into ASCII Base64 strings.
|
2019-11-11 23:01:14 +00:00 |
|
g0tmi1k
|
6d1ff64270
|
Add MSSQL from guardicore: labs_campaigns-Nansh0u
Source: https://github.com/guardicore/labs_campaigns/blob/master/Nansh0u/common_passwords.txt
Source: https://github.com/guardicore/labs_campaigns/blob/master/Nansh0u/common_usernames.txt
|
2019-05-30 12:20:13 +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 |
|
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 |
|
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 |
|
g0tmi1k
|
bc8b14dbb5
|
Fix for #201 - \_ -> _
|
2018-07-05 07:19:39 +01:00 |
|
Paul A
|
02a285dee9
|
Added CIRT default usernames/passwords from https://cirt.net/passwords
|
2018-06-21 07:14:22 +02:00 |
|
g0tmi1k
|
71d636f115
|
Close #164 - Include common default cloud users (Usernames)
|
2018-03-21 16:05:36 +00:00 |
|
g0tmi1k
|
7611257a60
|
Quick rename of files
|
2018-03-05 11:03:11 +00:00 |
|
g0tmi1k
|
cb93d0d0b5
|
README.md clean up
|
2018-03-05 10:30:50 +00:00 |
|
g0tmi1k
|
08f12147a3
|
Add "-" to split up words, moved files since PR accepted
- PRs: #122, #123, #125, #126, #136, #146, #149, #162, #174, #176
|
2018-03-05 10:30:27 +00:00 |
|
Daniel Miessler
|
802eb2ae15
|
Merge pull request #162 from otih/master
add user/pw from https://pw.fabian-fingerle.de
|
2018-03-04 12:33:41 -08:00 |
|
otih
|
45ca996cde
|
add user/pw from https://pw.fabian-fingerle.de
|
2017-12-28 23:39:43 +01:00 |
|
g0tmi1k
|
25d4ac447e
|
rename 's/_/-/g'
|
2017-08-23 14:55:06 +01:00 |
|
g0tmi1k
|
a97be9373e
|
Started sorting "Miscellaneous/" & "Fuzzing/"
|
2017-07-11 13:53:16 +01:00 |
|
g0tmi1k
|
3d25aca3d6
|
Moved leaked passwords lists
|
2017-07-11 12:47:47 +01:00 |
|
Anthony Cozamanis
|
a6c42fe12b
|
Update names.txt
- Added names
- Converted to lowercase as most manipulation will happen with app rules, like hashcat
- Sorted
|
2016-10-11 11:36:58 +08:00 |
|
g0tmi1k
|
457997fd6a
|
Changing permissions to everything matches - 0644
|
2016-05-17 12:04:45 +01:00 |
|
g0tmi1k
|
d39e9c0999
|
Remove outdated family names
...and it really was top 150, not 500
|
2014-10-03 19:30:56 +01:00 |
|
g0tmi1k
|
805e16340b
|
Add top 1000 (USA) female names
Source: http://names.mongabay.com/female_names.htm
|
2014-10-03 19:30:02 +01:00 |
|
g0tmi1k
|
d98963d3a9
|
Add top 1000 (USA) male names
Source: http://names.mongabay.com/male_names.htm
|
2014-10-03 19:29:06 +01:00 |
|
g0tmi1k
|
ce66fe29bf
|
Add top 1000 (USA) family/last names
source: http://names.mongabay.com/most_common_surnames.htm
|
2014-10-03 19:24:23 +01:00 |
|
sinnur
|
61eff77c49
|
sorts some files into folders, added nocount versions to some password lists, added a few extra cms lists
|
2014-05-15 16:18:23 +08:00 |
|
charliecampbell
|
f7c91fcb6e
|
adding some wordlists
|
2014-02-28 02:48:31 +08:00 |
|
Daniel Miessler
|
9dc0d15475
|
Added top 100 adobe passwords.
|
2013-12-21 10:18:08 -06:00 |
|
Daniel Miessler
|
b9581e8fee
|
Added short username list.
|
2013-08-15 23:53:14 -07:00 |
|
Daniel Miessler
|
3ccbcaf92c
|
Added URLs directory and READMEs.
|
2012-02-23 05:55:35 -08:00 |
|