A Python-based SQL Injection Scanner designed to detect SQL vulnerabilities in web applications. The tool supports Error-Based SQL Injection and Blind SQL Injection techniques.
- Error-Based SQL Injection Scan
- Time-Based SQL Injection Scan
- User-friendly interface
Before using the tool, ensure you have the following:
1. Python 3.6+ installed.
2. Required Python libraries:
- `colorama`
- `requests`To install dependencies, run:
pip install colorama requests- Clone this repository:
git clone https://github.com/HexShad0w/Sh1dowQLI.git
cd Sh1dowQLI- Run the tool:
python3 sh1dowqli.py