SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and m
Go to file
2019-04-05 09:29:47 +02:00
Discovery Merge pull request #282 from drwetter/master 2019-03-19 09:30:26 +00:00
Fuzzing Update LFI-JHADDIX.txt 2019-03-10 17:11:22 +01:00
IOCs Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
Miscellaneous Fix #259 - Recover from bad merge 2019-01-07 15:40:56 +00:00
Passwords Add worlds-safest-password list by Der Postillon 2019-04-05 09:29:47 +02:00
Pattern-Matching removes exec. bits 2019-01-27 21:27:04 +01:00
Payloads Fix #226 - Remove 255+ file names 2019-02-10 20:12:15 +00:00
Usernames removes exec. bits 2019-01-27 21:27:04 +01:00
Web-Shells fix file 2019-03-11 17:12:47 +01:00
.gitignore Quick move about 2018-06-19 07:59:56 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-06-13 12:07:34 +01:00
CONTRIBUTORS.md Sort out README 2018-10-15 13:07:39 +01:00
LICENSE Create LICENSE 2018-06-13 12:04:57 +01:00
README.md Updated name of project in Readme. 2019-02-19 06:03:04 -08:00

seclists.png

About SecLists

SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. The goal is to enable a security tester to pull this repository onto a new testing box and have access to every type of list that may be needed.

This project is maintained by Daniel Miessler, Jason Haddix, and g0tmi1k.


Install

Zip

wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip \
  && unzip SecList.zip \
  && rm -f SecList.zip

Git (Small)

git clone --depth 1 https://github.com/danielmiessler/SecLists.git

Git (Complete)

git clone git@github.com:danielmiessler/SecLists.git

Kali Linux (Tool Page)

apt -y install seclists

Attribution

See CONTRIBUTORS.md


Contributing

See CONTRIBUTING.md


Similar Projects


Licensing

This project is licensed under the MIT license.

MIT License

NOTE: Downloading this repository is likely to cause a false-positive alarm by your anti-virus or anti-malware software, the filepath should be whitelisted. There is nothing in Seclists or FuzzDB that can harm your computer as-is, however it's not recommended to store these files on a server or other important system due to the risk of local file include attacks.