Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.23 KB

Pwnbox


Pwnbox is a customized, online Parrot Security Linux distribution with many hacking tools pre-installed. You can use it to play in our labs without installing a local VM serving the same purpose. @HackTheBox.




This repo contains Ansible playbooks to configure a Parrot OS HTB Edition VM to replicate the Pwnbox provided by HackTheBox.

Based on IppSec's customiaztions, I simply tweaked it and added configurations that I exported.

Tested with:

Usage

Update/upgrade your packages first:

sudo apt update -y && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt autoclean -y

Then run:

git clone https://github.com/4renwald/pwnbox
cd pwnbox
sudo apt update
sudo apt install python3-venv -y
python3 -m venv pwnbox
source pwnbox/bin/activate
yes | pip3 install ansible pipx
ansible-playbook main.yml