diff --git a/experiment-infra/victim/script.sh b/experiment-infra/victim/script.sh index a234ced..6a37ee9 100755 --- a/experiment-infra/victim/script.sh +++ b/experiment-infra/victim/script.sh @@ -2,4 +2,8 @@ echo Waiting 10 seconds for Tor to boot up sleep 10 -curl --socks5 127.0.0.1:9050 google.de +while true; do + curl --socks5 127.0.0.1:9050 https://rsca.vanrissenbeck.com/100MB.bin > /dev/null + echo "Downloaded 100MB. Waiting for 5 seconds before next download." + sleep 5 +done