From bf4e2aa393f55b9f7a77f46f43119b3d881e07fd Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 14 Jun 2018 17:10:56 +0200 Subject: [PATCH] - Added more tools for viper --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 2feb2a2..308c59b 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -521,7 +521,7 @@ sudo pip3 install stix2 > /dev/null 2>&1 echo "--- Installing viper-framework ---" cd /usr/local/src/ -sudo apt-get install -y libssl-dev swig python3-ssdeep p7zip-full unrar sqlite +sudo apt-get install -y libssl-dev swig python3-ssdeep p7zip-full unrar sqlite python3-pyclamd exiftool sudo pip3 install SQLAlchemy PrettyTable python-magic 2>&1 sudo git clone https://github.com/viper-framework/viper.git cd viper