Module to dump Yandex credentials#814
Conversation
|
Thanks for the PR! |
|
Hi @NeffIsBack |
The code looks good so far, but due to the enormous amount of Pull Requests in the past there is (un)fortunately still a huge backlog of PRs i have to test first before i can test this one. Bare with me, the day will come |
|
Hi @NeffIsBack! |
|
Unfortunately not, there are still ~25 PRs left before this one. However, it looks like there are merge conflicts on this branch which anyway have to be resolved first. Also, i don't have permissions to update/push commits to this branch. Did you change any security settings on your fork? |
Signed-off-by: Moghees Ahmad <108871687+Moghees244@users.noreply.github.com>
I havent changed security settings on fork but anyways, I have resolved the conflicts. |
Hi! I'm trying to use the module in a lab environment, but it doesn't export anything from the browser, even though all passwords are saved in the browser. It says "No master key found to decrypt DPAPI blob." |
Description
This module adds functionality to extract all saved passwords from the Yandex browser for all user profiles on the system. Running this module requires admin privileges on target host.
Type of change
Setup guide for the review
Test Environment & Setup
Local Machine:
Tested Targets:
Setup Instructions
Usage
To test the module, run the following command:
Expected Behavior
Screenshots:
Checklist:
poetry run python -m ruff check . --preview, use--fixto automatically fix what it can)tests/e2e_commands.txtfile if necessary (new modules or features are required to be added to the e2e tests)