Skip to content

Files

Latest commit

ab4d8c4 · May 21, 2024

History

History

snake

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 20, 2024
May 20, 2024
May 21, 2024

Snake

Author Category Difficulty Points Solves First Blood
Xia0o0o0o Pwn Easy 146 16 BYU Cyberia

Description

A simple snake game.

To connect to the challenge, please use ssh root@ip -p port with password password after creating the container.

Challenge Files

dist.zip

Build

cd challenge
docker build -t snake ./
docker run -d --rm -e GZCTF_FLAG=sdctf{testflag} -p 12345:12345 snake:latest

connect to the challenge

ssh root@localhost -p 12345