Skip to content

Commit

Permalink
Merge pull request AlessandroZ#334 from KiUserExceptionDispatcher/pat…
Browse files Browse the repository at this point in the history
…ch-6

Vaultfiles path fix
  • Loading branch information
AlessandroZ authored Dec 31, 2018
2 parents a089ed6 + b484341 commit 4ecef7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Windows/lazagne/softwares/windows/vaultfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def run(self):
pwd_found = []
if constant.user_dpapi and constant.user_dpapi.unlocked:
main_vault_directory = os.path.join(constant.profile['APPDATA'], u'..', u'Local', u'Microsoft', u'Vault')
main_vault_directory = os.path.abspath(main_vault_directory)
if os.path.exists(main_vault_directory):
for vault_directory in os.listdir(main_vault_directory):
cred = constant.user_dpapi.decrypt_vault(os.path.join(main_vault_directory, vault_directory))
Expand Down

0 comments on commit 4ecef7f

Please sign in to comment.