mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 19:55:47 +03:00
minor update
This commit is contained in:
parent
5b4eaf48d9
commit
831f083223
|
@ -567,7 +567,7 @@ class Connect:
|
||||||
|
|
||||||
warnMsg = "time-based comparison needs larger statistical "
|
warnMsg = "time-based comparison needs larger statistical "
|
||||||
warnMsg += "model. Making a few dummy requests, please wait.."
|
warnMsg += "model. Making a few dummy requests, please wait.."
|
||||||
logger.warn(warnMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||||
Connect.queryPage(content=True)
|
Connect.queryPage(content=True)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user