SQL_Vulnerability_Finder
A Python base tool for cyber security expert and ethical hacker to find sql vulnerability in any website . SQL-Scanner this use to Vulnerabilities chek in url and website information Web Vulnerability Scanning and Exploitation Script This is a powerful Python script for web vulnerability scanning and exploitation. It allows you to discover URLs on a website, scan for vulnerabilities such as SQL injection and XSS, and even provides instructions on how to exploit the vulnerabilities manually.
Key Features Discover URLs on a website and display them with serial numbers. Scan discovered URLs for vulnerabilities like SQL injection and XSS. Provide detailed instructions on attacking vulnerabilities. Automatically open the browser for easy exploitation.
Requirements Python 3.x requests library beautifulsoup4 library
Installation Clone the repository:
git clone https://github.com/14mb1v45h/cyberspace026.git
Change into the project directory:
cd cyberspace026
Install the required dependencies:
pip install -r requirements.txt
python sql.py
Usage python sql.py https://www.example.com
Replace https://www.example.com with the target website URL you want to scan for vulnerabilities.