Update toolbelt.sh

This commit is contained in:
rpriven 2022-10-12 22:45:47 -06:00 committed by GitHub
parent 13aa19a673
commit fc5026442f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,7 @@
# Sn1per
# TomNomNom tools..
figlet DjediToolbox | lolcat && echo "v.0.1"
figlet DjediToolbelt | lolcat && echo "v.0.1"
echo "[*] Installing Pentest & Bug Bounty Toolbox Suite..."
# if not sudo, exit
@ -24,10 +23,8 @@ if ! [ $(id -u) = 0 ]; then
exit 1
fi
echo "[+] Installing / Updating nmap naabu nuclei burpsuite feroxbuster nikto \
masscan gobuster seclists sqlmap git docker docker.io..."
sudo apt install nmap naabu nuclei burpsuite feroxbuster nikto \
masscan gobuster seclists sqlmap git docker docker.io
echo "[+] Installing / Updating nmap naabu nuclei burpsuite feroxbuster nikto masscan gobuster seclists sqlmap git docker docker.io..."
sudo apt install nmap naabu nuclei burpsuite feroxbuster nikto masscan gobuster seclists sqlmap git docker docker.io -y
cd /opt
if [ ! -d pimpmykali ]; then