From e68e1d55076bdf2b7b319927dcf12efde187e23d Mon Sep 17 00:00:00 2001 From: Marco Antonio Blanco Date: Mon, 16 Mar 2020 21:38:07 +0100 Subject: [PATCH] truffleHog must be installed with pip3 to be able solve its GitPython dependancy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 918c44f..322ee87 100755 --- a/install.sh +++ b/install.sh @@ -230,7 +230,7 @@ chmod +x $PLUGINS_PATH/findomain ## install_banner "truffleHog" -pip install truffleHog +pip3 install truffleHog cd $PLUGINS_PATH