Merge pull request #327 from noraj/patch-1

lsa secrets: dump file extension
main
byt3bl33d3r 2020-04-19 14:32:48 -03:00 committed by GitHub
commit 498f3fc197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ class smb(connection):
LSA.exportSecrets(self.output_filename)
self.logger.success('Dumped {} LSA secrets to {} and {}'.format(highlight(add_lsa_secret.secrets),
self.output_filename + '.lsa', self.output_filename + '.cached'))
self.output_filename + '.secrets', self.output_filename + '.cached'))
try:
self.remote_ops.finish()