Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 859 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 859 Bytes

Infiltration

Try in PWD

Category: pwn

Author: neo

Description

You finally managed 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-2024/master/pwn/infiltration/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

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