Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

[web] Cookie Spinner

Description

Do you like cookies? If so, go [here](http://153.127.199.64:3000) now!

Attachments

Usage

Launch a challenge server:

docker compose up

Run the author's solver:

docker run -it \
    -e SECCON_URL=http://localhost:3000 \
    -e HOOK_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.