Skip to content

4renwald/pwnbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contributing

If I missed some configurations or you want to contribute, don't mind opening a PR or message me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published