195 Commits

Author SHA1 Message Date
Jony Schats
e0d074bb83 added dutch passwordlist 2020-04-29 12:21:51 -04:00
Karim Kanso
0080212eb5 refreshed and fixed couple issues with cirt credentials 2020-02-15 09:46:06 +00:00
osku
a7b446ce8c 51k random creds obtained by running Heralding for two weeks in Sep/2019 2019-10-20 17:02:07 +03:00
g0tmi1k
6fae58fa9b
Merge pull request #357 from govolution/patch-3
Update ssh-betterdefaultpasslist.txt

https://github.com/SamuraiWTF/samuraiwtf
http://docs.graylog.org/en/2.4/pages/installation/virtual_machine_appliances.html
https://openvpn.net/vpn-server-resources/deploying-the-access-server-appliance-on-vmware-esxi/
https://www.circl.lu/services/misp-training-materials/
https://documentation.wazuh.com/3.10/installation-guide/virtual-machine.html
https://my.nps.edu/web/c3o/virtual-machine-images
https://virtualboxes.org/images/centos/
2019-10-10 12:13:29 +01:00
g0tmi1k
8e42ce0a0e
Merge pull request #358 from govolution/patch-4
Update windows-betterdefaultpasslist.txt

Source: https://github.com/PowerShellMafia/PowerSploit/blob/master/Privesc/PowerUp.ps1
2019-10-10 12:13:11 +01:00
govolution
993893e0dc
Update mssql-betterdefaultpasslist.txt
Source: https://github.com/fgrehm/vagrant-mssql-express
2019-10-10 12:31:10 +02:00
govolution
2942b4d373
Update windows-betterdefaultpasslist.txt
Source:
https://github.com/PowerShellMafia/PowerSploit/blob/master/Privesc/PowerUp.ps1
2019-10-10 12:29:05 +02:00
govolution
3bafebc1ea
Update ssh-betterdefaultpasslist.txt
https://github.com/SamuraiWTF/samuraiwtf
http://docs.graylog.org/en/2.4/pages/installation/virtual_machine_appliances.html
https://openvpn.net/vpn-server-resources/deploying-the-access-server-appliance-on-vmware-esxi/
https://www.circl.lu/services/misp-training-materials/
https://documentation.wazuh.com/3.10/installation-guide/virtual-machine.html
https://my.nps.edu/web/c3o/virtual-machine-images
https://virtualboxes.org/images/centos/
2019-10-10 12:26:41 +02:00
XalfiE
e685bfabe0
Oracle EBS default passwords 2019-10-07 13:16:17 +03:00
XalfiE
7b896da2c4
Oracle EBS default users 2019-10-07 13:15:41 +03:00
Mike van de Ven
a732f905a8
Added dutchwordlist 2019-10-01 12:22:18 +02:00
Eric Range
7c84d582db
New Default Password List
Default Password List from http://phenoelit.org/dpl/dpl.html.
Syntax:
<username>:<password>
<username>: => no password
<>:<> => no user nor password at all
2019-08-23 15:57:08 +02:00
Eric Range
1978345e87
Remove admin:password
Duplicate String
2019-08-20 10:13:02 +02:00
g0tmi1k
37bb3c0f4d Add scrabble
Source: 4cf8811b8f/SCRABBLE-wordlist.tgz
2019-08-13 12:42:49 +01:00
Dwight Spencer
23bf1c051f
Create stupid-ones-in-production.txt 2019-08-08 14:59:22 -05:00
Anıl Baş
12170c487d
Update vnc-betterdefaultpasslist.txt
It is one of the most common credentials
2019-07-26 14:31:07 +03:00
maxence-schmitt
6a8724a628
Adding sha256 magic hash
More info: https://github.com/spaze/hashes/blob/master/README.md
2019-07-11 15:47:42 +02:00
g0tmi1k
11b967a88f Merge branch 'master' of https://github.com/danielmiessler/SecLists into misc
# Conflicts:
#	Discovery/Infrastructure/common-router-ips.txt
2019-07-09 12:15:28 +01:00
g0tmi1k
465a00dbe0 Close #154 - 1.4 billion password breach compilation wordlist 2019-07-09 12:12:33 +01:00
g0tmi1k
c9a56c3fe0
Merge pull request #312 from g0tmi1k/richelieu
Add richelieu
2019-07-03 14:11:25 +01:00
g0tmi1k
cb68eaf66a Add richelieu
Source: https://github.com/tarraschk/richelieu
2019-07-03 14:04:48 +01: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
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