mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
forgot these
This commit is contained in:
parent
cefb03c835
commit
3be90c97aa
2 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ def action():
|
|||
|
||||
# File system options
|
||||
if conf.rFile:
|
||||
conf.dumper.rFile(conf.rFile, conf.dbmsHandler.readFile(conf.rFile))
|
||||
conf.dumper.rFile(conf.dbmsHandler.readFile(conf.rFile))
|
||||
|
||||
if conf.wFile:
|
||||
conf.dbmsHandler.writeFile(conf.wFile, conf.dFile, conf.wFileType)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue