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

Skip to content

Commit c0796b4

Browse files
committed
Minor bug fix (RLIKE boolean case was using wrong comparison payload)
1 parent d490ffb commit c0796b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/payloads.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Formats:
709709
<payload>RLIKE IF([RANDNUM]=[RANDNUM],[ORIGVALUE],0x28)</payload>
710710
</request>
711711
<response>
712-
<comparison>RLIKE IF([RANDNUM]=[RANDNUM],[ORIGVALUE],0x28)</comparison>
712+
<comparison>RLIKE IF([RANDNUM]=[RANDNUM1],[ORIGVALUE],0x28)</comparison>
713713
</response>
714714
<details>
715715
<dbms>MySQL</dbms>

0 commit comments

Comments
 (0)