mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor bug fix so that --file-write on MySQL via UNION query now works again
This commit is contained in:
parent
535eb9f3eb
commit
7253362114
2 changed files with 3 additions and 8 deletions
|
|
@ -89,7 +89,7 @@ class Filesystem(GenericFilesystem):
|
|||
logger.debug(debugMsg)
|
||||
|
||||
sqlQuery = "%s INTO DUMPFILE '%s'" % (fcEncodedStr, dFile)
|
||||
unionUse(sqlQuery)
|
||||
unionUse(sqlQuery, unpack=False)
|
||||
|
||||
if confirm:
|
||||
self.askCheckWrittenFile(wFile, dFile, fileType)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue