diff --git a/install.sh b/install.sh index 8e69e5a4..bb5bde0e 100755 --- a/install.sh +++ b/install.sh @@ -114,7 +114,7 @@ declare -A repos=( ["fav-up"]="pielco11/fav-up" ["massdns"]="blechschmidt/massdns" ["Oralyzer"]="r0075h3ll/Oralyzer" - ["testssl"]="drwetter/testssl.sh" + ["testssl.sh"]="drwetter/testssl.sh" ["commix"]="commixproject/commix" ["JSA"]="w9w/JSA" ["CloudHunter"]="belane/CloudHunter" @@ -520,15 +520,6 @@ function initial_setup() { eval git -C "${dir}/sqlmap" pull $DEBUG_STD fi - # testssl.sh - if [[ ! -d "${dir}/testssl.sh" ]]; then - #printf "${yellow}Cloning testssl.sh...${reset}\n" - eval git clone --depth 1 https://github.com/drwetter/testssl.sh.git "${dir}/testssl.sh" $DEBUG_STD - else - #printf "${yellow}Updating testssl.sh...${reset}\n" - eval git -C "${dir}/testssl.sh" pull $DEBUG_STD - fi - # massdns if [[ ! -d "${dir}/massdns" ]]; then #printf "${yellow}Cloning and compiling massdns...${reset}\n" diff --git a/reconftw.sh b/reconftw.sh index 7458b874..9669149f 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -122,7 +122,7 @@ function tools_installed() { ["dorks_hunter"]="${tools}/dorks_hunter/dorks_hunter.py" ["fav-up"]="${tools}/fav-up/favUp.py" ["Corsy"]="${tools}/Corsy/corsy.py" - ["testssl"]="${tools}/testssl.sh/testssl.sh" + ["testssl.sh"]="${tools}/testssl.sh/testssl.sh" ["CMSeeK"]="${tools}/CMSeeK/cmseek.py" ["OneListForAll"]="$fuzz_wordlist" ["lfi_wordlist"]="$lfi_wordlist"