2. Detect SQL Vulnerabilities using different tool
In this lab, you will learn how to test for SQL injection vulnerabilities using various other SQL injection detection tools.
1. Detect SQLi with DSSS
python3 dsss.py -u "http://testphp.vulnweb.com/artists.php?artist=1"2. Detect SQLi with ZAP
Last updated