This repository contains a collection of security tools categorized into different domains like XSS Injection, Secrets Management, Git Exploitation, SSTI Injection, and more. Each category contains various tools designed to assist in penetration testing, security auditing, and vulnerability discovery.
To use the tools in this repository, you will need the following:
-
Git: Make sure you have Git installed to clone the repositories.
- Install Git on Linux:
sudo apt-get install git
- Install Git on macOS:
brew install git
- Install Git on Windows: Git for Windows
- Install Git on Linux:
-
Python: Some of the tools require Python to run. Install Python if you don't already have it.
- Install Python on Linux/macOS: Python installation
- Install Python on Windows: Python for Windows
-
pip: Make sure
pip
is installed to manage Python dependencies. To installpip
:sudo apt install python3-pip
python3 -m ensurepip --upgrade
(macOS/Linux)
-
Docker (Optional): Some tools may require or benefit from Docker for isolated environments. You can install Docker from here.
-
Clone this repository:
git clone https://github.com/Champaranghar95/Bug_bounty_start.git cd Bug_bounty_start