From c679f7597761301ff41756f2a0177db2f5ee6ff4 Mon Sep 17 00:00:00 2001 From: six2dez Date: Sun, 8 Jan 2023 15:34:26 +0100 Subject: [PATCH] fix amas --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c08c9fe0..2cb982f9 100755 --- a/install.sh +++ b/install.sh @@ -47,7 +47,7 @@ fi declare -A gotools gotools["gf"]="go install -v github.com/tomnomnom/gf@latest" gotools["qsreplace"]="go install -v github.com/tomnomnom/qsreplace@latest" -gotools["Amass"]="go install -v github.com/OWASP/Amass/v3/...@3.20.0" +gotools["Amass"]="go install -v github.com/OWASP/Amass/v3/...@v3.20.0" gotools["ffuf"]="go install -v github.com/ffuf/ffuf@latest" gotools["github-subdomains"]="go install -v github.com/gwen001/github-subdomains@latest" gotools["waybackurls"]="go install -v github.com/tomnomnom/waybackurls@latest"