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
|
c731e1c9aa
|
Better filenames
|
2019-05-08 12:28:10 +01:00 |
|
g0tmi1k
|
782d018267
|
Cleaned up filename phpBB
|
2019-05-08 12:08:11 +01:00 |
|
g0tmi1k
|
9239f0a284
|
find . -name '*_*' -exec rename 's/_/-/g' "{}" \;
|
2019-05-08 11:54:39 +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 |
|
Beverdam
|
c1c63869ba
|
Rename 100k_most_used_passwords_NCS.txt to 100k_most_used_passwords_NCSC.txt
Changed filename
|
2019-04-22 19:32:00 +02:00 |
|
Beverdam
|
80700778d8
|
Added NCSC top 100K used passwords
Based of https://www.ncsc.gov.uk/static-assets/documents/PwnedPasswordTop100k.txt and https://www.ncsc.gov.uk/blog-post/passwords-passwords-everywhere
|
2019-04-22 19:30:54 +02:00 |
|
Björn Kimminich
|
35488476b6
|
Add worlds-safest-password list by Der Postillon
https://www.der-postillon.com/2014/04/it-experten-kuren-mb2r5ohf-0t-zum.html
|
2019-04-05 09:29:47 +02:00 |
|
govolution
|
887d68264b
|
Update vagrant credentials
Source: https://app.vagrantup.com/peru/boxes/windows-10-enterprise-x64-eval
|
2019-02-21 15:21:32 +01:00 |
|
mathieu-aubin
|
354850ed46
|
removes exec. bits
|
2019-01-27 21:27:04 +01:00 |
|
Indi Nijhof
|
894f7baa67
|
Update ftp-betterdefaultpasslist.txt
Added anonymous login credentials for more complete enumeration
|
2019-01-26 19:49:05 +01:00 |
|
g0tmi1k
|
ddb1eb2ccb
|
Merge pull request #258 from henry701/patch-1
Fix row collumn quantity to 4
|
2019-01-07 15:50:20 +00:00 |
|
g0tmi1k
|
5e1dc9cc79
|
Fix #259 - Recover from bad merge
|
2019-01-07 15:40:56 +00:00 |
|
henry701
|
ea1782d78b
|
Fix row collumn quantity to 4
Suggested by the GitHub Web Tooltip
|
2019-01-01 10:59:56 -02:00 |
|
Daniel Miessler
|
778b16115f
|
Added https://github.com/g0tmi1k to the project leaders list.
|
2018-12-31 11:53:56 -08:00 |
|
Nathan Windisch
|
3e94e76727
|
Updated this file to be a real CSV file.
Just did a `:%s/;/,/g` on the file, that's it.
|
2018-12-10 17:19:03 +00:00 |
|
Francis
|
089070f8ce
|
dietpi
dietpi
|
2018-12-09 02:16:23 +00:00 |
|
Martin407
|
86306f8d03
|
Removed duplicate entry
|
2018-11-13 11:57:59 -05:00 |
|
g0tmi1k
|
11bea7627e
|
Merge pull request #223 from govolution/patch-3
Update telnet-betterdefaultpasslist.txt
Source: https://github.com/govolution/betterdefaultpasslist/blob/master/sources.txt
|
2018-10-10 11:23:52 +01:00 |
|
g0tmi1k
|
31775a887e
|
Merge pull request #222 from govolution/patch-2
Update ssh-betterdefaultpasslist.txt
Source: https://github.com/govolution/betterdefaultpasslist/blob/master/sources.txt
|
2018-10-10 11:23:16 +01:00 |
|
govolution
|
ecb24ff385
|
Update telnet-betterdefaultpasslist.txt
For sources please refer: https://github.com/govolution/betterdefaultpasslist/blob/master/sources.txt
|
2018-10-10 05:57:27 +02:00 |
|
govolution
|
84bd8f017a
|
Update ssh-betterdefaultpasslist.txt
Sources: https://github.com/govolution/betterdefaultpasslist/blob/master/sources.txt
|
2018-10-10 05:55:43 +02:00 |
|
govolution
|
7928dde3c2
|
Update mysql-betterdefaultpasslist.txt
|
2018-10-10 05:52:05 +02:00 |
|
govolution
|
c6017c2357
|
Update mysql-betterdefaultpasslist.txt
|
2018-10-10 05:48:03 +02:00 |
|
Jens Timmerman
|
c57af9dcf6
|
add default passwords for zenitel devices
as documented at https://wiki.zenitel.com/wiki/Password_(IP_Stations)
|
2018-10-08 15:39:30 +02:00 |
|
hitericcow
|
3fa3a9724c
|
Update default-passwords.csv
|
2018-10-03 13:45:39 +02:00 |
|
tehmoon
|
9d28400e93
|
Update default-passwords.csv
Default password for `cusadmin` didn't work so I looked in the [documentation](https://business.comcast.com/help-and-support/internet/setup-manage-comcast-wifi-business-wireless-gateway/) and they suggested to try between two passwords.
The second one worked.
|
2018-08-22 17:11:30 -04:00 |
|
g0tmi1k
|
9c67af9639
|
Merge pull request #207 from govolution/master
Added tomcat & added pw to mysql list
|
2018-07-12 21:42:28 +01:00 |
|
govolution
|
c7a64549a1
|
Update mysql-betterdefaultpasslist.txt
added vagrant pw
|
2018-07-12 22:13:47 +02:00 |
|
govolution
|
ac8f33482f
|
Create tomcat-betterdefaultpasslist.txt
Thx to edoz90, added some more.
|
2018-07-12 22:13:06 +02:00 |
|
g0tmi1k
|
2e9947bb8b
|
Merge pull request #205 from govolution/master
Source ~ https://github.com/govolution/betterdefaultpasslist/blob/master/sources.txt
|
2018-07-09 07:14:34 +01:00 |
|
govolution
|
95dad204d0
|
Update ssh-betterdefaultpasslist.txt
|
2018-07-08 21:29:55 +02:00 |
|
govolution
|
ce0e15a7fd
|
Update windows-betterdefaultpasslist.txt
|
2018-07-08 21:27:58 +02:00 |
|
g0tmi1k
|
bc8b14dbb5
|
Fix for #201 - \_ -> _
|
2018-07-05 07:19:39 +01:00 |
|
govolution
|
75f47e0485
|
Update ssh-betterdefaultpasslist.txt
|
2018-07-04 23:25:59 +02:00 |
|
govolution
|
386f032ff6
|
Update mysql-betterdefaultpasslist.txt
|
2018-07-04 23:23:51 +02:00 |
|
Paul A
|
02a285dee9
|
Added CIRT default usernames/passwords from https://cirt.net/passwords
|
2018-06-21 07:14:22 +02:00 |
|
Matt Robinson
|
aca4935063
|
Adding PHP Magic Hashes.
Taken from https://www.whitehatsec.com/blog/magic-hashes/
|
2018-05-28 07:53:48 -04:00 |
|
g0tmi1k
|
b6163f2af6
|
Quick rename
|
2018-03-21 16:02:59 +00:00 |
|
g0tmi1k
|
14318bd32b
|
Fixed 10-million-password-list-top-1000000.txt with control character (Fix #139)
Command: find . -type f -print -exec sh -c 'cat -v -n {} | grep "\^C4"' \;'
|
2018-03-07 10:59:34 +00:00 |
|
g0tmi1k
|
208d2e430d
|
Added betterdefaultpasslist (Fix #143)
Source: https://github.com/govolution/betterdefaultpasslist
|
2018-03-07 10:42:27 +00:00 |
|
g0tmi1k
|
cd38a43352
|
4 Digit PIN (Fix #169)
Source: http://jemore.free.fr/wordpress/wp-content/pin_codes_sorted_by_frequency.zip
|
2018-03-07 10:35:51 +00:00 |
|
g0tmi1k
|
4489327009
|
Worst Passwords 2017 - SpashData (Fix #173)
Source: https://13639-presscdn-0-80-pagely.netdna-ssl.com/wp-content/uploads/2017/12/Top-100-Worst-Passwords-of-2017a.pdf
|
2018-03-07 10:24:22 +00:00 |
|
g0tmi1k
|
ec7a327edb
|
Remove trace of 'merged.tar.gz' (Fix for #172)
|
2018-03-07 09:44:42 +00:00 |
|
g0tmi1k
|
7611257a60
|
Quick rename of files
|
2018-03-05 11:03:11 +00:00 |
|
g0tmi1k
|
934a28d094
|
Removed duplicate file
`<N/A>,<N/A>,H4!b5at+kWls-8yh4Guq,Troll from: https://mostsecure.pw/`
|
2018-03-05 10:31:42 +00:00 |
|
g0tmi1k
|
4f84b3c29b
|
Renamed folders to be the 'full' names
|
2018-03-05 10:31:16 +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 |
|