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: 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
python3 vuln.py -u https://site.com/index.php?id=1{fuzz} -p payload.txt