Skip to content

Commit

Permalink
registry: add dump of default logon's password in text format
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierA committed Feb 7, 2024
1 parent 5f14769 commit 9ab9dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypykatz/registry/software/software.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,6 @@ def to_dict(self):
def __str__(self):
t = '============== SOFTWARE hive secrets ==============\r\n'
t += 'default_logon_user: %s\r\n' % self.default_logon_user
t += 'default_logon_domain: %s\r\n' % self.default_logon_domain
t += 'default_logon_password: %s\r\n' % self.default_logon_password
return t

0 comments on commit 9ab9dcf

Please sign in to comment.