mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-04-27 17:26:29 -04:00
feat(wordlist): Added clean fortinet-2021 username and passwords wordlists
This commit is contained in:
parent
395c945627
commit
51929e9f00
4 changed files with 263800 additions and 0 deletions
12
Passwords/Leaked-Databases/README.md
Normal file
12
Passwords/Leaked-Databases/README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
## fortinet-2021.txt
|
||||
|
||||
`fortinet-2021.txt` contains:
|
||||
|
||||
- A [mimikatz](https://github.com/gentilkiwi/mimikatz) dump: Search for `mimikatz` and `SRV_TRAX_LAZ\admin`
|
||||
- Active Directory LDAP dumps: Search for `cn=`
|
||||
- IP addresses: Search for `10.1.0.0/20`
|
||||
- Usernames in an unknown format that seem to be related to IP addresses: Search for lines that match the regex `^.*[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+`
|
||||
- Encrypted username:password combos: Search for `LUU9P1g5y758fJ1M:{N|3D9g:|zYQB$yH?DIfAvTnk_MrUz3Ge:![zF)~n;t:4Tw^X2-`
|
||||
- Poorly formatted username:password combinations: In some instances, there's single lines with several combos in the same line and no clear distinction as to where each combo begins and ends.
|
||||
|
||||
A cleaned-up version is available as `fortinet-2021_clean-combos.txt`. `fortinet-2021_clean-combos.txt` only contains the clearly distinguishable `username:password` lines.
|
97718
Passwords/Leaked-Databases/fortinet-2021_clean-combos.txt
Normal file
97718
Passwords/Leaked-Databases/fortinet-2021_clean-combos.txt
Normal file
File diff suppressed because it is too large
Load diff
78977
Passwords/Leaked-Databases/fortinet-2021_passwords.txt
Normal file
78977
Passwords/Leaked-Databases/fortinet-2021_passwords.txt
Normal file
File diff suppressed because it is too large
Load diff
87093
Passwords/Leaked-Databases/fortinet-2021_users.txt
Normal file
87093
Passwords/Leaked-Databases/fortinet-2021_users.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue