CTF Training 经典赛题复现环境

作者:Sec-Labs | 发布时间:

项目地址

https://github.com/CTFTraining/CTFTraining

CTF Training

经典赛题复现环境

I need your help!!!

环境说明 Explain

  • docker-ce version 18.09+
  • docker-compose version 1.23+

Installation

# Install pip
curl -s https://bootstrap.pypa.io/get-pip.py | python3

# Install the latest version docker
curl -s https://get.docker.com/ | sh

# Run docker service
service docker start

# Install docker compose
pip install docker-compose

版权说明

项目内题目源码均从网络收集,如果侵权,请联系本人删除( virink@outlook.com

致谢及贡献者 Credits & Contributor

贡献指南 Contribution Guide

Repository Rules

Name Rules

比赛名称_年份_题目类型_题目名称_其他 GameName_Year_ChallengeName_Others /\w+_\d{4}_\w+_(\w+)+/

eg. westerns_2018_web_shrine and ctf473831530_2018_web_virink

Description Rules

Able to describe clearly what the challenge is.

eg.

  • 护网杯 2018 WEB (4) easy_laravel
  • CTF学习交流入群题 Web 20180626

文件规则

  • Dockerfile (必须)
  • docker-compose.yml (必须)
  • README.md (必须)
  • 源代码文件或目录 (必须)
  • vhost.conf
  • .gitignore
  • LICENSE

与其他挑战一样。

如何贡献挑战

  1. 在GitHub上创建一个挑战仓库
  2. 在本仓库中创建一个新的问题
  3. 等待审核
  4. 审核通过后,我们会fork你的仓库

如何更新现有的挑战

  1. 更新你的仓库
  2. 发起Pull Request
  3. 等待审核
  4. 审核通过后,我们会合并你的仓库
标签:工具分享, 学习笔记, CTF资源, ctf笔记