Skip to content

Ch1keen/pwnable-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Pwnable-Docker

Some tools integrated image for easy CTF or education. It also could be used for sandboxing.

How To Run

$ 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)

Included tools

Further works

  • Add various tools
  • Make user select pwndbg or gdb-peda (or both!)
  • Supporting QEMU

Releases

No releases published

Packages

No packages published