The CLI tool that lets you easily deploy, customize and manage PwnBox containers.
Project description
pwnbox-cli
The CLI tool that lets you easily deploy, customize and manage PwnBox.
Features
- A fully customizable deployment of PwnBox using a config file.
- Automatic update checks for newer PwnBox images and CLI.
- Verbose output so you can tell what commands are being run.
- Easy deployment and teardown of PwnBox containers.
- View image download progress in real-time.
- Cool ASCII banners.
Installation
Using Python >= 3.6, you can install this CLI using pip directly:
pip install pwnbox
And that's it! You're all set to use PwnBox CLI!
Usage
$ pwnbox -h # or --help
usage: pwnbox [-h] [-v] [--version] [-b] [-n] [-c CONFIG] [-t TIMEOUT] COMMAND
Launch and manage PwnBox containers.
positional arguments:
COMMAND The action to perform.
optional arguments:
-h, --help show this help message and exit
-v, --verbose Enable verbose output.
--version Print the current version of the program.
-b, --no-banner Disable printing the banner.
-n, --no-update Disable the automatic check for newer PwnBox versions.
-c CONFIG, --config CONFIG
Specify the path to a PwnBox config file.
-t TIMEOUT, --timeout TIMEOUT
Specify the timeout of waiting for SSH to be available.
Commands:
up Starts the PwnBox container if not already started, and connects to it.
down Stop the PwnBox container.
pull Download the latest PwnBox image.
generate Write the default config to a file.
Configuration
All configuration of the PwnBox container can be done from pwnbox.conf
, which is by default stored (and created on first run) at $HOME/.pwnbox/pwnbox.conf
.
The configuration file syntax is as follows:
[IMAGE]
# Where to pull the image from, can be 'ghcr.io' or 'registry.hub.docker.com'
DOCKER_REPOSITORY=registry.hub.docker.com
# The tag of the image to pull. Can be any specific version you'd like
IMAGE_TAG=latest
[CONTAINER]
# Name of the container that Docker will give
NAME=pwnbox
# Hostname inside the container
HOSTNAME=pwnbox
# Should the container run privileged?
PRIVILEGED=true
# Should the container be removed when stopped?
AUTO_REMOVE=true
# Enable this to run GUI applications outside the container
X11_FORWARDING=true
# Enable this to automatically forward all ports and have direct interace access (only linux)
HOST_NETWORKING=true
# What ports would you like forwarded? (syntax HOST:CONTAINER with multiple ones being comma seperated)
# Should keep 2222 for SSH port
FORWARDED_PORT=2222:2222,9000-9010:9000-9010
# Where to store the data thats from /mnt/external
EXTERNAL_VOLUME=$HOME/.pnbox/external
# Where to fetch public ssh keys from
SSH_VOLUME=$HOME/.ssh
You can always re-generate this file using pwnbox generate
and copy it to other places to have multiple configurations.
How It Works
When bringing up a container, the CLI will:
- Check if Docker is accesible
- Check if the desired PwnBox image is downloaded
- If it is, check if there is a newer version of the PwnBox image
- If not, download the latest version available of the image
- Bring up the PwnBox container with the desired settings
- If X11 Forwarding is enabled,
xhost
is executed to whitelist remote connections from localhost
- If X11 Forwarding is enabled,
- Wait for SSH to be available, then SSH into the container
Contributions
PRs are more than welcome! Fix bugs, add features, improve speed or anything else. I will gladly merge them once I have reviewed them.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pwnbox-1.4.4.tar.gz
.
File metadata
- Download URL: pwnbox-1.4.4.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7c93d20b9af81f98031b46f807d6e70b60ff6ffa4d8aa717e3be9c6cda54a78 |
|
MD5 | 3bbeca7ba6bc699aa270fc5a8ce0e8c3 |
|
BLAKE2b-256 | 672f04234539449e8822f5b2a9dbebf0d9584b0369dafc6b5fd3ade9beb7ca22 |
File details
Details for the file pwnbox-1.4.4-py3-none-any.whl
.
File metadata
- Download URL: pwnbox-1.4.4-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2c4e91b13c5aee572708c42d5340af53551a8251e3730ffc63b62d9fe4e22c5 |
|
MD5 | a625c4337ab71705e402ae517b37ac8d |
|
BLAKE2b-256 | 0d2e54161a9ba8ed3f33848211e4b7cc741127fba740e6e09122f5dcc1c08cd6 |