Skip to content
Snippets Groups Projects
Commit 894947f5 authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

updated cscan installer: rust dependency

parent 94eff82d
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment