This repository contains a collection of Vulnerability Scanning and Reconnaissance scripts designed for Bug Bounty hunters and Security Researchers. These tools automate the process of finding common web vulnerabilities and misconfigurations.
- Subdomain Enumeration: Automatically discovers subdomains for a given target.
- Vulnerability Scanning: Checks for common security flaws like XSS, SQLi, and open ports.
- Automated Recon: Streamlines the initial information-gathering phase of a penetration test.
- Fast & Lightweight: Built with Python for rapid execution and minimal resource usage.
- Language: Python 3
- Libraries: Requests, BeautifulSoup, Socket
- Automation: Bash scripts for tool integration
scanner.py: The main engine for vulnerability detection.recon_helper.py: Script to automate target data collection.payloads/: A directory containing common test payloads for bug hunting.
This toolkit is strictly for Authorized Penetration Testing and Educational Purposes. Unauthorized scanning of websites is illegal. Use these tools responsibly and only on targets you have permission to test.