Difference between blind sql injection and sql injection
Answers
Answered by
1
1. In SQL Injection, the attacker is able to see the result.whereas in Blind injection, the attacker is unable to see the result.
2. In SQL Injection, The query is directly passed.Whereas, In Blind SQL Injection the query is not directly passed.
3. In SQL Injection, the attacker can reconstruct the database.whereas in Blind Injection Attacker cannot perform any operations.
Hope this helps!
2. In SQL Injection, The query is directly passed.Whereas, In Blind SQL Injection the query is not directly passed.
3. In SQL Injection, the attacker can reconstruct the database.whereas in Blind Injection Attacker cannot perform any operations.
Hope this helps!
Similar questions