Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

[web] fire-leak

Description

It's time to leak quickly.

  • Challenge: http://fire-leak.asisctf.com:3000
  • Admin bot: http://fire-leak.asisctf.com:1337

Attachments

Usage

Launch a challenge server:

cd challenge
docker compose up

Run the author's solver:

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

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