mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Bug fix (introduced with f1ab887c55
)
This commit is contained in:
parent
235153ab39
commit
5e4e863986
|
@ -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…
Reference in New Issue
Block a user