added example of using the victim container

This commit is contained in:
Fabian van Rissenbeck 2025-06-02 10:11:44 +02:00
parent 9968f61e83
commit 5d028bab7e
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View File

@ -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

View 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