Skip to content

Files

Latest commit

c860dd0 · Feb 10, 2024

History

History

README.md

[web] cgi-2023

Description

CGI is one of the lost technologies.

  • Challenge: http://cgi-2023.{int,dom}.seccon.games:3000
  • Admin bot: http://cgi-2023.{int,dom}.seccon.games:1337

Attachments

Usage

Launch a challenge server:

cd build
docker compose up

Run the author's solver:

docker run -it --rm \
    -e WEB_BASE_URL=http://localhost:3000 \
    -e BOT_BASE_URL=http://localhost:1337 \
    -e ATTACKER_BASE_URL=http://attacker.example.com \
    -p 8080:8080 --network=host \
    (docker build -q ./solver)

where http://attacker.example.com is an origin forwarded to http://localhost:8080.