Skip to content

Commit 6683b76

Browse files
authored
Merge pull request #147 from DidierA/main
registry: add dump of default logon's password in text format
2 parents 2878ca4 + 9ab9dcf commit 6683b76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pypykatz/registry/software/software.py

+2
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ def to_dict(self):
6262
def __str__(self):
6363
t = '============== SOFTWARE hive secrets ==============\r\n'
6464
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
6567
return t

0 commit comments

Comments
 (0)