A tool that uses public proxies to find and scan sites for sql injection vulnerability
Use it on Linux or Cloudshell Terminal or something similar that is linux based
Usage: python vuln-sql.py -d product.php?id=
- Python v.2.x | v.3.x
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
$ git clone https://github.com/Whomrx666/vuln-sql.git
$ cd vuln-sql
$ pip install -r requirements.txt
$ python vuln-sql.py {optional arguments}
python vuln-sql.py -d product.php?id=
python vuln-sql.py -d product.php?id= -w