mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
fix for that MySQL checking
This commit is contained in:
@@ -362,7 +362,7 @@ def __goError(expression, resumeValue=True):
|
|||||||
if output:
|
if output:
|
||||||
output = output.replace("%c%c%c" % (58, 95, 58), " ").replace("%c%c%c" % (58, 120, 58), "") #':_:' -> EMPTY CHAR, ':x:' -> SPACE CHAR
|
output = output.replace("%c%c%c" % (58, 95, 58), " ").replace("%c%c%c" % (58, 120, 58), "") #':_:' -> EMPTY CHAR, ':x:' -> SPACE CHAR
|
||||||
|
|
||||||
if kb.dbms == "MySQL":
|
if temp.error == queries['MySQL'].error:
|
||||||
output = output[:-1]
|
output = output[:-1]
|
||||||
|
|
||||||
infoMsg = "retrieved: %s" % replaceNewlineTabs(output, stdout=True)
|
infoMsg = "retrieved: %s" % replaceNewlineTabs(output, stdout=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user