Skip to content

Automated Parrot OS setup script for HTB (Hack The Box) environments. This script configures Parrot OS with essential tools and updates for penetration testing, vulnerability scanning, and ethical hacking. It includes a self-erasing function upon successful execution.

License

Notifications You must be signed in to change notification settings

canstralian/parrot-os-htb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parrot HTB Setup Script

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.

Usage

  1. Clone the repository:

    git clone https://github.com/canstralian/parrot_htb_setup.git
  2. Navigate to the project directory:

    cd parrot_htb_setup
  3. Make the script executable:

    chmod +x parrot_htb_setup.sh
  4. 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.

Requirements

  • Parrot OS (or compatible Debian-based distribution)
  • Internet connection

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you have suggestions or improvements.

Acknowledgments

  • Hack The Box for providing a platform for learning and practicing penetration testing skills.

About

Automated Parrot OS setup script for HTB (Hack The Box) environments. This script configures Parrot OS with essential tools and updates for penetration testing, vulnerability scanning, and ethical hacking. It includes a self-erasing function upon successful execution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages