diff --git a/MANIFEST b/MANIFEST
index f6fc1b6e1417817bc5573903af3f9647a93978a1..c5a654044bc04382938605d7481f6953d5b65f03 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,3 @@
-VERSION=v1.0.4
+VERSION=v1.0.5
 SERVICE=vat-genscan
 
diff --git a/run-cscan.sh b/run-cscan.sh
index 84b713c5b284aa80f84bd7fbe462d42262a38bd4..8c4d6c04efa0bd1d3a9ffd29273a24ca5717a9e8 100644
--- a/run-cscan.sh
+++ b/run-cscan.sh
@@ -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