mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-03-27 15:44:49 +01: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…
Reference in a new issue