Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 855 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 855 Bytes

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=

Requirements

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

Help

usage: main.py [-h] -d DORK [-w]

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

Screenshot

Original Author