From 2fd0d8412c5bf379479d47a749c5ad7420603089 Mon Sep 17 00:00:00 2001 From: mgeeky Date: Mon, 15 Apr 2019 17:41:32 +0200 Subject: [PATCH] Clone Testssl.sh properly --- linux/prepare-kali.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/prepare-kali.sh b/linux/prepare-kali.sh index ef12cfc..c664169 100644 --- a/linux/prepare-kali.sh +++ b/linux/prepare-kali.sh @@ -210,7 +210,7 @@ popd pushd ssl git_clone https://github.com/rbsec/sslscan.git -git_clone https://github.com/drwetter/testssl.sh.git +git clone --depth 1 https://github.com/drwetter/testssl.sh.git git_clone https://github.com/tomato42/tlsfuzzer.git popd