Some tools integrated image for easy CTF or education. It also could be used for sandboxing.
$ git clone https://github.com/Ch1keen/pwnable-docker
$ docker build -t ch1keen/pwnable ./pwnable-docker
$ docker run -it --cap-add=SYS_PTRACE --security-opt seccomp=unconfined ch1keen/pwnable
(See what that fucking options mean : https://stackoverflow.com/questions/19215177/how-to-solve-ptrace-operation-not-permitted-when-trying-to-attach-gdb-to-a-pro/32274645)
- Radare2 (https://github.com/radare/radare2)
- r2pm
- r2dec (https://github.com/wargio/r2dec-js)
- Pwntools (https://github.com/Gallopsled/pwntools)
- pwntools-ruby (https://github.com/peter50216/pwntools-ruby)
- Peda-heap (https://github.com/Mipu94/peda-heap)
- one_gadget (https://github.com/david942j/one_gadget)
- tracers
- strace
- ltrace
- packer
- upx
- Add various tools
- Make user select pwndbg or gdb-peda (or both!)
- Supporting QEMU