Sign inSign up

platypew/pwnbox

By platypew

Updated over 6 years ago
Archived

VMs are bloat. Dockerise your CTF tools!

Image
0

372

platypew/pwnbox repository overview

Notice

This pwnbox is no longer being maintained. Get the new pwnbox here: https://github.com/PlatyPew/pwnbox-v2

PlatyPew's PwnBox

Because who needs a virtual machine?

Installation

You can either build it yourself using ./build.sh, or pull it from docker hub.

Build yourself

./build.sh
./run.sh <name of container>

Pull from docker hub (It's faster, but packages may be outdated)

docker pull platypew/pwnbox
./run.sh <container name>

Usage

How to use this

General

By executing run.sh, you will effectively start the container and attach to it. Upon exiting the container, the container will be stopped. To re-attach to it, do docker start <container name> and docker attach <container name>

PwnBox will also mount a directory pwnbox-<container name> to /root/shared.

Installing tools

PwnBox comes with ctf-tools by zardus.

To install programs, just do manage-tools install <tool>. You can get more information from the repo.

By default, no tools are installed, but the dependencies should be.

Other stuffu

Good luck for your CTFs, and hack harder.

Tag summary

Content type

Image

Digest

Size

401.3 MB

Last updated

over 6 years ago

docker pull platypew/pwnbox