mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-20 18:00:59 +00:00
Formatting and links
This commit is contained in:
parent
1941e32c0f
commit
e0e4ac3a6f
@ -11,6 +11,7 @@ This project is maintained by [Daniel Miessler](https://danielmiessler.com/), [J
|
|||||||
### Install
|
### Install
|
||||||
|
|
||||||
**Zip**
|
**Zip**
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip \
|
wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip \
|
||||||
&& unzip SecList.zip \
|
&& unzip SecList.zip \
|
||||||
@ -18,16 +19,20 @@ wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Git (Small)**
|
**Git (Small)**
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --depth 1 https://github.com/danielmiessler/SecLists.git
|
git clone --depth 1 \
|
||||||
|
https://github.com/danielmiessler/SecLists.git
|
||||||
```
|
```
|
||||||
|
|
||||||
**Git (Complete)**
|
**Git (Complete)**
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/danielmiessler/SecLists.git
|
git clone https://github.com/danielmiessler/SecLists.git
|
||||||
```
|
```
|
||||||
|
|
||||||
**Kali Linux** ([Tool Page](https://tools.kali.org/password-attacks/seclists))
|
**Kali Linux** ([Tool Page](https://www.kali.org/tools/seclists/))
|
||||||
|
|
||||||
```
|
```
|
||||||
apt -y install seclists
|
apt -y install seclists
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user