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

Skip to content

Commit 43f6cb1

Browse files
committed
some more boundaries
1 parent 204ee1d commit 43f6cb1

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

xml/boundaries.xml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,42 @@ Formats:
328328
<suffix> AND '%'='</suffix>
329329
</boundary>
330330

331+
<boundary>
332+
<level>4</level>
333+
<clause>1</clause>
334+
<where>1,2</where>
335+
<ptype>2</ptype>
336+
<prefix>%")</prefix>
337+
<suffix> AND ("%"="</suffix>
338+
</boundary>
339+
340+
<boundary>
341+
<level>5</level>
342+
<clause>1</clause>
343+
<where>1,2</where>
344+
<ptype>2</ptype>
345+
<prefix>%"))</prefix>
346+
<suffix> AND (("%"="</suffix>
347+
</boundary>
348+
349+
<boundary>
350+
<level>5</level>
351+
<clause>1</clause>
352+
<where>1,2</where>
353+
<ptype>2</ptype>
354+
<prefix>%")))</prefix>
355+
<suffix> AND ((("%"="</suffix>
356+
</boundary>
357+
358+
<boundary>
359+
<level>3</level>
360+
<clause>1</clause>
361+
<where>1,2</where>
362+
<ptype>2</ptype>
363+
<prefix>%"</prefix>
364+
<suffix> AND "%"="</suffix>
365+
</boundary>
366+
331367
<boundary>
332368
<level>5</level>
333369
<clause>1</clause>
@@ -337,6 +373,24 @@ Formats:
337373
<suffix> AND ('[RANDSTR]'='[RANDSTR]</suffix>
338374
</boundary>
339375

376+
<boundary>
377+
<level>5</level>
378+
<clause>1</clause>
379+
<where>1,2</where>
380+
<ptype>2</ptype>
381+
<prefix>%00'))</prefix>
382+
<suffix> AND (('[RANDSTR]'='[RANDSTR]</suffix>
383+
</boundary>
384+
385+
<boundary>
386+
<level>5</level>
387+
<clause>1</clause>
388+
<where>1,2</where>
389+
<ptype>2</ptype>
390+
<prefix>%00')))</prefix>
391+
<suffix> AND ((('[RANDSTR]'='[RANDSTR]</suffix>
392+
</boundary>
393+
340394
<boundary>
341395
<level>4</level>
342396
<clause>1</clause>
@@ -354,6 +408,15 @@ Formats:
354408
<prefix></prefix>
355409
<suffix>-- [RANDSTR]</suffix>
356410
</boundary>
411+
412+
<boundary>
413+
<level>3</level>
414+
<clause>1</clause>
415+
<where>1,2</where>
416+
<ptype>1</ptype>
417+
<prefix></prefix>
418+
<suffix># [RANDSTR]</suffix>
419+
</boundary>
357420
<!-- End of WHERE/HAVING clause boundaries -->
358421

359422
<!-- Pre-WHERE generic boundaries (e.g. "UPDATE table SET '$_REQUEST["name"]' WHERE id=1" or "INSERT INTO table VALUES('$_REQUEST["value"]') WHERE id=1)"-->

0 commit comments

Comments
 (0)