Whomrx666 / vuln-sql

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

Home Page:https://whomrxhackers.blogspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VULN-SQL

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

Warning

Use it on Linux or Cloudshell Terminal or something similar that is linux based

Usage: python vuln-sql.py -d product.php?id=

Requirements

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

Help

usage: vuln-sql.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

How to Install

$ git clone https://github.com/Whomrx666/vuln-sql.git
$ cd vuln-sql
$ pip install -r requirements.txt
$ python vuln-sql.py {optional arguments}

Don't write over existing log file

python vuln-sql.py -d product.php?id=

Writing over existing log file

python vuln-sql.py -d product.php?id= -w

More dork sql

Download here

Screenshot

Original Author

CONNECT WITH ME :

Instagram Instagram Instagram Instagram Instagram Instagram Instagram

If you want to donate, click on the button

Visitors :

Visitor Count

About

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

https://whomrxhackers.blogspot.com/

License:MIT License


Languages

Language:Python 100.0%