Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 637 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 637 Bytes

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