https://github.com/imyelo/ddctf-2019-writeups
DDCTF 2019 Writeups
https://github.com/imyelo/ddctf-2019-writeups
ctf ddctf writeups
Last synced: 12 months ago
JSON representation
DDCTF 2019 Writeups
- Host: GitHub
- URL: https://github.com/imyelo/ddctf-2019-writeups
- Owner: imyelo
- Created: 2019-04-12T15:16:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T04:03:56.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T03:51:12.662Z (about 1 year ago)
- Topics: ctf, ddctf, writeups
- Language: JavaScript
- Homepage: https://yelo.cc/2019/04/13/ddctf-2019-writeups-intro.html
- Size: 735 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DDCTF-2019 Writeups
> Writeups for [DDCTF-2019](https://ddctf.didichuxing.com/)
## Writeups
- [0x00. Intro](https://yelo.cc/2019/04/13/ddctf-2019-writeups-intro.html)
- [0x01. Web 1 - 滴](https://yelo.cc/2019/04/13/ddctf-2019-writeups-web-1.html)
- [0x02. Web 2 - Web 签到题](https://yelo.cc/2019/04/14/ddctf-2019-writeups-web-2.html)
- [0x03. Web 3 - Upload IMG](https://yelo.cc/2019/04/14/ddctf-2019-writeups-web-3.html)
- [0x04. Web 4 - Homebrew Event Loop](https://yelo.cc/2019/04/14/ddctf-2019-writeups-web-4.html)
- ~~0x05. Web 5 - 欢迎报名 DDCTF (没做)~~
- [0x06. Web 6 - 大吉大利 今晚吃鸡](https://yelo.cc/2019/04/15/ddctf-2019-writeups-web-6.html)
- [0x07. Web 7 - MySQL 弱口令](https://yelo.cc/2019/04/18/ddctf-2019-writeups-web-7.html)
- [0x08. Web 8 - 再来 1 杯 Java](https://yelo.cc/2019/04/17/ddctf-2019-writeups-web-8.html)
- 0xff. 通关脚本 :point_down:
## 如何运行 writeups 内的脚本?
### Node.js 脚本
1. 准备 [Node.js LTS](https://nodejs.org/en/) 环境。
2. 下载仓库
```sh
git clone https://github.com/imyelo/ddctf-2019-writeups.git
```
3. 在项目根目录安装 Node.js 依赖:
```sh
npm i
```
### Python 脚本
1. 准备 [Python](https://www.python.org/downloads/) 环境即可。
若不想安装 Python,使用 https://eval.in/ 提供的服务亦可。
### PHP 脚本
推荐直接使用在线的运行服务:
- https://eval.in/
- https://phpfiddle.org/
### Java 脚本
~~这里没有这种东西~~
## License
[CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) and Apache-2.0 © [Yelo](https://yelo.cc/2019/04/13/ddctf-2019-writeups-intro.html) 2019 - present