mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
fix for that MySQL checking
This commit is contained in:
parent
34d7de1d46
commit
b2e0b615f8
|
@ -362,7 +362,7 @@ def __goError(expression, resumeValue=True):
|
|||
if output:
|
||||
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]
|
||||
|
||||
infoMsg = "retrieved: %s" % replaceNewlineTabs(output, stdout=True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user