Skip to content

dhruvv1402/Bug-Bounty-Hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug Bounty Hunter

A comprehensive web application security testing tool using OWASP ZAP for vulnerability scanning. Read Tutorial.md for more details.

Features

  • Automated vulnerability scanning with OWASP ZAP
  • Detailed HTML report generation
  • AI-powered vulnerability analysis

Setup

  1. Clone this repository
  2. Install dependencies: pip install -r requirements.txt
  3. Configure targets in config/targets.yaml
  4. Configure OWASP ZAP settings in config/zap_config.yaml

Usage

Run the main script:

python main.py

Reports will be generated in the reports directory and can be viewed using the Python HTTP server.

Viewing Reports

  1. Start the local server:
python -m http.server 8000 --directory reports
  1. Open http://localhost:8000 in your browser

Project Structure

.
├── analyzers/        # Vulnerability analysis modules
├── config/           # Configuration files
├── data/             # Scan data storage
├── reporters/        # Report generation modules
├── scanners/         # Vulnerability scanning modules
├── utils/            # Utility functions
├── main.py           # Main entry point
├── README.md         # This file
└── requirements.txt  # Python dependencies

About

A highly automated and modular bug bounty reconnaissance toolkit integrating over 15 industry-standard tools for streamlined subdomain enumeration, vulnerability detection, and OSINT gathering. Designed for efficiency, scalability, and precision in real-world security assessments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors