docs: readme make it officially a ctf-hosting platform
cargo devel CI / cargo CI (push) Successful in 1m59s Details

This commit is contained in:
Christoph J. Scherr 2024-09-09 12:15:18 +02:00
parent f1b30935b8
commit 99a01d07fa
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Wooly-Vault # Wooly-Vault
A few small challenges for ⚒️ Rust Hackers 🦀 Managing Platform for Hacking challenges, written in Rust 🦀.
Wooly-Vault is a small platform for hosting CTF-like hacking challenges. It is
currently in the early stages of development.
## Configuration ## Configuration
@ -42,7 +45,7 @@ you should probably use some kind of VM, or at least a container to host this.
### Docker ### Docker
Wooly-Vault has a [Dockerfile](./Dockerfile) and a Wooly-Vault has a [Dockerfile](./Dockerfile) and a
[docker compose specification](./docker-compose.yml), so you can run it [docker compose specification](./docker-compose.yml), so you can run it
easily in a docker container: easily in a docker container:
@ -50,7 +53,7 @@ easily in a docker container:
WOOLY_SECRET=my_flag docker compose up WOOLY_SECRET=my_flag docker compose up
``` ```
To configure what challenge is served and on what networking adress, tweak To configure what challenge is served and on what networking adress, tweak
[docker-compose.yml](./docker-compose.yml). [docker-compose.yml](./docker-compose.yml).
### The regular way ### The regular way