From 52e5d58046c64e5be640dcd993d03cc02e16c72c Mon Sep 17 00:00:00 2001 From: Mic Biert Date: Thu, 11 Jul 2019 20:28:04 +0200 Subject: [PATCH] Fix git clone complete path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8c391b6..0c364c21 100644 --- a/README.md +++ b/README.md @@ -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))