This commit is contained in:
staffs@smukx.site
2026-06-21 19:26:59 +05:30
parent f2455a36ac
commit 44bb3f1f7f
2 changed files with 9 additions and 3 deletions
+9 -3
View File
@@ -1,10 +1,9 @@
# DumpBrowserSecrets
![Bannner](./image/banner.jpg)
A Rust based browser secrets extraction tool for Windows. Extracts cookies, logins, credit cards, autofill data, history, bookmarks, and tokens from Chromium based browsers and Firefox.
> The C PoC was released on [Maldev Academy](https://github.com/Maldev-Academy/DumpBrowserSecrets) and an amazing work by [luci4](https://x.com/GigelV41464).
What Rust brings into the table. Take an look at [Advantage section [Why Rust]](#why-rust-).
## Supported Browsers
@@ -18,6 +17,13 @@ What Rust brings into the table. Take an look at [Advantage section [Why Rust]](
| Vivaldi | V10 (DPAPI) | Cookies, Logins, Credit Cards, Autofill, History, Bookmarks, Tokens |
| Firefox | NSS (PBES2/PBKDF2) | Cookies, Logins, Autofill, History, Bookmarks, Tokens |
## Credits
The C PoC was released by [Maldev Academy](https://github.com/Maldev-Academy/DumpBrowserSecrets) and an amazing work by [luci4](https://x.com/GigelV41464).
What Rust brings to the table. Take an look at [Advantage section [Why Rust]](#why-rust-).
## Features
- **V10 Decryption (DPAPI)**: Decrypts browser secrets protected by Windows Data Protection API
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB