These are the source files for the challenges of Remedy CTF 2025.
- Install Docker.
- Run the infrastructure in
paradigm-ctf-infrastructure/
withdocker compose up -d
. - Run any challenge in the challenge folder with
docker compose up -d
. - Challenge is now available using
nc localhost 1337
.