Skip to content

A Docker Container designed for crackme's and binary explotation CTF Challenges, Inspired from LiveOverflow

Notifications You must be signed in to change notification settings

cpueasy/Docker-ropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Docker-ropper

A Docker Container designed for crackme's and binary explotation CTF Challenges, Inspired from LiveOverflow and fixed

Linux Docker Setup

sudo apt install docker.io -y

Building Process

git clone https://github.com/cpueasy/Docker-ropper.git && cd Docker-ropper && docker build -t ctf:ubuntu19.10

Running Process

docker run --rm -v $PWD:/pwd --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name ctf -i ctf:ubuntu19.10

Running The Container

docker exec -it ctf /bin/bash

Resources

About

A Docker Container designed for crackme's and binary explotation CTF Challenges, Inspired from LiveOverflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published