Answer the question
In order to leave comments, you need to log in
What is the difference between Blind SQL inj and Double Blind?
Good afternoon.
Prompt the following: there are two types of vulnerability: Blind SQL inj and Double Blind SQL inj.
If the first one was found when checking the site, then what's the point of looking for the second one, if it should work anyway? The only difference is that the delay was set (benchmark, sleep, etc).
Is there a fundamental difference in the search for the second type from the first?
Thank you.
Answer the question
In order to leave comments, you need to log in
Is there a fundamental difference in the search for the second type from the first?
There is no fundamental difference in the search, any search for vulnerabilities like SQL Inj comes down to fuzzing.
It is quite possible that some of the vulnerabilities can give you more opportunities than you expected, so, say, some data from some SQL Inj can be executed as executable (interpreted) code, or give some kind of Privilege Escalation. Everything depends on the situation. But there is only one conclusion: it is worth continuing to look.
Blind SQL is such an injection in which the output of data is limited. For example, error messages are disabled.
And such a record will not produce anything:
news.php?id=-1
For this, the following detection methods are used:
news.php?id=-1' OR 1=1
news.php?id=-1' AND 1=1
news.php?id=-1' OR 1=1
news.php?id=-1' AND benchmark(2000,md5(now()))
If the first one was found when checking the site, then what's the point of looking for the second one, if it should work anyway?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question