mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
minor update
This commit is contained in:
parent
20988e58ed
commit
b79dae6e95
|
@ -160,6 +160,9 @@ def __errorFields(expression, expressionFields, expressionFieldsList, expected=N
|
|||
|
||||
output = __oneShotErrorUse(expressionReplaced, field)
|
||||
|
||||
if not kb.threadContinue:
|
||||
return None
|
||||
|
||||
if output is not None:
|
||||
kb.locks.ioLock.acquire()
|
||||
dataToStdout("[%s] [INFO] retrieved: %s\r\n" % (time.strftime("%X"), safecharencode(output)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user