diff --git a/install.sh b/installv1.sh similarity index 99% rename from install.sh rename to installv1.sh index 1de0d91..cadd271 100755 --- a/install.sh +++ b/installv1.sh @@ -312,11 +312,6 @@ echo -e "$OKBLUE[*]$RESET Installing PureDNS...$RESET" go install github.com/d3mondev/puredns/v2@latest ln -s /root/go/bin/puredns /usr/bin/puredns 2> /dev/null -# AMASS INSTALLER -echo -e "$OKBLUE[*]$RESET Installing AMass...$RESET" -go get github.com/OWASP/Amass/v3/... -cd /root/go/bin/ - # SUBFINDER INSTALLER echo -e "$OKBLUE[*]$RESET Installing SubFinder...$RESET" go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest