Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 844 Bytes

File metadata and controls

28 lines (16 loc) · 844 Bytes

Remote Control - Revenge

Try in PWD

Category: web

Author: GramThanos

Description

We can now monitor our server securely. (the intended way)

Author: GramThanos

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2025/master/web/remote-control-revenge/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2025/master/web/remote-control-revenge/docker-compose.yml | docker compose -f - down