mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
added response time kb attribute
This commit is contained in:
@@ -734,7 +734,9 @@ def checkConnection(suppressOutput=False):
|
||||
logger.info(infoMsg)
|
||||
|
||||
try:
|
||||
start = time.time()
|
||||
page, _ = Request.queryPage(content=True)
|
||||
kb.responseTime = time.time() - start
|
||||
conf.seqMatcher.set_seq1(page)
|
||||
except sqlmapConnectionException, errMsg:
|
||||
errMsg = getUnicode(errMsg)
|
||||
|
||||
Reference in New Issue
Block a user