SecLists/README.md

100 lines
3.7 KiB
Markdown
Raw Normal View History

2025-04-14 09:48:44 -07:00
<div align="center">
2025-04-14 09:46:51 -07:00
2025-04-14 09:46:03 -07:00
SecLists is graciously supported by…
[![Github Repo Tagline](https://github.com/user-attachments/assets/96ab3d81-9b13-4df4-ba09-75dee7a5c3d2)](https://warp.dev/seclists)
![seclists.png](SecLists.png "seclists.png")
2016-01-21 10:00:25 -08:00
2025-04-14 09:46:51 -07:00
</div>
2019-02-19 06:03:04 -08:00
### About SecLists
2014-05-16 13:33:53 -07:00
2018-10-15 13:07:39 +01:00
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.
2013-07-23 12:27:52 -07:00
This project is maintained by [Daniel Miessler](https://danielmiessler.com/), [Jason Haddix](https://twitter.com/Jhaddix), [Ignacio Portal](https://github.com/ItsIgnacioPortal) and [g0tmi1k](https://blog.g0tmi1k.com/).
2019-01-07 15:49:28 +00:00
- - -
2023-11-26 22:00:03 +08:00
### Repository details
![Repo size](https://img.shields.io/github/repo-size/danielmiessler/SecLists.svg)
<!-- This badge is automatically updated by a GitHub Action. Do not edit manually. -->
![Approx cloning time](https://img.shields.io/badge/clone%20time-~%205m%2037s%20@50Mb/s-blue)
2014-05-16 13:44:20 -07:00
2023-11-26 22:00:03 +08:00
- - -
2018-11-26 10:19:38 +00:00
### Install
**Zip**
2021-11-24 10:19:26 +00:00
2018-11-26 10:19:38 +00:00
```
wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip && unzip SecList.zip && rm -f SecList.zip
2018-11-26 10:19:38 +00:00
```
**Git: No commit history (faster)**
2021-11-24 10:19:26 +00:00
2018-11-26 10:19:38 +00:00
```
git clone --depth 1 https://github.com/danielmiessler/SecLists.git
2018-11-26 10:19:38 +00:00
```
**Git: Complete**
2021-11-24 10:19:26 +00:00
2018-11-26 10:19:38 +00:00
```
2019-07-11 20:28:04 +02:00
git clone https://github.com/danielmiessler/SecLists.git
2018-11-26 10:19:38 +00:00
```
2021-11-24 10:19:26 +00:00
**Kali Linux** ([Tool Page](https://www.kali.org/tools/seclists/))
2018-11-26 10:19:38 +00:00
```
apt -y install seclists
2024-01-27 00:01:18 +03:00
```
**BlackArch** ([Tool Page](https://blackarch.org/tools.html))
```
sudo pacman -S seclists
2018-11-26 10:19:38 +00:00
```
2019-01-07 15:49:28 +00:00
- - -
2018-10-15 13:07:39 +01:00
### Attribution
See [CONTRIBUTORS.md](CONTRIBUTORS.md)
2018-06-13 12:14:09 +01:00
2019-01-07 15:49:28 +00:00
- - -
### Contributing
2018-06-13 12:14:09 +01:00
See [CONTRIBUTING.md](CONTRIBUTING.md)
2017-12-19 04:49:53 -08:00
2019-01-07 15:49:28 +00:00
- - -
2019-01-07 15:58:27 +00:00
### Similar Projects
2019-01-07 15:49:28 +00:00
- [Assetnote Wordlists](https://wordlists.assetnote.io/): High quality wordlists for content and subdomain discovery which are automatically updated every month.
- [fuzz.txt](https://github.com/Bo0oM/fuzz.txt): Wordlists of "potentially dangerous" files.
- [FuzzDB](https://github.com/fuzzdb-project/fuzzdb): Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
- [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings): A list of useful payloads and bypass for Web Application Security and Pentest/CTF
- [BiblePass](https://github.com/MusicGivesMeLife/BiblePass): Wordlists compiled from Bible verses
- [SamLists](https://github.com/the-xentropy/samlists): Data-driven wordlists containing HTTP parameter names, directory names and filenames.
### Wordlist Tools
- [Cook](https://github.com/giteshnxtlvl/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.
2025-02-27 06:36:08 -03:00
- [Wl](https://github.com/s0md3v/wl): CLI utility for converting strings to a given casing style.
2025-02-27 06:47:07 -03:00
- [CeWL](https://github.com/digininja/CeWL): Custom Word List generator.
2019-01-07 15:49:28 +00:00
- - -
### Licensing
2017-12-19 04:49:53 -08:00
2018-10-15 13:07:39 +01:00
This project is licensed under the [MIT license](LICENSE).
2017-12-19 04:49:53 -08:00
2024-04-09 11:21:51 +03:00
[![MIT License](https://img.shields.io/badge/license-MIT_License-blue)](https://opensource.org/licenses/MIT)
2017-12-19 04:49:53 -08:00
2019-11-03 11:04:57 +00:00
<sup>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.</sup>