victim
Runs a Python aiohttp server on port 8000 exposing a /v1/batch endpoint that accepts a file_url and fetches it without validation (SSRF). Also runs a separate metadata service on 127.0.0.1:8080 that simulates AWS EC2 instance metadata, returning fake credentials.
victim/app.py:1-86victim/metadata.py:1-21victim/start.sh:1-3