An open API service indexing awesome lists of open source software.

https://github.com/gauben/bastion

Bastion, the most secure messaging application to this date!
https://github.com/gauben/bastion

Last synced: 3 months ago
JSON representation

Bastion, the most secure messaging application to this date!

Awesome Lists containing this project

README

        

# Bastion

Bastion is a CTF challenge of the THCon 2022, in the web category.


Screenshot of the challenge

## Details

Bastion is a three-stage challenge about breaking a real-time messaging application.

The whole project is designed to run in a single container:

```bash
# Create a docker image
docker build . --tag bastion:latest

# Start the container
docker run -it -p 1314:1314 bastion:latest
```

## Writeups

* [Official write-up by Alexis Carn and Gautier Ben Aïm](./writeup.pdf)

## License

AGPL 3.0 or later