Skip to content

SecLists is a collection of multiple types of lists used during security assessments.

License

Notifications You must be signed in to change notification settings

voretzky/SecLists

This branch is 167 commits behind danielmiessler/SecLists:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 26, 2025
Feb 22, 2025
Dec 20, 2024
Feb 26, 2025
Feb 18, 2025
Feb 18, 2025
Feb 22, 2025
Feb 16, 2024
Nov 23, 2024
Jan 2, 2025
May 18, 2023
May 27, 2020
Nov 25, 2023
Jul 17, 2024
Feb 24, 2025
Jun 13, 2018
Feb 22, 2025
Mar 10, 2023

Repository files navigation

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, Ignacio Portal and g0tmi1k.


Repository details

Repo size

Approx cloning time


Install

Zip

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

Git: No commit history (faster)

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

BlackArch (Tool Page)

sudo pacman -S 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.

About

SecLists is a collection of multiple types of lists used during security assessments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.8%
  • Python 15.5%
  • Classic ASP 11.6%
  • Shell 7.3%
  • Perl 3.8%
  • Java 2.8%
  • Other 6.2%