This repository contains a comprehensive server setup script designed to streamline the installation and configuration of essential packages and tools for bug bounty hunting and penetration testing on major Linux distributions, including Ubuntu, CentOS, Fedora.
- Automatically detects the operating system and installs packages accordingly
- Installs essential tools and libraries such as Vim, Git, Docker, Nginx, MySQL, PHP, and more
- Installs tools from source, including massdns, masscan, waymore, and others
- Installs Rust and various Rust-based tools
- Installs Go and various Go-based tools
- Configures Cloudflare Warp
- Ubuntu
- CentOS
- Fedora
-
Clone this repository to your server:
git clone https://github.com/jamaledim/Hunt-Setup.git cd Hunt-Setup
-
Make the script executable:
chmod +x setup.sh
-
Run the script:
sudo ./setup.sh
The script automatically detects the operating system using /etc/os-release
and runs the appropriate package installation commands for the detected OS.
For a detailed list of tools that are installed, please refer to the TOOLS.md file.
You can customize the script to add or remove packages and tools as needed. The functions for installing packages and tools are modular, making it easy to modify for your specific requirements.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.