mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-17 03:50:42 +03:00
Some more "advanced" boundaries
This commit is contained in:
parent
84a038d0a3
commit
32f1909131
|
@ -221,6 +221,42 @@ Formats:
|
||||||
<prefix></prefix>
|
<prefix></prefix>
|
||||||
<suffix></suffix>
|
<suffix></suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>3</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>1</ptype>
|
||||||
|
<prefix>)</prefix>
|
||||||
|
<suffix></suffix>
|
||||||
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>3</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>1</ptype>
|
||||||
|
<prefix>'</prefix>
|
||||||
|
<suffix></suffix>
|
||||||
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>4</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>1</ptype>
|
||||||
|
<prefix>')</prefix>
|
||||||
|
<suffix></suffix>
|
||||||
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>5</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>1</ptype>
|
||||||
|
<prefix>"</prefix>
|
||||||
|
<suffix></suffix>
|
||||||
|
</boundary>
|
||||||
<!-- End of generic boundaries -->
|
<!-- End of generic boundaries -->
|
||||||
|
|
||||||
<!-- WHERE clause boundaries -->
|
<!-- WHERE clause boundaries -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user