Skip to content

Commit

Permalink
Merge pull request #147 from DidierA/main
Browse files Browse the repository at this point in the history
registry: add dump of default logon's password in text format
  • Loading branch information
skelsec authored Mar 6, 2024
2 parents 2878ca4 + 9ab9dcf commit 6683b76
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 6683b76

Please sign in to comment.