mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
initial page request can result in unwanted lag (e.g. slow DNS response,...), hence it's response time shouldn't be a part of response time statistical model
This commit is contained in:
@@ -812,7 +812,7 @@ def checkConnection(suppressOutput=False):
|
||||
logger.info(infoMsg)
|
||||
|
||||
try:
|
||||
page, _ = Request.queryPage(content=True)
|
||||
page, _ = Request.queryPage(content=True, noteResponseTime=False)
|
||||
kb.originalPage = kb.pageTemplate = page
|
||||
|
||||
kb.errorIsNone = False
|
||||
|
||||
Reference in New Issue
Block a user