Skip to content

Commit e0e4ac3

Browse files
committed
Formatting and links
1 parent 1941e32 commit e0e4ac3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,28 @@ This project is maintained by [Daniel Miessler](https://danielmiessler.com/), [J
1111
### Install
1212

1313
**Zip**
14+
1415
```
1516
wget -c https://github.com/danielmiessler/SecLists/archive/master.zip -O SecList.zip \
1617
&& unzip SecList.zip \
1718
&& rm -f SecList.zip
1819
```
1920

2021
**Git (Small)**
22+
2123
```
22-
git clone --depth 1 https://github.com/danielmiessler/SecLists.git
24+
git clone --depth 1 \
25+
https://github.com/danielmiessler/SecLists.git
2326
```
2427

2528
**Git (Complete)**
29+
2630
```
2731
git clone https://github.com/danielmiessler/SecLists.git
2832
```
2933

30-
**Kali Linux** ([Tool Page](https://tools.kali.org/password-attacks/seclists))
34+
**Kali Linux** ([Tool Page](https://www.kali.org/tools/seclists/))
35+
3136
```
3237
apt -y install seclists
3338
```

0 commit comments

Comments
 (0)