mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
people don't know what's "standard deviation" and they are wrongly connecting it's value in seconds to the --time-sec value
This commit is contained in:
parent
94790bf08a
commit
b03a5e8928
|
@ -670,8 +670,7 @@ class Connect:
|
|||
if deviation > WARN_TIME_STDEV:
|
||||
kb.adjustTimeDelay = False
|
||||
|
||||
warnMsg = "there is considerable lagging (standard deviation: "
|
||||
warnMsg += "%.1f sec%s) " % (deviation, "s" if deviation > 1 else "")
|
||||
warnMsg = "there is considerable lagging "
|
||||
warnMsg += "in connection response(s). Please use as high "
|
||||
warnMsg += "value for --time-sec option as possible (e.g. "
|
||||
warnMsg += "%d or more)" % (conf.timeSec * 2)
|
||||
|
|
Loading…
Reference in New Issue
Block a user