From 894947f50474ab6995e98d29886182dab097d27c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?An=C5=BEe=20=C5=BDitnik?= <anze.zitnik@xlab.si>
Date: Thu, 18 Mar 2021 21:09:26 +0100
Subject: [PATCH] updated cscan installer: rust dependency

---
 install/cscan.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/install/cscan.sh b/install/cscan.sh
index 2fee444..7620593 100644
--- a/install/cscan.sh
+++ b/install/cscan.sh
@@ -5,6 +5,12 @@ set -e
 cd /tmp
 
 apt install -y libpq-dev
+
+#rust (needed for cryptography)
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
+source $HOME/.cargo/env
+pip3 install setuptools_rust
+
 pip3 install faradaysec psutil python-owasp-zap-v2.4
 
 wget -nv https://github.com/infobyte/faraday/archive/464bb0c979ea6821085a4390446bd038a62ac500.zip
-- 
GitLab