12Injection Techniques
(MySQL) Truth-Based Blind SQL Injection Technique
Hard45MIN
Blind Vulnerabilities
Vulnerabilities are usually referred to as "blind" when the attacker is not able to directly see the result of the attack in the HTTP response. For example, the UNION technique is not blind if it succeeds, because you can see the desired data among the rows returned by the database. Similarly, error-based techniques are not blind either, because you can see the data with the error message. But if neither of these techniques succeeds, and you cannot retrieve any information from the database directly in the HTTP response, we are talking about a blind vulnerability.
1 / 10
Hakatemia Pro
Learn to hack — start here
Hundreds of interactive courses, virtual labs and CTF challenges in your browser. Start a free trial — no card required.