A bash script that automates the installation of a curated set of bug hunting tools focused on recon, exploitation, and vulnerability scanning for Ubuntu/Debian systems.
A bash script that will automatically install a list of bug hunting tools that I find interesting for recon, exploitation, etc. (minus burp) For Ubuntu/Debain.
This tool is designed for penetration testers, bug bounty hunters, and red teamers who want to quickly set up a comprehensive environment of security tools for reconnaissance and exploitation. It simplifies the process of installing multiple popular tools used in subdomain enumeration, content discovery, and AWS S3 bucket analysis, saving time and ensuring consistency.
This script is intended for Ubuntu/Debian systems and requires sudo privileges to install tools. Users should review the script contents before running to understand what tools are installed and ensure compatibility with their environment. The tool list excludes Burp Suite, so users needing it must install it separately.
git clone https://github.com/0xApt/awesome-bbht.sh
cd awesome-bbht
chmod +x awesome-bbht.sh
sudo ./awesome-bbht.shsudo ./awesome-bbht.sh
Runs the bash script to automatically install the curated list of bug hunting tools.