Skip to content

Commit

Permalink
Remove duplicate testssl repo
Browse files Browse the repository at this point in the history
# Conflicts:
#	install.sh
#	reconftw.sh
  • Loading branch information
pgrenaud committed Jan 15, 2025
1 parent 4c58504 commit 7d3b9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7d3b9fa

Please sign in to comment.