mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Cleaning leftover
This commit is contained in:
@@ -1201,7 +1201,6 @@ def cleanQuery(query):
|
||||
if queryMatch and "sys_exec" not in query:
|
||||
retVal = retVal.replace(queryMatch.group(1), sqlStatement.upper())
|
||||
|
||||
|
||||
return retVal
|
||||
|
||||
def setPaths(rootPath):
|
||||
|
||||
Reference in New Issue
Block a user