Jeopardy Dockerfiles

🇨🇳 🏁 🚩 Dockerfiles of CTF Challenges running on SniperOJ
Alternatives To Jeopardy Dockerfiles
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pwndocker557
2 months agogpl-3.0Dockerfile
A docker environment for pwn in ctf
Ctf_xinetd215
4 years agoDockerfile
A docker repository for deploying pwnable challenges in CTF
Pwn_docker_example156
2 years ago7Dockerfile
Example pwnable challenge hosted with docker
Stegbrute146
2 years ago2October 17, 2020apache-2.0Rust
Fast Steganography bruteforce tool written in Rust useful for CTF's
Jeopardy Dockerfiles135
2 months ago1CSS
:cn: :checkered_flag: :triangular_flag_on_post: Dockerfiles of CTF Challenges running on SniperOJ
Ctfbox72
5 years agoDockerfile
CTF box with most tools installed
Ctf Challenges68
2 years ago2mitJavaScript
An aggregation of CTF challenges and write-ups for csictf 2020!
Hitcondockerfile48
4 years agoapache-2.0Perl
Dockerfile for hitcon
Ctf Xinetd36
4 years ago1gpl-3.0Dockerfile
A docker image to hold pwn challenges in ctf war
Ctfpwn Env27
a month agomitPython
Script to setup pwn environment for CTF with Docker
Alternatives To Jeopardy Dockerfiles
Select To Compare


Alternative Project Comparisons
Readme

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

Popular Dockerfile Projects
Popular Capture The Flag Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Css
Dockerfile
Capture The Flag
Pwn