2023-03-10 10:55:08 -05:00

2016-01-21 10:00:25 -08:00
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
2024-12-20 02:36:09 -03: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
2023-11-26 14:03:32 +00:00
### Repository details
2025-01-24 13:41:40 +01:00

2023-11-26 14:03:32 +00:00
2025-01-24 13:41:40 +01:00
<!-- This badge is automatically updated by a GitHub Action. Do not edit manually. -->
2025-02-22 09:32:25 +00:00

2023-11-26 14:03:32 +00:00
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
```
2025-02-17 23:35:29 -03: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
```
2025-01-24 22:11:40 -03:00
**Git: No commit history (faster)**
2021-11-24 10:19:26 +00:00
2018-11-26 10:19:38 +00:00
```
2025-02-17 23:35:29 -03:00
git clone --depth 1 https://github.com/danielmiessler/SecLists.git
2018-11-26 10:19:38 +00:00
```
2025-01-24 22:11:40 -03: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
```
2018-12-09 11:35:28 +07: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
2021-11-24 10:19:17 +00:00
- [Assetnote Wordlists ](https://wordlists.assetnote.io/ )
- [fuzz.txt ](https://github.com/Bo0oM/fuzz.txt )
- [FuzzDB ](https://github.com/fuzzdb-project/fuzzdb )
- [PayloadsAllTheThings ](https://github.com/swisskyrepo/PayloadsAllTheThings )
2025-02-17 23:01:32 -03:00
- [BiblePass ](https://github.com/MusicGivesMeLife/BiblePass ): Wordlists compiled from Bible verses
2025-02-27 06:30:34 -03:00
- [SamLists ](https://github.com/the-xentropy/samlists )
### Wordlist Tools
- [Cook ](https://github.com/giteshnxtlvl/cook )
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
[](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 >