mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
Sorted boundaries so that the ones with parenthesis are tested first - it has to be like this!
Adjusted comments accordingly to new UNION-specific tags.
This commit is contained in:
parent
f6d79f58bc
commit
7ce49bcf0d
|
@ -138,6 +138,14 @@ Tag: <test>
|
||||||
Sub-tag: <comment>
|
Sub-tag: <comment>
|
||||||
Comment to append to the payload, before the suffix.
|
Comment to append to the payload, before the suffix.
|
||||||
|
|
||||||
|
Sub-tag: <char>
|
||||||
|
Character to use to bruteforce number of columns in UNION
|
||||||
|
query SQL injection tests.
|
||||||
|
|
||||||
|
Sub-tag: <columns>
|
||||||
|
Range of columns to test for in UNION query SQL injection
|
||||||
|
tests.
|
||||||
|
|
||||||
Sub-tag: <response>
|
Sub-tag: <response>
|
||||||
How to identify if the injected payload succeeded.
|
How to identify if the injected payload succeeded.
|
||||||
|
|
||||||
|
@ -201,6 +209,8 @@ Formats:
|
||||||
<request>
|
<request>
|
||||||
<payload></payload>
|
<payload></payload>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
|
<char></char>
|
||||||
|
<columns></columns>
|
||||||
</request>
|
</request>
|
||||||
<response>
|
<response>
|
||||||
<comparison></comparison>
|
<comparison></comparison>
|
||||||
|
@ -219,15 +229,6 @@ Formats:
|
||||||
|
|
||||||
<root>
|
<root>
|
||||||
<!-- Generic boundaries -->
|
<!-- Generic boundaries -->
|
||||||
<boundary>
|
|
||||||
<level>1</level>
|
|
||||||
<clause>0</clause>
|
|
||||||
<where>1,2,3</where>
|
|
||||||
<ptype>1</ptype>
|
|
||||||
<prefix></prefix>
|
|
||||||
<suffix></suffix>
|
|
||||||
</boundary>
|
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
<level>3</level>
|
<level>3</level>
|
||||||
<clause>1</clause>
|
<clause>1</clause>
|
||||||
|
@ -237,15 +238,6 @@ Formats:
|
||||||
<suffix></suffix>
|
<suffix></suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
|
||||||
<level>3</level>
|
|
||||||
<clause>1</clause>
|
|
||||||
<where>1,2</where>
|
|
||||||
<ptype>2</ptype>
|
|
||||||
<prefix>'</prefix>
|
|
||||||
<suffix></suffix>
|
|
||||||
</boundary>
|
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
<level>4</level>
|
<level>4</level>
|
||||||
<clause>1</clause>
|
<clause>1</clause>
|
||||||
|
@ -255,6 +247,15 @@ Formats:
|
||||||
<suffix></suffix>
|
<suffix></suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>3</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>2</ptype>
|
||||||
|
<prefix>'</prefix>
|
||||||
|
<suffix></suffix>
|
||||||
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
<level>5</level>
|
<level>5</level>
|
||||||
<clause>1</clause>
|
<clause>1</clause>
|
||||||
|
@ -295,11 +296,11 @@ Formats:
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
<level>1</level>
|
<level>1</level>
|
||||||
<clause>1</clause>
|
<clause>0</clause>
|
||||||
<where>1,2</where>
|
<where>1,2,3</where>
|
||||||
<ptype>2</ptype>
|
<ptype>1</ptype>
|
||||||
<prefix>'</prefix>
|
<prefix></prefix>
|
||||||
<suffix>AND '[RANDSTR]'='[RANDSTR]</suffix>
|
<suffix></suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
|
@ -330,12 +331,12 @@ Formats:
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
<level>2</level>
|
<level>1</level>
|
||||||
<clause>1</clause>
|
<clause>1</clause>
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>3</ptype>
|
<ptype>2</ptype>
|
||||||
<prefix>'</prefix>
|
<prefix>'</prefix>
|
||||||
<suffix>AND '[RANDSTR]' LIKE '[RANDSTR]</suffix>
|
<suffix>AND '[RANDSTR]'='[RANDSTR]</suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
|
@ -369,9 +370,9 @@ Formats:
|
||||||
<level>2</level>
|
<level>2</level>
|
||||||
<clause>1</clause>
|
<clause>1</clause>
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>4</ptype>
|
<ptype>3</ptype>
|
||||||
<prefix>"</prefix>
|
<prefix>'</prefix>
|
||||||
<suffix>AND "[RANDSTR]"="[RANDSTR]</suffix>
|
<suffix>AND '[RANDSTR]' LIKE '[RANDSTR]</suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
|
@ -402,12 +403,12 @@ Formats:
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
<level>3</level>
|
<level>2</level>
|
||||||
<clause>1</clause>
|
<clause>1</clause>
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>5</ptype>
|
<ptype>4</ptype>
|
||||||
<prefix>"</prefix>
|
<prefix>"</prefix>
|
||||||
<suffix>AND "[RANDSTR]" LIKE "[RANDSTR]</suffix>
|
<suffix>AND "[RANDSTR]"="[RANDSTR]</suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
|
@ -436,6 +437,15 @@ Formats:
|
||||||
<prefix>")))</prefix>
|
<prefix>")))</prefix>
|
||||||
<suffix>AND ((("[RANDSTR]" LIKE "[RANDSTR]</suffix>
|
<suffix>AND ((("[RANDSTR]" LIKE "[RANDSTR]</suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>3</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>5</ptype>
|
||||||
|
<prefix>"</prefix>
|
||||||
|
<suffix>AND "[RANDSTR]" LIKE "[RANDSTR]</suffix>
|
||||||
|
</boundary>
|
||||||
<!-- End of WHERE/HAVING clause boundaries -->
|
<!-- End of WHERE/HAVING clause boundaries -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -633,6 +643,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -746,6 +757,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -827,6 +839,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -846,6 +859,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -1001,6 +1015,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -1020,6 +1035,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -1162,6 +1178,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -1261,6 +1278,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -1411,6 +1429,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -1717,6 +1736,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -1736,6 +1756,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -1756,6 +1777,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
@ -2017,6 +2039,7 @@ Formats:
|
||||||
</response>
|
</response>
|
||||||
<details>
|
<details>
|
||||||
<dbms>Microsoft SQL Server</dbms>
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
<os>Windows</os>
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user