Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
apogiatzis committed Apr 28, 2024
2 parents 66646b6 + 1c7ff0d commit e96cf90
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Although some of the challenges may run as is, it is recommended that you have d
| [Andromeda Cloud Storage](./crypto/andromeda-cloud-storage) | feltf |
| [Andromeda Cloud Storage v2](./crypto/andromeda-cloud-storage-v2) | feltf |
| [Identity Thief](./crypto/identity-thief) | tratrafe2 |
| [Inverted Oracle](./crypto/inverted-oracle) | rok0s |



Expand Down
28 changes: 28 additions & 0 deletions crypto/inverted-oracle/README.md
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
```

0 comments on commit e96cf90

Please sign in to comment.