mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor patch
This commit is contained in:
@@ -1015,7 +1015,7 @@ def checkStability():
|
||||
like for instance string matching (--string).
|
||||
"""
|
||||
|
||||
infoMsg = "testing if the target URL is stable. This can take up to a second"
|
||||
infoMsg = "testing if the target URL is stable. Delay can take up to a second"
|
||||
logger.info(infoMsg)
|
||||
|
||||
firstPage = kb.originalPage # set inside checkConnection()
|
||||
@@ -1308,9 +1308,9 @@ def checkConnection(suppressOutput=False):
|
||||
logger.info(infoMsg)
|
||||
|
||||
try:
|
||||
kb.originalPageTime = time.time()
|
||||
page, _ = Request.queryPage(content=True, noteResponseTime=False)
|
||||
kb.originalPage = kb.pageTemplate = page
|
||||
kb.originalPageTime = time.time()
|
||||
|
||||
kb.errorIsNone = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user