Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 864 Bytes

File metadata and controls

28 lines (16 loc) · 864 Bytes

Gatekeeper

Try in PWD

Category: reverse

Author: rok0s

Description

Think you're sharp enough to slip past every gate and claim the secrets they swore none could reach?

Important note: One of the endpoints below is the node RPC endpoint!

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2025/master/reverse/gatekeeper/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2025/master/reverse/gatekeeper/docker-compose.yml | docker compose -f - down