From bd868067a6f06c3de9aba2669113119b56aac231 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Mon, 7 Jan 2019 15:49:28 +0000 Subject: [PATCH] Fix README - URLs and extra resources --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d705eabe..c4ed7e1c 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ ![seclists.png](https://danielmiessler.com/images/seclists-long.png "seclists.png") -# About SecList +### 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](http://www.danielmiessler.com/ "Daniel Miessler"), [Jason Haddix](http://www.securityaegis.com "Jason Haddix"), and [g0tmi1k](https://github.com/g0tmi1k). +This project is maintained by [Daniel Miessler](https://danielmiessler.com/), [Jason Haddix](http://www.securityaegis.com), and [g0tmi1k](https://twitter.com/g0tmi1k). + +- - - ### Install @@ -30,15 +32,28 @@ git clone git@github.com:danielmiessler/SecLists.git apt -y install seclists ``` +- - - + ### Attribution See [CONTRIBUTORS.md](CONTRIBUTORS.md) -## Contributing +- - - + +### Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) -## Licensing +- - - + +### Similar Projtects + +* [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings) +* [FuzzDB](https://github.com/fuzzdb-project/fuzzdb) + +- - - + +### Licensing This project is licensed under the [MIT license](LICENSE).