This repository contains a Bash script designed to automate the setup of Parrot OS for Hack The Box (HTB) environments. The script performs the following tasks:
- Updates and upgrades the system.
- Installs essential penetration testing tools.
- Configures user credentials for the system.
- Cleans up unnecessary files.
- Includes a self-erasing function upon completion.
-
Clone the repository:
git clone https://github.com/canstralian/parrot_htb_setup.git
-
Navigate to the project directory:
cd parrot_htb_setup
-
Make the script executable:
chmod +x parrot_htb_setup.sh
-
Run the script with superuser privileges:
sudo ./parrot_htb_setup.sh
The script will run and configure your Parrot OS system for HTB usage, then automatically erase itself after completion.
- Parrot OS (or compatible Debian-based distribution)
- Internet connection
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have suggestions or improvements.
- Hack The Box for providing a platform for learning and practicing penetration testing skills.