Sign inSign up

pwndevils/pwnbox

By pwndevils

Updated over 5 years ago

A dockerized pwning enviornment for fast hacks!

Image
1

1.4K

pwndevils/pwnbox 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--pwnbox should be compatible with most OSes. once installed, run:

docker pull pwndevils/pwnbox

Usage

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

docker run -it --rm pwndevils/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 --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -it --rm -v /path/in/host/:/path/in/pwnbox/ pwndevils/pwnbox

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

over 5 years ago

docker pull pwndevils/pwnbox