Bastion is a CTF challenge of the THCon 2022, in the web category.
Bastion is a three-stage challenge about breaking a real-time messaging application.
The whole project is designed to run in a single container:
# Create a docker image
docker build . --tag bastion:latest
# Start the container
docker run -it -p 1314:1314 bastion:latest
AGPL 3.0 or later