generated from PlexSheep/rs-base
docs: readme make it officially a ctf-hosting platform
cargo devel CI / cargo CI (push) Successful in 1m59s
Details
cargo devel CI / cargo CI (push) Successful in 1m59s
Details
This commit is contained in:
parent
f1b30935b8
commit
99a01d07fa
|
@ -1,6 +1,9 @@
|
|||
# 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
|
||||
|
||||
|
@ -42,7 +45,7 @@ you should probably use some kind of VM, or at least a container to host this.
|
|||
|
||||
### 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
|
||||
easily in a docker container:
|
||||
|
||||
|
@ -50,7 +53,7 @@ easily in a docker container:
|
|||
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).
|
||||
|
||||
### The regular way
|
||||
|
|
Loading…
Reference in New Issue