You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/boundaries.xml
+63Lines changed: 63 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -328,6 +328,42 @@ Formats:
328
328
<suffix> AND '%'='</suffix>
329
329
</boundary>
330
330
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
+
331
367
<boundary>
332
368
<level>5</level>
333
369
<clause>1</clause>
@@ -337,6 +373,24 @@ Formats:
337
373
<suffix> AND ('[RANDSTR]'='[RANDSTR]</suffix>
338
374
</boundary>
339
375
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
+
340
394
<boundary>
341
395
<level>4</level>
342
396
<clause>1</clause>
@@ -354,6 +408,15 @@ Formats:
354
408
<prefix></prefix>
355
409
<suffix>-- [RANDSTR]</suffix>
356
410
</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>
357
420
<!-- End of WHERE/HAVING clause boundaries -->
358
421
359
422
<!-- 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