Skip to content

Commit

Permalink
fix amas
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez authored Jan 8, 2023
1 parent 01a4269 commit c679f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c679f75

Please sign in to comment.