mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
type correction and adding global flag kb.ignoreTimeout which could be useful
This commit is contained in:
@@ -1354,6 +1354,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.headersFp = {}
|
||||
kb.hintValue = None
|
||||
kb.htmlFp = []
|
||||
kb.ignoreTimeout = False
|
||||
kb.injection = injectionDict()
|
||||
kb.injections = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user