mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor patch related to the email from ML
This commit is contained in:
parent
f5cf22a536
commit
a35d1e5373
5 changed files with 14 additions and 8 deletions
|
|
@ -1080,7 +1080,7 @@ class Connect(object):
|
|||
elif kb.postUrlEncode:
|
||||
post = urlencode(post, spaceplus=kb.postSpaceToPlus)
|
||||
|
||||
if timeBasedCompare:
|
||||
if timeBasedCompare and not conf.disableStats:
|
||||
if len(kb.responseTimes.get(kb.responseTimeMode, [])) < MIN_TIME_RESPONSES:
|
||||
clearConsoleLine()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue