mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added support for comma separated list of files for --file-read - fixes issue #223
This commit is contained in:
parent
8d9aa2c384
commit
326ed33f31
2 changed files with 44 additions and 40 deletions
|
|
@ -552,7 +552,7 @@ class Dump(object):
|
|||
self.string(query, queryRes)
|
||||
|
||||
def rFile(self, filePath, fileData):
|
||||
self.string("%s file saved to" % filePath, fileData, sort=False)
|
||||
self.lister("files saved to", fileData, sort=False)
|
||||
|
||||
def registerValue(self, registerData):
|
||||
self.string("Registry key value data", registerData, sort=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue