Skip to content

Bitwise-01/SQL-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool that finds and scan sites for sql injection vulnerability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages