Skip to content
/ ctfbox Public

The lighter, leaner, meaner ctfbox, without all the crap

Notifications You must be signed in to change notification settings

epadctf/ctfbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

ctfbox

The lighter, leaner, meaner ctfbox, without all the crap

Docker image

Build

Build Status

Installation/ Build

Pull the image from dockerhub using

docker pull epadctf/ctfbox

or build it yourself

git clone https://github.com/epadctf/ctfbox.git
cd ctfbox
docker build -t epadctf/ctfbox .

Run the ctfbox

Start the image

docker run -it epadctf/ctfbox

If you have problems with gdb or gdbserver you can run the container in privileged mode and with the host network.

sudo docker run -it --rm --privileged --net=host -v $(pwd):/root/ctf epadctf/ctfbox

About

The lighter, leaner, meaner ctfbox, without all the crap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published