errias / Collective-SQL-Scanner

Collective Dork Scanner For SQL Injection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL scanner

A tool that uses public proxies to find and scan sites for sql injection vulnerability

Usage: python main.py -d product.php?id= or execute start.bat

Requirements

  • Python v.2.x | v.3.x

Help

usage: main.py [-h] -d DORK [-w] or execute start.bat

optional arguments:
  -h, --help            show this help message and exit
  -d DORK, --dork DORK  dork to search example: product.php?id=
  -w, --write-over      write over the existing log file

Install

pip install -r requirements.txt

Don't write over existing log file

python main.py -d product.php?id=

Writing over existing log file

python main.py -d product.php?id= -w

About

Collective Dork Scanner For SQL Injection.


Languages

Language:Python 99.1%Language:Batchfile 0.9%