Fix README - URLs and extra resources

This commit is contained in:
g0tmi1k 2019-01-07 15:49:28 +00:00
parent f12997e268
commit bd868067a6

View File

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