mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 00:40:02 +00:00
Minor improvement to UNION file write
This commit is contained in:
parent
64b45f2ac2
commit
401905b2dd
3 changed files with 9 additions and 1 deletions
|
|
@ -1795,6 +1795,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.followSitemapRecursion = None
|
||||
kb.forcedDbms = None
|
||||
kb.forcePartialUnion = False
|
||||
kb.forceWhere = None
|
||||
kb.futileUnion = None
|
||||
kb.headersFp = {}
|
||||
kb.heuristicDbms = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue