Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 643 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 643 Bytes


Yet another lightweight tool to test an SQL Injection Vulnerability.

Installation and Usage:

Copy-paste this into your terminal:

git clone https://github.com/CoderSigma/sqli-vuln-scanner.git
cd sqli-vuln-scanner
python3 vuln.py -h

Usage

usage: vuln.py [-h] -u URL -p PAYLOADS

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     url
  -p PAYLOADS, --payloads PAYLOADS
                        payloads list

Example Usage


python3 vuln.py -u https://site.com/index.php?id=1{fuzz} -p payload.txt