From 44a6d47944dce49798aef033d5084859f8be20b7 Mon Sep 17 00:00:00 2001 From: Patricia Gagnon-Renaud Date: Thu, 16 Jan 2025 09:24:00 -0500 Subject: [PATCH] Restore changes lost in the last merge Changes introduced in 7d3b9fa54599e7eee98dd000f0ce1b3582fe671e and merge in 1360e2d998916b4f78e30be8e239ef99a75bd562, were lost in 15168b46a416e30cd8def715619ba7b98e9cc8a5. This commit restore them. --- install.sh | 2 +- reconftw.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 89083759..fc2f1689 100755 --- a/install.sh +++ b/install.sh @@ -107,7 +107,7 @@ declare -A repos=( ["fav-up"]="pielco11/fav-up" ["massdns"]="blechschmidt/massdns" ["Oralyzer"]="r0075h3ll/Oralyzer" - ["testssl"]="drwetter/testssl.sh" + ["testssl.sh"]="drwetter/testssl.sh" ["JSA"]="w9w/JSA" ["CloudHunter"]="belane/CloudHunter" ["ultimate-nmap-parser"]="shifty0g/ultimate-nmap-parser" diff --git a/reconftw.sh b/reconftw.sh index 6721a718..f7c2445a 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -125,7 +125,7 @@ function tools_installed() { ["fav-up_python"]="${tools}/fav-up/venv/bin/python3" ["Corsy"]="${tools}/Corsy/corsy.py" ["Corsy_python"]="${tools}/Corsy/venv/bin/python3" - ["testssl"]="${tools}/testssl.sh/testssl.sh" + ["testssl.sh"]="${tools}/testssl.sh/testssl.sh" ["CMSeeK"]="${tools}/CMSeeK/cmseek.py" ["CMSeeK_python"]="${tools}/CMSeeK/venv/bin/python3" ["OneListForAll"]="$fuzz_wordlist"