target:
- Lab URL:
- Tools Used:
browser
Burp suite
Vulnerability Summary:
Type: Blind SQL Injection
Description:
The results of the SQL query are not returned, and the application does not respond any differently based on whether the query returns any rows or causes an error. However, since the query is executed synchronously, it is possible to trigger conditional time delays to infer information.
Steps to Exploit:
1.Verify that the application responds with no time delay or time delay
2.confirming that there is a user called administrator.
3.determine how many characters are in the password of the administrator user
4.Determine the password
Remediation:
Use parameterized queries / prepared statements
Use server‑side input validation
Escape and sanitize user input

Top comments (0)