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!
- Host: GitHub
- URL: https://github.com/gauben/bastion
- Owner: GauBen
- License: agpl-3.0
- Created: 2022-02-14T13:00:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T20:36:59.000Z (over 2 years ago)
- Last Synced: 2025-01-11T17:30:18.622Z (4 months ago)
- Language: Svelte
- Homepage:
- Size: 2.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bastion
Bastion is a CTF challenge of the THCon 2022, in the web category.
![]()
## 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