mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-21 18:31:18 +00:00
Fix README - URLs and extra resources
This commit is contained in:
parent
f12997e268
commit
bd868067a6
23
README.md
23
README.md
@ -1,10 +1,12 @@
|
||||

|
||||
|
||||
# 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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user