All Projects → CTFTraining → Ctftraining

CTFTraining / Ctftraining

CTF Training 经典赛题复现环境

Projects that are alternatives of or similar to Ctftraining

Owasp Workshop Android Pentest
Learning Penetration Testing of Android Applications
Stars: ✭ 60 (-91.77%)
Mutual labels:  challenge, ctf
avast-ctf-cambridge-2018
🎖 A complete write-up of the Avast challenge given at Hack Cambridge 2018
Stars: ✭ 16 (-97.81%)
Mutual labels:  challenge, ctf
Hackerone Lessons
Transcribed video lessons of HackerOne to pdf's
Stars: ✭ 101 (-86.15%)
Mutual labels:  training, ctf
AHE17
Android Hacking Event 2017 Write-up
Stars: ✭ 40 (-94.51%)
Mutual labels:  challenge, ctf
HackerOne-Lessons
Transcribed video lessons of HackerOne to pdf's
Stars: ✭ 104 (-85.73%)
Mutual labels:  training, ctf
challenges
Security challenges and CTFs created by the Penultimate team.
Stars: ✭ 13 (-98.22%)
Mutual labels:  challenge, ctf
100 Days Of Code
Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
Stars: ✭ 5,307 (+627.98%)
Mutual labels:  challenge
Pentest Env
Pentest environment deployer (kali linux + targets) using vagrant and chef.
Stars: ✭ 610 (-16.32%)
Mutual labels:  ctf
Weblogger
针对ctf线下赛流量抓取(php)、真实环境流量抓取分析的工具
Stars: ✭ 547 (-24.97%)
Mutual labels:  ctf
Rootthebox
A Game of Hackers (CTF Scoreboard & Game Manager)
Stars: ✭ 527 (-27.71%)
Mutual labels:  ctf
Katasuperheroesandroid
Super Heroes Kata for Android Developers. The main goal is to practice UI Testing.
Stars: ✭ 680 (-6.72%)
Mutual labels:  training
Awesome Ctf
A curated list of CTF frameworks, libraries, resources and softwares
Stars: ✭ 6,465 (+786.83%)
Mutual labels:  ctf
Seccomp Tools
Provide powerful tools for seccomp analysis
Stars: ✭ 599 (-17.83%)
Mutual labels:  ctf
Platypus
🔨 A modern multiple reverse shell sessions manager wrote in go
Stars: ✭ 559 (-23.32%)
Mutual labels:  ctf
Amazon Sagemaker Examples
Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
Stars: ✭ 6,346 (+770.51%)
Mutual labels:  training
Secdevlabs
A laboratory for learning secure web and mobile development in a practical manner.
Stars: ✭ 547 (-24.97%)
Mutual labels:  training
Language Detection
A language detection library for PHP. Detects the language from a given text string.
Stars: ✭ 665 (-8.78%)
Mutual labels:  training
Name That Hash
🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 3000+ other hashes ☄ Comes with a neat web app 🔥
Stars: ✭ 540 (-25.93%)
Mutual labels:  ctf
Zeratool
Automatic Exploit Generation (AEG) and remote flag capture for exploitable CTF problems
Stars: ✭ 584 (-19.89%)
Mutual labels:  ctf
Javascripttraining
Training course repository for JavaScript
Stars: ✭ 658 (-9.74%)
Mutual labels:  training

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

版权说明

项目内题目源码均从网络收集,如果侵权,请联系本人删除( [email protected]

致谢及贡献者 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

File Rules

  • Dockerfile (require)
  • docker-compose.yml (require)
  • README.md (require)
  • SourceCode file or directory (require)
  • vhost.conf
  • .gitignore
  • LICENSE

Just like other challenge.

How to contribute challenge

  1. Create a challenge repository on GitHub
  2. Create a new issue in this repository
  3. Waiting for the audit
  4. We will fork your repository after approval

How to update existing challenge

  1. Update your repository
  2. Pull Request
  3. Waiting for the audit
  4. We will merge your repository after approval
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].