mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04:00
Merge pull request #318 from mbiert/readme-git-path
Fix git clone complete path
This commit is contained in:
commit
40eeff6fc5
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 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))
|
||||
|
|
Loading…
Add table
Reference in a new issue