mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-10 10:33:09 +00:00
Minor update
This commit is contained in:
parent
3b3a822e32
commit
3bab3cd795
5 changed files with 152 additions and 39 deletions
|
|
@ -618,7 +618,7 @@ def _createFilesDir():
|
|||
Create the file directory.
|
||||
"""
|
||||
|
||||
if not any((conf.fileRead, conf.commonFiles)):
|
||||
if not any((conf.fileRead, conf.commonFiles, conf.xxe)):
|
||||
return
|
||||
|
||||
# Note: normalize the hostname consistently with conf.outputPath / conf.dumpPath (see _createDumpDir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue