Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

[jail] 1linepyjail

Description

1 line :)

nc 1linepyjail.seccon.games 5000

Attachments

Usage

Launch a challenge server:

cd build
docker compose up

Run the author's solver:

docker run -it \
    -e SECCON_HOST=localhost \
    --network=host \
    (docker build -q ./solver)