mirror of https://github.com/1N3/Sn1per.git
Update and rename install.sh to installv1.sh
This commit is contained in:
parent
c286e74e22
commit
72c4df046d
|
|
@ -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
|
||||
Loading…
Reference in New Issue