mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-20 09:50:58 +00:00
Add install information
This commit is contained in:
parent
47b1829910
commit
b51d03d478
24
README.md
24
README.md
@ -6,6 +6,30 @@ SecLists is the security tester's companion. It's a collection of multiple types
|
||||
|
||||
This project is maintained by [Daniel Miessler](http://www.danielmiessler.com/ "Daniel Miessler") and [Jason Haddix](http://www.securityaegis.com "Jason Haddix").
|
||||
|
||||
### 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)[https://tools.kali.org/password-attacks/seclists])
|
||||
```
|
||||
apt -y install seclist
|
||||
```
|
||||
|
||||
### Attribution
|
||||
|
||||
See [CONTRIBUTORS.md](CONTRIBUTORS.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user