A fast to setup support server for AD ctfs
- poetry >= 1.3.0
- python >= 3.8
- docker/podman
- docker compose >= 2
- docker
- docker compose
- ssh
Note: they need to available to be installed from a package manager
- tcpdump
- iproute2
- git
Download the latest version from the release section
Install the python dependencies with poetry
poetry install
Prepare the docker images
docker compose build
When the competition starts run
poetry run python -m worker autosetup
and follow the instructions
After the competition you can cleanup the data with
docker compose down -v