mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
implemented suppressResumeInfo mechanism (huge slowdown on large tables)
This commit is contained in:
@@ -135,7 +135,8 @@ def resume(expression, payload):
|
||||
else:
|
||||
infoMsg += logValue
|
||||
|
||||
dataToStdout("[%s] [INFO] %s\n" % (time.strftime("%X"), infoMsg))
|
||||
if not kb.suppressResumeInfo:
|
||||
dataToStdout("[%s] [INFO] %s\n" % (time.strftime("%X"), infoMsg))
|
||||
|
||||
return resumedValue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user