sqlmap/xml/injections.xml

65 lines
3.8 KiB
XML
Raw Normal View History

2010-10-06 18:37:14 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<root>
2010-10-07 16:12:26 +04:00
<case name="custom" desc="custom">
<test>
2010-10-07 19:34:17 +04:00
<positive format="%s%s%s %s %s%d=%d %s" params="value, prefix, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randInt, randInt, postfix"/>
<negative format="%s%s%s %s %s%d=%d %s" params="value, prefix, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randInt, randInt + 1, postfix"/>
2010-10-07 16:12:26 +04:00
</test>
<usage>
2010-10-07 18:05:34 +04:00
<prefix format="%s " params="')' * parenthesis"/>
2010-10-07 19:34:17 +04:00
<postfix format=" %s %s" params="logic, '(' * parenthesis"/>
2010-10-07 16:12:26 +04:00
</usage>
2010-10-06 18:37:14 +04:00
</case>
2010-10-07 16:12:26 +04:00
<case name="numeric" desc="unescaped numeric">
<test>
2010-10-07 19:34:17 +04:00
<positive format="%s%s %s %s%d=%d" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randInt, randInt"/>
<negative format="%s%s %s %s%d=%d" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randInt, randInt + 1"/>
2010-10-07 16:12:26 +04:00
</test>
<usage>
2010-10-07 18:05:34 +04:00
<prefix format="%s " params="')' * parenthesis"/>
2010-10-07 19:34:17 +04:00
<postfix format=" %s %s%d=%d" params="logic, '(' * parenthesis, randInt, randInt"/>
2010-10-07 16:12:26 +04:00
</usage>
2010-10-06 18:37:14 +04:00
</case>
2010-10-07 16:12:26 +04:00
<case name="stringsingle" desc="single quoted string">
<test>
2010-10-07 19:34:17 +04:00
<positive format="%s'%s %s %s'%s'='%s" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randStr, randStr"/>
<negative format="%s'%s %s %s'%s'='%s" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randStr, randStr + randomStr(1)"/>
2010-10-07 16:12:26 +04:00
</test>
<usage>
2010-10-07 18:05:34 +04:00
<prefix format="'%s " params="')' * parenthesis"/>
2010-10-07 19:34:17 +04:00
<postfix format=" %s %s'%s'='%s" params="logic, '(' * parenthesis, randStr, randStr"/>
2010-10-07 16:12:26 +04:00
</usage>
2010-10-06 18:37:14 +04:00
</case>
2010-10-07 16:12:26 +04:00
<case name="likesingle" desc="LIKE single quoted string">
<test>
2010-10-07 19:34:17 +04:00
<positive format="%s'%s %s %s'%s' LIKE '%s" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randStr, randStr"/>
<negative format="%s'%s %s %s'%s' LIKE '%s" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randStr, randStr + randomStr(1)"/>
2010-10-07 16:12:26 +04:00
</test>
<usage>
2010-10-07 18:05:34 +04:00
<prefix format="'%s " params="')' * parenthesis"/>
2010-10-07 19:34:17 +04:00
<postfix format=" %s %s'%s' LIKE '%s" params="logic, '(' * parenthesis, randStr, randStr"/>
2010-10-07 16:12:26 +04:00
</usage>
2010-10-06 18:37:14 +04:00
</case>
2010-10-07 16:12:26 +04:00
<case name="stringdouble" desc="double quoted string">
<test>
2010-10-10 21:46:09 +04:00
<positive format="%s&quot;%s %s %s&quot;%s&quot;=&quot;%s" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randStr, randStr"/>
<negative format="%s&quot;%s %s %s&quot;%s&quot;=&quot;%s" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randStr, randStr + randomStr(1)"/>
2010-10-07 16:12:26 +04:00
</test>
<usage>
2010-10-07 18:05:34 +04:00
<prefix format="&quot;%s " params="')' * parenthesis"/>
2010-10-10 21:46:09 +04:00
<postfix format=" %s %s&quot;%s&quot;=&quot;%s" params="logic, '(' * parenthesis, randStr, randStr"/>
2010-10-07 16:12:26 +04:00
</usage>
2010-10-06 18:37:14 +04:00
</case>
2010-10-07 16:12:26 +04:00
<case name="likedouble" desc="LIKE double quoted string">
<test>
2010-10-10 21:46:09 +04:00
<positive format="%s&quot;%s %s %s&quot;%s&quot; LIKE &quot;%s" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randStr, randStr"/>
<negative format="%s&quot;%s %s %s&quot;%s&quot; LIKE &quot;%s" params="value, &quot;)&quot; * parenthesis, logic, &quot;(&quot; * parenthesis, randStr, randStr + randomStr(1)"/>
2010-10-07 16:12:26 +04:00
</test>
<usage>
2010-10-07 18:05:34 +04:00
<prefix format="&quot;%s " params="')' * parenthesis"/>
2010-10-10 21:46:09 +04:00
<postfix format=" %s %s&quot;%s&quot; LIKE &quot;%s" params="logic, '(' * parenthesis, randStr, randStr"/>
2010-10-07 16:12:26 +04:00
</usage>
2010-10-06 18:37:14 +04:00
</case>
</root>