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 24, 2024
2 parents c39b8ea + cb294b7 commit 46b89e0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ Although some of the challenges may run as is, it is recommended that you have d



### pwn

| Name | Author |
| ---- | ------ |
| [Infiltration](./pwn/infiltration) | neo |



### web

| Name | Author |
Expand Down
26 changes: 26 additions & 0 deletions pwn/infiltration/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Infiltration

[![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/pwn/infiltration/docker-compose.yml)


**Category**: pwn

**Author**: neo

## Description

You finally manage to infiltrate Project Echo's systems, but it looks like they are guarding the secret information pretty well. If only there was a way to dump the secret...



## Run locally

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

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

0 comments on commit 46b89e0

Please sign in to comment.