No description
Find a file
github-actions[bot] 2aae32e656
Some checks are pending
Readme updater - Updates readme with latest stats / update-readme (push) Waiting to run
[Github Action] Automated trickest wordlists update.
2025-04-27 14:03:32 +00:00
.bin [Github Action] Automated trickest wordlists update. 2025-04-27 10:04:03 +00:00
.github fix(cicd): More descriptive workflow names 2025-03-21 19:29:27 -03:00
Ai/LLM_Testing feat(wordlist): Added more LLM data-leakage payloads 2024-12-20 02:24:05 -03:00
Discovery [Github Action] Automated trickest wordlists update. 2025-04-27 14:03:32 +00:00
Fuzzing Update big-list-of-naughty-strings.txt 2025-03-02 07:10:51 +02:00
Miscellaneous feat(docs): Added documentation for the 'Miscellaneous/Words' directory 2025-04-16 18:53:57 -03:00
Passwords chore(wordlist): Moved Dutch-words.txt into /Miscellaneous/Words/ 2025-04-16 18:43:58 -03:00
Pattern-Matching Imported and cleaned php magic hashes 2024-02-16 05:50:44 +00:00
Payloads docs: update Payloads/README.md 2024-11-23 20:56:42 +09:00
Usernames fix(wordlist): Removed redundant linejumps from CommonAdminBase64.txt 2025-01-02 20:07:45 -03:00
Web-Shells updated to laudanum v1.0 2023-05-18 17:39:10 +05:30
.gitattributes added git attributes to keep line ends standardised 2020-05-27 14:16:24 +01:00
.gitignore ignore .working_space 2023-11-26 02:45:41 +08:00
CONTRIBUTING.md feat(docs): Added warning to CONTRIBUTING.md about uploading data breaches 2025-03-22 19:48:59 -03:00
CONTRIBUTORS.md 2025.1 2025-02-24 17:42:02 +00:00
LICENSE Create LICENSE 2018-06-13 12:04:57 +01:00
README.md fix(docs): Fixed wording on the 'Cook' tool description 2025-04-16 18:21:24 -03:00
SecLists.png Header Image 2023-03-10 10:55:08 -05:00

SecLists is graciously supported by…

Github Repo Tagline

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

  • Assetnote Wordlists: High quality wordlists for content and subdomain discovery which are automatically updated every month.
  • fuzz.txt: Wordlists of "potentially dangerous" files.
  • FuzzDB: Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
  • PayloadsAllTheThings: A list of useful payloads and bypass for Web Application Security and Pentest/CTF
  • BiblePass: Wordlists compiled from Bible verses
  • SamLists: Data-driven wordlists containing HTTP parameter names, directory names and filenames.

Wordlist Tools

  • Cook: A wordlist framework. An overpowered wordlist generator, splitter, merger, finder and saver. Cook facilitates the creation of permutations and combinations with a variety of encodings and many more features.
  • Wl: CLI utility for converting strings to a given casing style.
  • CeWL: Custom Word List generator.

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.