mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor patch
This commit is contained in:
parent
4baaa4a5ad
commit
0ba264bfa0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user