mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
cosmetics
This commit is contained in:
parent
5114c887ea
commit
9230877d98
1 changed files with 2 additions and 2 deletions
|
|
@ -387,8 +387,8 @@ class Connect:
|
||||||
|
|
||||||
if timeBasedCompare:
|
if timeBasedCompare:
|
||||||
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||||
warnMsg = "time-based comparison needs larger statistical model. "
|
warnMsg = "time-based comparison needs larger statistical "
|
||||||
warnMsg += "doing few dummy requests."
|
warnMsg += "model. Making a few dummy requests, wait.."
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue