Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phith0n/code-breaking

Code-Breaking Puzzles
https://github.com/phith0n/code-breaking

Last synced: 3 days ago
JSON representation

Code-Breaking Puzzles

Awesome Lists containing this project

README

        

# Code-Breaking Puzzles dockerfiles && writeups

code-breaking puzzles: https://code-breaking.com/

这里是code-breaking puzzles游戏的所有环境与相关writeup。

## Code-breaking Puzzles 2018

2018年所有题目:

- [easy / php / function](2018/function)
- [easy / php / pcrewaf](2018/pcrewaf)
- [easy / php / phpmagic](2018/phpmagic)
- [easy / php / phplimit](2018/phplimit)
- [easy / node.js / nodechr](2018/nodechr)
- [medium / java / javacon](2018/javacon)
- [medium / php / lumenserial](2018/lumenserial)
- [hard / python / picklecode](2018/picklecode)
- [hard / node.js / thejs](2018/thejs)

2018年题目运行要求:

- Docker CE 18.0+
- Docker-Compose

运行方法:

```bash
# 进入某个题目目录
cd /path/to/puzzle

# 运行环境
docker-compose up -d

# 环境运行后,在docker-compose.yml中查看端口,访问即可
```

## Code-breaking Puzzles 2020

2020年题目(不再举办统一比赛,题目陆续发出):

- [easy / bash / bashinj](2020/bashinj)

2020年题目运行方法请直接在具体题目页面查看。