Skip to content

mbund/docker-ctf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu based container for playing CTFs. Recommended that you use podman for correct user permissions so you can use the mounted filesystem seemlessly.

Features

  • tools like pwntools, pwninit, etc. and 32-bit x86 support
  • zsh with autocomplete and more
  • gdb with gef
  • tmux configuration
  • helix editor (with LSP built in)
  • automatic updates weekly (Thursdays at midnight UTC)

usage video

Run

podman run -d --name ctf -v $PWD:/root/ctf ghcr.io/mbund/ctf:latest
podman exec -it ctf zsh