Skip to content

Commit

Permalink
Update reconftw.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez authored Dec 21, 2023
1 parent e398f79 commit 1299de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ function tools_installed(){
which gitleaks &>/dev/null || { printf "${bred} [*] gitleaks [NO]${reset}\n${reset}"; allinstalled=false;}
which trufflehog &>/dev/null || { printf "${bred} [*] trufflehog [NO]${reset}\n${reset}"; allinstalled=false;}
which s3scanner &>/dev/null || { printf "${bred} [*] s3scanner [NO]${reset}\n${reset}"; allinstalled=false;}
which mantra &>/dev/null || { printf "${bred} [*] mantra [NO]${reset}\n${reset}"; allinstalled=false;}

if [ "${allinstalled}" = true ]; then
printf "${bgreen} Good! All installed! ${reset}\n\n"
Expand Down

0 comments on commit 1299de8

Please sign in to comment.