From 2c50858893a7e822b34f0ebd7ad5f9ad25f044a0 Mon Sep 17 00:00:00 2001 From: rpriven <74690648+rpriven@users.noreply.github.com> Date: Wed, 12 Oct 2022 22:50:00 -0600 Subject: [PATCH] Update toolbelt.sh --- toolbelt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."