ScanQLi is a simple SQL injection scanner with somes additional features. This tool can’t exploit the SQLi, it just detect them. Tested on Debian 9.
ScanQLi is a SQLi scanner to detect SQL vulns.
Features
Prerequisites
Install git tool
apt update
apt install git
Clone the repo.
git clone https://github.com/bambish/ScanQLi
Install python required libs
apt install python-pip
cd ScanQLi
pip install -r requirements.txt
For python3 please install python3-pip and use pip3
Also Read : ParamPamPam : Tool For Brute Discover Parameters
Usage
./scanqli -u [URL] [OPTIONS]
Examples
Simple URL scan with output file
python scanqli.py -u ‘http://127.0.0.1/test/?p=news’ -o output.log
Recursive URL scanning with cookies
python scanqli.py -u ‘https://127.0.0.1/test/’ -r -c ‘{“PHPSESSID”:”4bn7uro8qq62ol4o667bejbqo3″ , “Session”:”Mzo6YWMwZGRmOWU2NWQ1N2I2YTU2YjI0NTMzODZjZDVkYjU=”}’
Anaconda is the most widely used Python distribution for data science and machine learning. It bundles…
WordPress is the most popular open-source CMS in the world, powering over 40% of all websites…
Magento is an enterprise-class, open-source e-commerce platform written in PHP. It is built for merchants who…
Install WildFly on Ubuntu 18.04: Java App Server Setup GuideWildFly (formerly JBoss) is an open-source,…
OpenCart is a free, open-source PHP e-commerce platform used by hundreds of thousands of merchants worldwide.…
Drupal is one of the most widely used open-source CMS platforms in the world. Written in…