Back to Browse

DVWA: Blind SQL Injection Vulnerability Solution (LOW Security)

632 views
Jan 23, 2021
6:18

Blind SQL injection is a type of SQL Injection attack that asks the database true or false questions and determines the answer based on the applications response. This attack is often used when the web application is not disclosing any sensitive data in error messages. When an attacker exploits SQL injection, sometimes the web application displays error messages from the database complaining that the SQL Query’s syntax is incorrect. Blind SQL injection is nearly identical to normal SQL Injection, the only difference being the way the data is retrieved from the database. When the database does not output data to the web page, an attacker is forced to steal data by asking the database a series of true or false questions. Reference Link - https://owasp.org/www-community/attacks/Blind_SQL_Injection

Download

0 formats

No download links available.

DVWA: Blind SQL Injection Vulnerability Solution (LOW Security) | NatokHD