mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor bug fix
This commit is contained in:
@@ -670,7 +670,10 @@ class Agent:
|
|||||||
@rtype: C{str}
|
@rtype: C{str}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
if getIdentifiedDBMS() is not None and hasattr(queries[getIdentifiedDBMS()], "case"):
|
||||||
return queries[getIdentifiedDBMS()].case.query % expression
|
return queries[getIdentifiedDBMS()].case.query % expression
|
||||||
|
else:
|
||||||
|
return expression
|
||||||
|
|
||||||
def addPayloadDelimiters(self, inpStr):
|
def addPayloadDelimiters(self, inpStr):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user