/mypwndock

My customized docker image used for binary exploitation and RE

Primary LanguageDockerfile

PwnDock

This is my slightly customized version of pwndock. That image is pushed to docker cloud so this can build rather quickly.

Customization

To customize this image, just fork this repo and edit Dockerfile as you like. Take a peek at github.com/Grazfather/pwndock/blob/master/Dockerfile to see what's already included in the base image.

The management scripts call the image and the container both 'gpwn'. A simple search/replace can change that.

Installation

  1. Install Docker:
  1. Build: ./build -- This will pull the base image 'grazfather/pwndock' from docker hub and apply the customizations in Dockerfile on top.

Running it

Management:

  • start - Start up the built image.
  • stop - Stop the running container.
  • connect [COMMAND] - Connect to a running container. Starts a tmux session by default.