mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
implemented suppressResumeInfo mechanism (huge slowdown on large tables)
This commit is contained in:
parent
493b9adf8e
commit
f88aa4b165
5 changed files with 83 additions and 58 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue