Skip to content

v1.0.0

Latest

Choose a tag to compare

@gl0bal01 gl0bal01 released this 23 Mar 15:40

pwndocker-reverse v1.0.0

First stable release. Single Dockerfile CTF pwn/reverse-engineering environment on Ubuntu 24.04.

Highlights

  • 40+ pre-installed tools (pwntools, angr, Ghidra, IDA Free, Binary Ninja Free, AFL++, and more)
  • 7 disassemblers/decompilers (Ghidra, IDA Free, Binary Ninja Free, Cutter, radare2, rizin, retdec)
  • 3 GDB plugins (pwndbg, GEF, PEDA) with instant switching
  • Pre-populated zsh history with 97 searchable commands
  • Non-root ctf user with configurable UID/GID
  • X11 forwarding support for GUI tools

Quick Start

docker pull ghcr.io/gl0bal01/pwndocker-reverse:latest
docker run -it --rm --cap-add=SYS_PTRACE -v $(pwd):/ctf ghcr.io/gl0bal01/pwndocker-reverse