Go to file
Daniel Miessler f12997e268 Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:54:44 -08:00
Discovery Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
Fuzzing Merge pull request #241 from g0tmi1k/ua 2018-11-26 10:09:44 +00:00
IOCs Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
Miscellaneous Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
Passwords Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
Pattern-Matching Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
Payloads Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
Usernames Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
Web-Shells Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:53:56 -08:00
.gitignore Quick move about 2018-06-19 07:59:56 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-06-13 12:07:34 +01:00
CONTRIBUTORS.md Sort out README 2018-10-15 13:07:39 +01:00
LICENSE Create LICENSE 2018-06-13 12:04:57 +01:00
README.md Added https://github.com/g0tmi1k to the project leaders list. 2018-12-31 11:54:44 -08:00

README.md

seclists.png

About SecList

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

Install

Zip

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

Git (Small)

git clone --depth 1 https://github.com/danielmiessler/SecLists.git

Git (Complete)

git clone git@github.com:danielmiessler/SecLists.git

Kali Linux (Tool Page)

apt -y install seclists

Attribution

See CONTRIBUTORS.md

Contributing

See CONTRIBUTING.md

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 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.