mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Fix by zhouhx@knownsec.com (better LIKE boundaries)
This commit is contained in:
parent
b483710927
commit
6fdbe4eb89
|
@ -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 -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user