mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor fix (turning back the functionality of kb.suppressResumeInfo)
This commit is contained in:
@@ -163,7 +163,7 @@ def __errorFields(expression, expressionFields, expressionFieldsList, expected=N
|
||||
if not kb.threadContinue:
|
||||
return None
|
||||
|
||||
if output is not None:
|
||||
if output is not None and not (threadData.resumed and kb.suppressResumeInfo):
|
||||
dataToStdout("[%s] [INFO] %s: %s\r\n" % (time.strftime("%X"), "resumed" if threadData.resumed else "retrieved", safecharencode(output)))
|
||||
|
||||
if isinstance(num, int):
|
||||
|
||||
Reference in New Issue
Block a user