SecLists/README.md

55 lines
4.4 KiB
Markdown
Raw Normal View History

2017-12-19 04:49:53 -08:00
![seclists.png](https://danielmiessler.com/images/seclists-long.png "seclists.png")
2016-01-21 10:00:25 -08:00
2018-06-13 12:14:09 +01:00
# About SecList
2014-05-16 13:33:53 -07:00
2015-08-05 07:43:01 -07: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 repo 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
2017-12-19 04:49:53 -08:00
This project is maintained by [Daniel Miessler](http://www.danielmiessler.com/ "Daniel Miessler") and [Jason Haddix](http://www.securityaegis.com "Jason Haddix").
2014-05-16 13:44:20 -07:00
2018-06-13 12:14:09 +01:00
## Attribution
2012-02-23 05:55:35 -08:00
2018-06-13 12:14:09 +01:00
- Adam Muntner (@amuntner) and for the **FuzzDB** content, including all authors from the FuzzDB project (https://github.com/fuzzdb-project/fuzzdb) [`./Fuzzing/*.fuzzdb.txt`]
- Ron Bowes (@iagox86) of **SkullSecurity** for collaborating and including all his lists here (https://wiki.skullsecurity.org/Passwords)
2018-06-13 09:40:36 +01:00
- Clarkson University for their research that led to the **Clarkson password** list [`./Passwords/clarkson-university-82.txt`]
2013-03-15 16:42:54 -07:00
- All the authors listed in the XSS with context doc, which was found on pastebin and added to by us
2018-07-19 00:21:04 +03:00
- Ferruh Mavituna for the beginnings of the **LFI Fuzz** list
2018-06-13 12:14:09 +01:00
- Kevin Johnson for **Laudanum shells** (https://sourceforge.net/projects/laudanum/) [`./Web-Shells/laudanum-0.8/`]
2018-06-13 09:40:36 +01:00
- RSnake for **fierce DNS hostname** list [`./Discovery/DNS/fierce-hostlist.txt`]
- Charlie Campbell for **Spanish word list**, numerous other contributions
2018-06-13 12:14:09 +01:00
- Rob Fuller (@mubix) for the IZMY list [`./Passwords/Leaked-Databases/izmy.txt`]
2018-06-13 09:40:36 +01:00
- Mark Burnett for the **10 million passwords** list
2015-02-10 22:18:14 -08:00
- Steve Crapo for doing splitting work on a number of large lists
2018-06-13 09:40:36 +01:00
- Thanks to Blessen Thomas for recommending **Mario's/cure53's XSS vectors**
- Thanks to Danny Chrastil for submitting an anonymous **JSON fuzzing** list
2018-03-05 10:30:50 +00:00
- Many thanks to @geekspeed, @EricSB, @lukebeer, @patrickmollohan, @g0tmi1k, @albinowax, and @kurobeats for submitting via pull requests
2018-06-13 12:14:09 +01:00
- Special thanks to @shipCod3 for MANY contributions and for a **SSH user/pass** list
- Thanks to Samar Dhwoj Acharya for allowing his **GitHub Dorks** content to be included
2018-06-13 09:40:36 +01:00
- Thanks to Liam Somerville for the excellent list of **default passwords**
- Great thanks to Michael Henriksen for allowing us to include his **Gitrob project's signatures**
- Honored to have @Brutelogic's brilliant **XSS Cheatsheet** added to the Fuzzing section [`./Fuzzing/XSS*-BruteLogic.txt`]
- 0xsobky's **Ultimate XSS Polyglot** [`./Fuzzing/Polyglots/XSS-Polyglot-Ultimate-0xsobky.txt`]
- @otih for **bruteforce collected user/pass** lists [`./Passwords/Honeypot-Captures/multiplesources-passwords-fabian-fingerle.de.txt`]
- @govolution for **BetterDefaultPassList** (https://github.com/govolution/betterdefaultpasslist) [`./Passwords/Default-Credentials/*-betterdefaultpasslist.txt`]
- Max Woolf (@minimaxir) for **Big List of Naughty Strings** (https://github.com/minimaxir/big-list-of-naughty-strings) [`./Fuzzing/big-list-of-naughty-strings.txt`]
- Ian Gallagher (@craSH) for **HTTP Request Headers** [`./Miscellaneous/http-request-headers/`]
- Arvind Doraiswamy (@arvinddoraiswamy) for **numeric-fields-only** [`./Fuzzing/numeric_fields_only.txt`]
- @badibouzouk for **Domino Hunter** (https://sourceforge.net/projects/dominohunter/) [`./Discovery/Web-Content/Domino-Hunter/`]
- @coldfusion39 for **domi-owned** (https://github.com/coldfusion39/domi-owned) [`./Discovery/Web-Content/domino-*-coldfusion39.txt`]
- Ella Rose (@erose1337) for **security-question-answers** (https://github.com/erose1337/penetration_testing/tree/master/data) [`./Miscellaneous/security-question-answers/`]
2012-02-23 05:55:35 -08:00
2018-06-13 12:14:09 +01:00
This project stays great because of care and love from the community, and we will never forget that. If you know of a contribution that is not listed above, please let us know...
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
2017-12-19 04:49:53 -08:00
## Licensing
2018-03-05 10:30:50 +00:00
This project is licensed under the MIT license.
2017-12-19 04:49:53 -08:00
2017-12-19 05:26:21 -08:00
![MIT License](https://danielmiessler.com/images/mitlicense.png)
2017-12-19 04:49:53 -08:00
2017-12-19 05:24:06 -08:00
<sup>NOTE: Downloading this repository is likely to cause a false-positive alarm by your antivirus or antimalware software, the filepath should be whitelisted. There is nothing in Seclists or FuzzDB 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>