Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phith0n/code-breaking
- Owner: phith0n
- Created: 2019-02-03T12:58:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T07:50:39.000Z (over 4 years ago)
- Last Synced: 2024-12-13T14:59:07.787Z (15 days ago)
- Language: JavaScript
- Homepage: https://code-breaking.com/
- Size: 16.1 MB
- Stars: 275
- Watchers: 11
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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年题目运行方法请直接在具体题目页面查看。