diff --git a/toolbelt.sh b/toolbelt.sh index 165434a..15d11b8 100644 --- a/toolbelt.sh +++ b/toolbelt.sh @@ -64,7 +64,7 @@ if [ ! -d /opt/waymore ]; then fi echo "[+] Installing wfuzz and scrapy..." -pip install wfuzz scrapy +pip3 install wfuzz scrapy # Go Tools echo "[+] Installing nuclei..."