target:
- Lab URL:
- Tools Used:
browser
Burp suite
Vulnerability Summary:
Type: SQL Injection
Description:
Steps to Exploit:
1.Determine the number of columns and which columns contain string data.
2.If the error-based payload fails, try changing the comment format.
3.According to the cheat sheet, determine that the database version is
MySQL, and note the space after the double dash.
4.Solve the lab with the correct payload to disclose the MySQL version information.
Remediation:
Use parameterized queries / prepared statements
Use server‑side input validation
Escape and sanitize user input






Top comments (0)