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

Run automated scan and check the alerts tab.

You can also use other SQL injection detection tools such as Damn Small SQLi Scanner (DSSS) (https://github.com), Snort (https://snort.org), Burp Suite (https://www.portswigger.net), HCL AppScan (https://www. hcl-software.com) etc. to detect SQL injection vulnerabilities.

Last updated

Was this helpful?