All Projects → Bitwise-01 → SQL-scanner

Bitwise-01 / SQL-scanner

Licence: MIT license
A tool that finds and scan sites for sql injection vulnerability

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].