Mvrk42 / mypwndock

My customized docker image used for binary exploitation and RE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My customized docker image used for binary exploitation and RE


Languages

Language:Dockerfile 52.8%Language:Shell 47.2%