mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Fix by zhouhx@knownsec.com (better LIKE boundaries)
This commit is contained in:
@@ -453,7 +453,7 @@ Formats:
|
|||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>2</ptype>
|
<ptype>2</ptype>
|
||||||
<prefix>%')</prefix>
|
<prefix>%')</prefix>
|
||||||
<suffix></suffix>
|
<suffix>AND ('%'='</suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
@@ -462,7 +462,7 @@ Formats:
|
|||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>2</ptype>
|
<ptype>2</ptype>
|
||||||
<prefix>%'))</prefix>
|
<prefix>%'))</prefix>
|
||||||
<suffix></suffix>
|
<suffix>AND (('%'='</suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
@@ -471,7 +471,7 @@ Formats:
|
|||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>2</ptype>
|
<ptype>2</ptype>
|
||||||
<prefix>%')))</prefix>
|
<prefix>%')))</prefix>
|
||||||
<suffix></suffix>
|
<suffix>AND ((('%'='</suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
@@ -480,7 +480,7 @@ Formats:
|
|||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>2</ptype>
|
<ptype>2</ptype>
|
||||||
<prefix>%'</prefix>
|
<prefix>%'</prefix>
|
||||||
<suffix></suffix>
|
<suffix>AND '%'='</suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
<!-- End of WHERE/HAVING clause boundaries -->
|
<!-- End of WHERE/HAVING clause boundaries -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user