Skip to content

Latest commit

 

History

History

inverted-oracle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Inverted Oracle

Try in PWD

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-2024/master/crypto/inverted-oracle/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/crypto/inverted-oracle/docker-compose.yml | docker compose -f - down