added example of using the victim container
This commit is contained in:
parent
9968f61e83
commit
5d028bab7e
@ -1,8 +1,11 @@
|
||||
services:
|
||||
victim:
|
||||
image: ghcr.io/deinernstjetzt/rsca-victim
|
||||
command: /script.sh
|
||||
environment:
|
||||
# Guard #1
|
||||
GUARD: "95.85.53.75:30720"
|
||||
# Guard #2
|
||||
# GUARD: "64.225.67.64:62268"
|
||||
volumes:
|
||||
- ./script.sh:/script.sh:ro
|
||||
|
5
experiment-infra/victim/script.sh
Executable file
5
experiment-infra/victim/script.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo Waiting 10 seconds for Tor to boot up
|
||||
sleep 10
|
||||
|
||||
curl --socks5 127.0.0.1:9050 google.de
|
Loading…
Reference in New Issue
Block a user