Update toolbelt.sh

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

View file

@ -64,7 +64,7 @@ if [ ! -d /opt/waymore ]; then
fi fi
echo "[+] Installing wfuzz and scrapy..." echo "[+] Installing wfuzz and scrapy..."
pip install wfuzz scrapy pip3 install wfuzz scrapy
# Go Tools # Go Tools
echo "[+] Installing nuclei..." echo "[+] Installing nuclei..."