mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Cleaning leftover
This commit is contained in:
parent
5f3235ef57
commit
b9b5d07336
3 changed files with 3 additions and 4 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue