mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-05 04:56:35 +00:00
Minor improvement to UNION file write
This commit is contained in:
@@ -79,7 +79,9 @@ class Agent(object):
|
||||
|
||||
retVal = ""
|
||||
|
||||
if where is None and isTechniqueAvailable(kb.technique):
|
||||
if kb.forceWhere:
|
||||
where = kb.forceWhere
|
||||
elif where is None and isTechniqueAvailable(kb.technique):
|
||||
where = kb.injection.data[kb.technique].where
|
||||
|
||||
if kb.injection.place is not None:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user