## 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