mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 16:51:14 +00:00
Implementation for an Issue #377
This commit is contained in:
parent
e150316d97
commit
194a9e7b88
4 changed files with 46 additions and 7 deletions
|
|
@ -1526,6 +1526,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.fileReadMode = False
|
||||
kb.forcedDbms = None
|
||||
kb.headersFp = {}
|
||||
kb.heuristicDbms = None
|
||||
kb.heuristicTest = None
|
||||
kb.hintValue = None
|
||||
kb.htmlFp = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue