mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor update for Issue #61
This commit is contained in:
parent
6a05e3fd79
commit
76f7f907c6
|
@ -116,6 +116,7 @@ def __oneShotErrorUse(expression, field):
|
|||
offset += chunk_length
|
||||
else:
|
||||
break
|
||||
|
||||
if kb.fileReadMode and output:
|
||||
_ = output
|
||||
try:
|
||||
|
@ -169,7 +170,7 @@ def __errorFields(expression, expressionFields, expressionFieldsList, expected=N
|
|||
if not kb.threadContinue:
|
||||
return None
|
||||
|
||||
if kb.fileReadMode:
|
||||
if kb.fileReadMode and output and output.strip():
|
||||
print
|
||||
elif 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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user