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 installPrepare the docker images
docker compose buildWhen the competition starts run
poetry run python -m worker autosetupand follow the instructions
After the competition you can cleanup the data with
docker compose down -v