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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -310,6 +310,16 @@ Formats:
310
310
<prefix></prefix>
311
311
<suffix># [RANDSTR]</suffix>
312
312
</boundary>
313
+
314
+
<!-- e.g. admin' AND [INFERENCE] OR 'foo'='bar' AND password=$password -->
315
+
<boundary>
316
+
<level>3</level>
317
+
<clause>1</clause>
318
+
<where>1,2</where>
319
+
<ptype>2</ptype>
320
+
<prefix>'</prefix>
321
+
<suffix> OR '[RANDSTR1]'='[RANDSTR2]</suffix>
322
+
</boundary>
313
323
<!-- End of WHERE/HAVING clause boundaries -->
314
324
315
325
<!-- 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