mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-04-22 11:03:16 +02:00
Add new go software
This commit is contained in:
parent
ac7e898f8b
commit
4a722df494
16
pentools.sh
16
pentools.sh
@ -90,6 +90,22 @@ software() {
|
|||||||
else
|
else
|
||||||
printf ${ITALIC_LIGHT_CYAN}"[~] ffuf is already installed, skipping...\n"
|
printf ${ITALIC_LIGHT_CYAN}"[~] ffuf is already installed, skipping...\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! command -v chisel &> /dev/null
|
||||||
|
then
|
||||||
|
printf ${GREEN}"[+] chisel\n"
|
||||||
|
go install github.com/jpillora/chisel@latest >/dev/null 2>&1
|
||||||
|
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
|
fi
|
||||||
|
|
||||||
if ! command -v pip &> /dev/null
|
if ! command -v pip &> /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user