mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fix for Issue #61
This commit is contained in:
parent
1ebff35b19
commit
6a05e3fd79
3 changed files with 18 additions and 2 deletions
|
|
@ -1469,6 +1469,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.endDetection = False
|
||||
kb.explicitSettings = set()
|
||||
kb.errorIsNone = True
|
||||
kb.fileReadMode = False
|
||||
kb.forcedDbms = None
|
||||
kb.headersFp = {}
|
||||
kb.heuristicTest = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue