mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
Update (lagging checking is now always done once when time based compare is done; not only in case if statistical model is being filled)
This commit is contained in:
@@ -1597,6 +1597,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.ignoreTimeout = False
|
||||
kb.injection = InjectionDict()
|
||||
kb.injections = []
|
||||
kb.laggingChecked = False
|
||||
kb.lastParserStatus = None
|
||||
|
||||
kb.locks = AttribDict()
|
||||
|
||||
Reference in New Issue
Block a user