Sign inSign up

pwndevils/pwndevils

By pwndevils

Updated over 7 years ago

Image
0

862

pwndevils/pwndevils repository overview

pwnbox

pwnbox is a dockerized environment for quick reversing and pwning. Essentially, a command line VM for pwning.

Installation

Install Docker. Since Docker is compatible with Windows, Linux, and OS X--with some caveats. Once installed, run:

docker pull mahaloz/pwnbox

Usage

pwnbox follows all the same rules as a normal docker container. To run pwnbox:

docker run -it --rm mahaloz/pwnbox

which will start the container, and delete it after usage.

Mounting Volumes

Often, we want to save data generated in pwnbox or simply use data stored on our host machine. To mount a volume from your host computer into pwnbox do:

docker run -it --rm -v /path/in/pwnbox/:/path/in/host/ mahaloz/pwnbox

Tag summary

Content type

Image

Digest

Size

1.9 GB

Last updated

over 7 years ago

docker pull pwndevils/pwndevils