mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
two major bug fixes regarding time calculation (previously comparison was also a part of "delta", which screwed results in cases with large pages; other was a standard distribution based one)
This commit is contained in:
parent
b21eb88905
commit
293ce18fed
3 changed files with 7 additions and 8 deletions
|
|
@ -1149,6 +1149,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.injections = []
|
||||
kb.keywords = set(getFileItems(paths.SQL_KEYWORDS))
|
||||
kb.lastErrorPage = None
|
||||
kb.lastQueryDuration = 0
|
||||
kb.lastRequestUID = 0
|
||||
|
||||
kb.locks = advancedDict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue