mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue