Skip to content

minpeter/mathematician-in-wonderland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mathematician-in-wonderland

HISCON 2022 MISC 문제

로컬에서 구동하기

$ git clone https://github.com/minpeter/mathematician-in-wonderland.git
$ cd mathematician-in-wonderland
$ go run .

Docker로 구동하기

$ git clone https://github.com/minpeter/mathematician-in-wonderland.git
$ cd mathematician-in-wonderland
$ docker build -t mathematician-in-wonderland .
$ docker run -dp 5555:5555 mathematician-in-wonderland
# nc localhost 5555

About

⏳ CTF MISC time atack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages