Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 834 Bytes

File metadata and controls

27 lines (16 loc) · 834 Bytes

Popcorn and Payloads

Try in PWD

Category: web

Author: kallenosf

Description

Lights, camera, action! Can you see behind the scenes?

Note: Admins/Moderators access the app at http://web-app/

Run locally

Launch challenge:

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

Shutdown challenge:

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