Skip to content

Commit

Permalink
Formatting and links
Browse files Browse the repository at this point in the history
  • Loading branch information
g0tmi1k committed Nov 24, 2021
1 parent 1941e32 commit e0e4ac3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -11,23 +11,28 @@ This project is maintained by [Daniel Miessler](https://danielmiessler.com/), [J
### 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 clone --depth 1 \
https://github.com/danielmiessler/SecLists.git
```

**Git (Complete)**

```
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
```
Expand Down

0 comments on commit e0e4ac3

Please sign in to comment.