mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor fix (turning back the functionality of kb.suppressResumeInfo)
This commit is contained in:
parent
ea5d483c86
commit
6c4bd84d18
3 changed files with 2 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue