From 30e2cef956d5b35b330fda4df7ef2f3bb508a0d4 Mon Sep 17 00:00:00 2001 From: GreenPoint-InfoSec <77916614+GreenPoint-InfoSec@users.noreply.github.com> Date: Sun, 2 Jan 2022 15:39:33 +0000 Subject: [PATCH] Update and rename installv1.sh to install.sh --- installv1.sh => install.sh | 5 +++++ 1 file changed, 5 insertions(+) rename installv1.sh => install.sh (99%) diff --git a/installv1.sh b/install.sh similarity index 99% rename from installv1.sh rename to install.sh index cadd271..6d56ef9 100755 --- a/installv1.sh +++ b/install.sh @@ -312,6 +312,11 @@ 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/VS/... +cd /root/go/bin/ + # SUBFINDER INSTALLER echo -e "$OKBLUE[*]$RESET Installing SubFinder...$RESET" go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest