VMs are bloat. Dockerise your CTF tools!
372
This pwnbox is no longer being maintained. Get the new pwnbox here: https://github.com/PlatyPew/pwnbox-v2
Because who needs a virtual machine?
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>
How to use this
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.
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.
Good luck for your CTFs, and hack harder.
Content type
Image
Digest
Size
401.3 MB
Last updated
over 6 years ago
docker pull platypew/pwnbox