Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 646df37

Browse files
committed
minor bug fix for --reg-read
1 parent f191b9b commit 646df37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def rFile(self, fileData):
609609
self.lister("files saved to", fileData, sort=False, content_type=CONTENT_TYPE.FILE_READ)
610610

611611
def registerValue(self, registerData):
612-
self.string("Registry key value data", registerData, registerData, content_type=CONTENT_TYPE.REG_READ, sort=False)
612+
self.string("Registry key value data", registerData, content_type=CONTENT_TYPE.REG_READ, sort=False)
613613

614614
# object to manage how to print the retrieved queries output to
615615
# standard output and sessions file

0 commit comments

Comments
 (0)