All Projects → SniperOJ → Jeopardy Dockerfiles

SniperOJ / Jeopardy Dockerfiles

🇨🇳 🏁 🚩 Dockerfiles of CTF Challenges running on SniperOJ

Projects that are alternatives of or similar to Jeopardy Dockerfiles

Ds Take Home
My solution to the book A Collection of Data Science Take-Home Challenges
Stars: ✭ 1,004 (+780.7%)
Mutual labels:  challenge
Owasp Workshop Android Pentest
Learning Penetration Testing of Android Applications
Stars: ✭ 60 (-47.37%)
Mutual labels:  challenge
Front End Challenge
Challenge for those seeking a role as a front-end developer @amarofashion
Stars: ✭ 88 (-22.81%)
Mutual labels:  challenge
Cvpr clvision challenge
CVPR 2020 Continual Learning Challenge - Submit your CL algorithm today!
Stars: ✭ 52 (-54.39%)
Mutual labels:  challenge
Mlkatas
A series of self-correcting challenges for practicing your Machine Learning and Deep Learning skills
Stars: ✭ 58 (-49.12%)
Mutual labels:  challenge
Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+888.6%)
Mutual labels:  challenge
Dstc7 Audio Visual Scene Aware Dialog Avsd Challenge
Stars: ✭ 37 (-67.54%)
Mutual labels:  challenge
Dailycodingproblem
Stars: ✭ 113 (-0.88%)
Mutual labels:  challenge
Bootcamp Launchbase Desafios 02
Desafios do segundo módulo do Bootcamp Launchbase 🚀👨🏻‍🚀
Stars: ✭ 58 (-49.12%)
Mutual labels:  challenge
Bughunt
A weekly challenge where we share some code and you find a bug in it.
Stars: ✭ 68 (-40.35%)
Mutual labels:  challenge
Evalai
☁️ 🚀 📊 📈 Evaluating state of the art in AI
Stars: ✭ 1,087 (+853.51%)
Mutual labels:  challenge
Pathwar
☠️ The Pathwar Project ☠️
Stars: ✭ 58 (-49.12%)
Mutual labels:  challenge
Javascript30
Participating in 30 Day Vanilla JS Challenges by @wesbos
Stars: ✭ 67 (-41.23%)
Mutual labels:  challenge
Bootcamp Gostack Desafio 06
Desafio do sexto módulo do Bootcamp GoStack 🚀👨🏻‍🚀
Stars: ✭ 49 (-57.02%)
Mutual labels:  challenge
60 days rl challenge
60_Days_RL_Challenge中文版
Stars: ✭ 92 (-19.3%)
Mutual labels:  challenge
Code problems
Code Problems from LeetCode website and other fun code problems websites. The goal is to help people studying for coding interviews.
Stars: ✭ 40 (-64.91%)
Mutual labels:  challenge
Didn
Pytorch Implementation of "Deep Iterative Down-Up CNN for Image Denoising".
Stars: ✭ 61 (-46.49%)
Mutual labels:  challenge
Cinc Challenge2017
ECG classification from short single lead segments (Computing in Cardiology Challenge 2017 entry)
Stars: ✭ 112 (-1.75%)
Mutual labels:  challenge
Chingu Fcc Speedrun Challenge
Challenge for the Chingu Cohorts
Stars: ✭ 94 (-17.54%)
Mutual labels:  challenge
Didi challenge ros
Roslaunch to visualize a rosbag file from Udacity (DiDi Challenge)
Stars: ✭ 69 (-39.47%)
Mutual labels:  challenge

SniperOJ Dockerfiles

SniperOJ is an open source CTF(Capture The Flag) Platform.

  • Everything is open source, including platform and all challenges.
  • Dockfiles never use private images, so you can see all operations while build a vulnerability environment.

This repo will store all Dockerfiles of challenges running on SniperOJ.
You don't need to worry about how to build a challenging environment.
All you need to do is typing a few commands and then you can start to solve the challenges.
Enjoy your CTF career, Keep running!

Requirements

# Docker
sudo apt install docker.io
# Docker-compose
sudo apt install docker-compose

How to use?

# 1. Make sure that you have docker and docker-compose installed
# 2. Clone this repo
git clone https://github.com/SniperOJ/CTF-Challenge-Dockerfiles.git

# Enter the challenge directory which you are interested, eg: web/bypass-php-exit/
cd web/bypass-php-exit/

# 3. Change the listen port for forwarding if you want
# A example of docker-compose.yml will be like that:
# version: '2'
# services:
#     web:
#         build: .
#         ports:
#             - '80:80' # you can change the port if you want
#         stdin_open: true
#         tty: true

vim docker-compose.yml

# 4. Build the docker image
docker-compose build

# 5. Run the environment
docker-compose run

# 6. Enjoy the challenge

How to contribute?

CONTRITUBE.md

Challenges

WEB

Competition Name Type Author Level Writeup
2018-SUCTF homework WEB Wisdom Tree ⭐️⭐️⭐️ RESERVED
SniperOJ 2048 WEB WangYihang ⭐️ RESERVED
SniperOJ as-fast-as-you-can WEB WangYihang ⭐️ RESERVED
SniperOJ baby-eval WEB Reversed ⭐️ RESERVED
SniperOJ bypass-php-exit WEB Reversed ⭐️ RESERVED
SniperOJ guess-the-code WEB Reversed ⭐️⭐️ RESERVED
SniperOJ phar WEB WangYihang ⭐️⭐️⭐️ RESERVED
RESERVED php-object-injection WEB Reversed ⭐️ RESERVED
SniperOJ php-weak-type WEB Reversed ⭐️ RESERVED
SniperOJ punctuation-webshell WEB WangYihang ⭐️⭐️ RESERVED
SniperOJ sniperoj-web-browser WEB WangYihang ⭐️ RESERVED
SniperOJ md5-vs-injection WEB WangYihang ⭐️ RESERVED
SniperOJ inject-again WEB WangYihang ⭐️⭐️ RESERVED
RESERVED hard-injection-via-update WEB Reversed ⭐️⭐️⭐️ RESERVED
SniperOJ trick-on-base64 WEB XDCTF-2017 & WangYihang ⭐️⭐️⭐️ RESERVED
SniperOJ r-cursive-revenge WEB 超威蓝猫 & WangYihang ⭐️⭐️⭐️ RESERVED
SniperOJ pull-the-string WEB WangYihang ⭐️⭐️ RESERVED
SniperOJ baby-ssrf WEB WangYihang ⭐️⭐️ RESERVED
2019-Ogeek AndroidPHP WEB Jingzhe ⭐️⭐️⭐️ RESERVED

MISC

Competition Name Type Author Level Writeup
SniperOJ compare-flag MISC WangYihang ⭐️ RESERVED
Ringzer0team bash-jail MISC ringzer0team ⭐️ RESERVED
SniperOJ md5-collision MISC WangYihang ⭐️ RESERVED

PWN

Competition Name Type Author Level Writeup
2016-ACTF run-circles PWN Reversed ⭐️ RESERVED
SniperOJ advanced-leak-x86 PWN WangYihang ⭐️⭐️ RESERVED
SniperOJ bof-x86-64 PWN WangYihang ⭐️ RESERVED
SniperOJ leak-x86 PWN WangYihang ⭐️ RESERVED
SniperOJ printable PWN WangYihang ⭐️⭐️ RESERVED
SniperOJ shellcode-x86-64 PWN WangYihang ⭐️ RESERVED
SniperOJ shorter-shellcode-x86-64 PWN WangYihang ⭐️⭐️ RESERVED

FAQ

Frequently Asked Questions

Acknowledgement

Reference

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].