mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04:00
Fix git clone complete path
This commit is contained in:
parent
fab1f77a7d
commit
52e5d58046
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ git clone --depth 1 https://github.com/danielmiessler/SecLists.git
|
||||||
|
|
||||||
**Git (Complete)**
|
**Git (Complete)**
|
||||||
```
|
```
|
||||||
git clone git@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://tools.kali.org/password-attacks/seclists))
|
||||||
|
|
Loading…
Add table
Reference in a new issue