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

mapping urandom to random at runtime (run-cscan.sh)

parent 86848fcf
No related branches found
No related tags found
No related merge requests found
VERSION=v1.0.4
VERSION=v1.0.5
SERVICE=vat-genscan
......@@ -13,6 +13,10 @@ if [ $? -ne 0 ]; then
exit 2
fi
#mounting random to urandom to prevent blocking because lack of entropy (ZAP certificate creation)
rm /dev/random
ln -s /dev/urandom /dev/random
cd /root/cscan
rm output/*
echo "${TARGET}" > websites.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment