Skip to content

A Rust program for extracting and decrypting sensitive data from various web browsers' local storage. This tool decrypts saved passwords, credit cards and other encrypted data using DPAPI and AES-256-GCM, providing insights into browser-stored credentials securely and efficiently.

Notifications You must be signed in to change notification settings

Fastiraz/chromium-based-browsers-secrets-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromium Based Browsers Secrets Dump

A Rust application for extracting and decrypting sensitive data from various web browsers' local storage. This tool decrypts saved passwords and other encrypted data using DPAPI and AES-256-GCM, providing insights into browser-stored credentials securely and efficiently.


Features

  • Cross-Browser Support: Extracts data from a variety of popular web browsers including Google Chrome, Brave, Microsoft Edge, and more.
  • Encryption Decryption: Utilizes AES-256-GCM for decrypting sensitive data encrypted by browsers.
  • Flexible Queries: Supports customizable SQL queries to extract specific data types such as passwords, credit card details, and more.
    • Logins
      • URL
      • Email addresses
      • Passwords
    • Credit cards
      • Card number
      • Expiration date
      • Name on card
    • Cookies

How It Works

The application works by locating browser data directories, decrypting stored secrets using the DPAPI and AES-256-GCM algorithms, and executing SQL queries on the decrypted databases to retrieve relevant information.

Installation

Prerequisites

  • Rust programming language and Cargo build system installed.

Build from Source

  1. Clone the repository:
git clone https://github.com/Fastiraz/chromium-based-browsers-secrets-dump.git
cd chromium-based-browsers-secrets-dump
  1. Run the project:
cargo run

Usage

The application will automatically search for supported browsers' data directories on your system. Ensure to run the application with administrative or appropriate permissions to access browser data directories and decrypt secrets.

List of supported browsers

  • Avast
  • Amigo
  • Torch
  • Kometa
  • Orbitum
  • Cent Browser
  • 7star
  • Sputnik
  • Vivaldi
  • Google Chrome sxs
  • Google Chrome
  • Epic Privacy Browser
  • Microsoft Edge
  • Uran
  • Yandex
  • Brave Browser
  • Iridium

About

A Rust program for extracting and decrypting sensitive data from various web browsers' local storage. This tool decrypts saved passwords, credit cards and other encrypted data using DPAPI and AES-256-GCM, providing insights into browser-stored credentials securely and efficiently.

Resources

Stars

Watchers

Forks

Languages