mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-12 03:23:27 +00:00
Bug fix (introduced with f1ab887c55)
This commit is contained in:
parent
235153ab39
commit
5e4e863986
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ class Dump(object):
|
|||
def rFile(self, fileData):
|
||||
self.lister("files saved to", fileData, sort=False, content_type=CONTENT_TYPE.FILE_READ)
|
||||
|
||||
def registerValue(self):
|
||||
def registerValue(self, registerData):
|
||||
self.string("Registry key value data", registerData, registerData, content_type=CONTENT_TYPE.REG_READ, sort=False)
|
||||
|
||||
# object to manage how to print the retrieved queries output to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue