mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-24 10:37:51 +00:00
added response time kb attribute
This commit is contained in:
parent
73dfb69308
commit
612ee08a0b
4 changed files with 6 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue