diff --git a/install/cscan.sh b/install/cscan.sh
index 2fee44405d3c49594cc8e8215f80c845ab4481b5..7620593e2ba16f2728f6a427a55cec51d816c82c 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