Share
## https://sploitus.com/exploit?id=BF335B0F-FEE2-598E-A490-917D808B9D74
# CodeAlpha_Bug-Bounties-Tool
A lightweight bug bounty automation tool that detects common web vulnerabilities like XSS, SQL Injection, and security misconfigurations.
# ๐Ÿ” CodeAlpha Bug Bounty Tool

This project is developed as part of the CodeAlpha Cyber Security Internship.

## ๐Ÿš€ Objective
To build a bug bounty tool that helps identify common web application vulnerabilities such as:
- Cross-Site Scripting (XSS)
- SQL Injection (SQLi)
- Security Misconfigurations

## ๐Ÿ› ๏ธ Features
- Scans target URLs for vulnerabilities
- Detects basic XSS and SQL Injection flaws
- Fast and lightweight scanning
- Easy to use command-line interface
- Generates scan results

## โš™๏ธ Technologies Used
- Python
- Requests Library
- Basic Security Testing Techniques

## โ–ถ๏ธ How to Run
1. Clone the repository:
 git clone https://github.com/adhithyarm507-debug/CodeAlpha_Bug-Bounties-Tool.git

2. Navigate to the folder:
   cd CodeAlpha_BugBountyTool

3. Run the script:
   python scanner.py

4. Enter the target URL when prompted

## ๐Ÿ“Š Output
The tool will display:
- Vulnerabilities found
- Type of attack detected
- Status of the scan

## โš ๏ธ Disclaimer
This tool is created for educational purposes only.
Do not use it on unauthorized systems.

## ๐Ÿ“Œ Author
Adhithya RM