Skip to content

This repository is a comprehensive collection of security tools designed for penetration testing, vulnerability scanning, and ethical hacking. The tools are organized into various categories, such as: XSS Injection: Tools to identify and exploit Cross-Site Scripting (XSS) vulnerabilities in web applications.

Notifications You must be signed in to change notification settings

Champaranghar95/Bug_bounty_start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bug_bounty_start

Security Tools Collection

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.

Table of Contents


Prerequisites

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
  • Python: Some of the tools require Python to run. Install Python if you don't already have it.

  • pip: Make sure pip is installed to manage Python dependencies. To install pip:

    • 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.


Setup

  1. Clone this repository:

    git clone https://github.com/Champaranghar95/Bug_bounty_start.git
    cd Bug_bounty_start

About

This repository is a comprehensive collection of security tools designed for penetration testing, vulnerability scanning, and ethical hacking. The tools are organized into various categories, such as: XSS Injection: Tools to identify and exploit Cross-Site Scripting (XSS) vulnerabilities in web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published