mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-11 02:31:51 +00:00
type correction and adding global flag kb.ignoreTimeout which could be useful
This commit is contained in:
parent
27f0e73cc9
commit
2ea613b170
4 changed files with 7 additions and 6 deletions
|
|
@ -1354,6 +1354,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.headersFp = {}
|
||||
kb.hintValue = None
|
||||
kb.htmlFp = []
|
||||
kb.ignoreTimeout = False
|
||||
kb.injection = injectionDict()
|
||||
kb.injections = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue