mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
code reviewing part 2
This commit is contained in:
parent
6a0e0cde3c
commit
1fa8f0cba7
9 changed files with 13 additions and 6 deletions
|
|
@ -92,7 +92,7 @@ class Filesystem(GenericFilesystem):
|
|||
logger.debug(debugMsg)
|
||||
|
||||
sqlQuery = "%s INTO DUMPFILE '%s'" % (fcEncodedStr, dFile)
|
||||
unionUse(sqlQuery, direct=True, unescape=False, nullChar="''")
|
||||
unionUse(sqlQuery, direct=True, unescape=False)
|
||||
|
||||
if confirm:
|
||||
self.askCheckWrittenFile(wFile, dFile, fileType)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue