SQLiv – Massive SQL Injection Scanner

SQLiv

This tool will give you the SQLi Vulnerable Website Just by Adding the Dork.

Features

  1. multiple domain scanning with SQL injection dork by Bing, Google, or Yahoo
  2. targetted scanning by providing specific domain (with crawling)
  3. reverse domain scanning

Note: Both SQLi scanning and domain info checking are done in multiprocessing so the script is super fast at scanning many urls

Installation

  1. git clone https://github.com/Hadesy2k/sqlivulscan.git
  2. sudo python2 setup.py -i

Dependencies

Examples


Multiple domain scanning with SQLi dork

  • it simply search multiple websites from given dork and scan the results one by one
python sqliv.py -d <SQLI DORK> -e <SEARCH ENGINE>  
python sqliv.py -d "inurl:index.php?id=" -e google

Download

Leave a Comment