2. Detect SQL Vulnerabilities using different tool

1. Detect SQLi with DSSS

python3 dsss.py -u "http://testphp.vulnweb.com/artists.php?artist=1"

2. Detect SQLi with ZAP

Run automated scan and check the alerts tab.

Last updated