mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
minor fix
This commit is contained in:
parent
116c141dfa
commit
d554460aec
|
@ -19,6 +19,7 @@ from lib.contrib import multipartpost
|
|||
from lib.core.agent import agent
|
||||
from lib.core.common import average
|
||||
from lib.core.common import calculateDeltaSeconds
|
||||
from lib.core.common import clearConsoleLine
|
||||
from lib.core.common import extractErrorMessage
|
||||
from lib.core.common import getCurrentThreadData
|
||||
from lib.core.common import getFilteredPageContent
|
||||
|
@ -391,6 +392,8 @@ class Connect:
|
|||
|
||||
if timeBasedCompare:
|
||||
if len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||
clearConsoleLine()
|
||||
|
||||
warnMsg = "time-based comparison needs larger statistical "
|
||||
warnMsg += "model. Making a few dummy requests, please wait.."
|
||||
logger.warn(warnMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user