Skip to content

for those times you want to ctf but forgot to set up your environment

License

Notifications You must be signed in to change notification settings

dancwpark/ctf-quick-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTF Docker Setup

Tested on Ubuntu 22.04.03 LTS x86_64

Build

docker build -t ctf -f Dockerfile .

Run/Us

  • cd $challenge\_dir
  • docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -it --rm -v"$(pwd):/home/user/chall" --name ctf ctf
    • I usually add this to my [bash|zsh]rc as an alias

Stats

  • 4.16 GB image size

About

for those times you want to ctf but forgot to set up your environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published