From 72c4df046d57a20bb33cc1d400857eaaa30c1204 Mon Sep 17 00:00:00 2001 From: GreenPoint-InfoSec <77916614+GreenPoint-InfoSec@users.noreply.github.com> Date: Sun, 2 Jan 2022 14:56:10 +0000 Subject: [PATCH] Update and rename install.sh to installv1.sh --- install.sh => installv1.sh | 5 ----- 1 file changed, 5 deletions(-) rename install.sh => installv1.sh (99%) 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