-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/cybermouflons/CCSC-CTF-2024
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Inverted Oracle | ||
|
||
[![Try in PWD](https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png)](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/crypto/inverted-oracle/docker-compose.yml) | ||
|
||
|
||
**Category**: crypto | ||
|
||
**Author**: rok0s | ||
|
||
## Description | ||
|
||
Infiltrating the Orion Secure Terminal is the only path forward in uncovering the secrets of Project Echo | ||
This high-security terminal, designed to control and monitor key aspects of the project, uses | ||
advanced cryptography to ensure that none of its secrets are leaked. Can you possible invert its security mechanisms? | ||
|
||
|
||
|
||
## Run locally | ||
|
||
Launch challenge: | ||
``` | ||
curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/crypto/inverted-oracle/docker-compose.yml | docker compose -f - up -d | ||
``` | ||
|
||
Shutdown challenge: | ||
``` | ||
curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/crypto/inverted-oracle/docker-compose.yml | docker compose -f - down | ||
``` |