Tuesday, April 30, 2019

Find SQL Injection Vulnerability with ScanQLi

ScanQLi is a SQL Injection vulnerability scan that can help you find SQL Injection vulnerability on certain websites. This is just a scanning tool and cannot be use to perform SQL Injection. I recommend using SQLmap if you want to perform the SQL Injection attack.

Follow the instruction below to learn how to install and use ScanQLi

1. git clone https://github.com/bambish/ScanQLi


2. cd ScanQLi

3. ./scanqli.py -u http://website.com -o output.log


4. Below is an example of the result that is produced by ScanQLi.

0 comments:

Post a Comment