We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2878ca4 + 9ab9dcf commit 6683b76Copy full SHA for 6683b76
pypykatz/registry/software/software.py
@@ -62,4 +62,6 @@ def to_dict(self):
62
def __str__(self):
63
t = '============== SOFTWARE hive secrets ==============\r\n'
64
t += 'default_logon_user: %s\r\n' % self.default_logon_user
65
+ t += 'default_logon_domain: %s\r\n' % self.default_logon_domain
66
+ t += 'default_logon_password: %s\r\n' % self.default_logon_password
67
return t
0 commit comments