/Docker-ropper

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

Primary LanguageDockerfile

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