ScanQLi - Scanner To Detect SQL Injection Vulnerabilities

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045



ScanQLi is a simple SQL injection scanner with somes additionals features. This tool can't exploit the SQLi, it just detect them. Tested on Debian 9

Features
  • Classic
  • Blind
  • Time based
  • GBK (soon)
  • Recursive scan (follow all hrefs of the scanned web site)
  • Cookies integration
  • Adjustable wait delay between requests
  • Ignore given URLs
Prerequisites


1. Install git tool
Code:
apt update
apt install git

2. Clone the repo.

3. Install python required libs
Code:
apt install python-pip
cd ScanQLi
pip install -r requirements.txt
For python3 please install python3-pip and use pip3


Usage
Code:
./scanqli -u [OPTIONS] Examples[/COLOR][/FONT]...ONT=Open Sans]Download ScanQLi[/FONT][/COLOR]
 
Top Bottom