The Wayback Machine - https://web.archive.org/web/20200519040909/https://github.com/danielmiessler/SecLists
Skip to content
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.
PHP ASP Shell Perl Java ColdFusion Other
Branch: master
Clone or download

Latest commit

Latest commit a8df2a7 May 13, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Discovery Create Django.txt May 9, 2020
Fuzzing Add the expression for the Dust engine May 3, 2020
IOCs Fix #259 - Recover from bad merge Jan 7, 2019
Miscellaneous Add alexa domains May 4, 2020
Passwords added dutch passwordlist Apr 29, 2020
Pattern-Matching Update Angular dangerous functions Jan 31, 2020
Payloads Add more zip-bombs Aug 18, 2019
Usernames Update names.txt Apr 20, 2020
Web-Shells Add CFM Shell Mar 25, 2020
.gitignore Update Angular dangerous functions Jan 31, 2020
CONTRIBUTING.md Update CONTRIBUTING.md Jun 13, 2018
CONTRIBUTORS.md 2020.2 release May 4, 2020
LICENSE Create LICENSE Jun 13, 2018
README.md Update credit URLs May 4, 2020

README.md

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 https://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 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.

You can’t perform that action at this time.