Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cybermouflons/CCSC-CTF-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
neochristou committed Apr 30, 2024
2 parents 5303468 + ff0dea1 commit 03f7012
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Although some of the challenges may run as is, it is recommended that you have d

| Name | Author |
| ---- | ------ |
| [Armored Up](./misc/armored-up) | neo |
| [Metadata Matters](./misc/metadata-matters) | YetAnotherAlt123 |
| [Password Keep](./misc/password-keep) | YetAnotherAlt123 |
| [Superguesser Part 1](./misc/superguesser) | koks |
Expand Down
31 changes: 31 additions & 0 deletions misc/armored-up/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Armored Up

[![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/misc/armored-up/docker-compose.yml)


**Category**: misc

**Author**: neo

## Description

You managed to exfiltrate a super secret Project Echo file, but it's really
well protected. Can you figure out the correct password?

Note:
$ python3 --version
Python 3.11.2



## Run locally

Launch challenge:
```
curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/misc/armored-up/docker-compose.yml | docker compose -f - up -d
```

Shutdown challenge:
```
curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/misc/armored-up/docker-compose.yml | docker compose -f - down
```

0 comments on commit 03f7012

Please sign in to comment.