ChromeStealer is an educational tool developed by @bernKing20 to demonstrate how to extract and decrypt stored passwords from Google Chrome on Windows systems using C/C++.
The project aims to address gaps in existing resources by providing a functional and detailed implementation.
ChromeStealer focuses on decrypting passwords stored locally by Google Chrome. Chrome uses the AES-GCM algorithm for encrypting sensitive data, with the encryption key stored in a Local State
JSON file and the encrypted passwords in an SQLite database called Login Data
.
ChromeStealer retrieves these files, extracts the encryption key using Windows API functions like CryptUnprotectData
, and decrypts the stored passwords.
The tool is built with dependencies such as:
To use ChromeStealer, ensure you have Visual Studio 2022 and vcpkg installed. Follow these steps:
git clone https://github.com/BernKing/ChromeStealer.git
cd ChromeStealer
vcpkg install libsodium jsoncpp sqlite3
ChromeStealer is designed for educational purposes only, helping users understand how password storage works in Chrome.
Misuse of this tool can lead to legal consequences, and users are advised to operate it only on systems they own or have explicit permission to test.
The project is open-source under the MIT License. It acknowledges contributions from libraries like libsodium, nlohmann/json, and sqlite3.
For further technical details or code, visit ChromeStealer’s GitHub repository or read the full write-up on BernKing’s blog.
MassVulScan is a powerful network scanning tool designed for pentesters and system administrators to identify…
The-XSS-Rat, an experienced ethical hacker, provides valuable insights into the world of cross-site scripting (XSS)…
NimPlant C2 is a minimal Proof-of-Concept (PoC) beacon written in C, designed to operate as…
The Embedded USB Debugger (EUD) is a sophisticated tool developed by Qualcomm to enhance the…
Unleashed Recompiled is an unofficial PC port of Sonic Unleashed, created through the process of…
XenonRecomp is a powerful tool designed to convert Xbox 360 executables into C++ code, allowing…