From 82c2f91490da028e8d0e2a3b967ee554746509ad Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sat, 11 Feb 2023 06:35:55 -0500 Subject: [PATCH] Update nuclei install --- pentools.sh | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pentools.sh b/pentools.sh index a7001a0..2d95ed7 100755 --- a/pentools.sh +++ b/pentools.sh @@ -81,6 +81,9 @@ software() { printf ${GREEN}"[+] sshuttle\n" sudo apt install sshuttle >/dev/null 2>&1 + + printf ${GREEN}"[+] nuclei\n" + sudo apt install nuclei >/dev/null 2>&1 if ! command -v go &> /dev/null then @@ -101,14 +104,6 @@ software() { else printf ${ITALIC_LIGHT_CYAN}"[~] chisel is already installed, skipping...\n" fi - - if ! command -v nuclei &> /dev/null - then - printf ${GREEN}"[+] nuclei\n" - go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest >/dev/null 2>&1 - else - printf ${ITALIC_LIGHT_CYAN}"[~] nuclei is already installed, skipping...\n" - fi fi if ! command -v pip &> /dev/null