Skip to content

Commit

Permalink
Fixing a bug trying to dump Chrome credentials, after dumping keychai…
Browse files Browse the repository at this point in the history
…n credentials in osx
  • Loading branch information
aiq-alex-soler committed May 27, 2019
1 parent 723ac16 commit 3766679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mac/lazagne/config/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def run_lazagne(category_selected='all', subcategories={}, password=None, intera
# If keychains has been decrypted, launch again some module
chrome_key = get_safe_storage_key('Chrome Safe Storage')
if chrome_key:
for r in run_module({'chrome': Chrome(safe_storage_key=chrome_key)}):
for r in run_module({'chrome': Chrome(safe_storage_key=chrome_key)}, subcategories):
yield r

constant.stdout_result.append(constant.finalResults)

0 comments on commit 3766679

Please sign in to comment.