Giter VIP home page Giter VIP logo

yurtrimu / chrome-password-stealer Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.29 MB

Retrieval and decrypt of the saved user data from chrome engine with utilizing AES GCM 256 and WIN32 API ( DPAPI ).

Home Page: https://discord.gg/QBhFd2aK4r

C++ 100.00%
chrome-password chrome-password-grabber chrome-password-logger chrome-password-reader chrome-password-recovery chrome-passwords decrypt-data dpapi google-chrome password-decoder

chrome-password-stealer's Introduction

๐ŸŸฉ Chrome Password Stealer ๐ŸŸฉ Working

Chrome Password Stealer project is for retrieving decrypted chrome user data.

๐ŸŸฉ๐ŸŸฆ A better version has been dropped! ๐ŸŸฆ๐ŸŸฉ

Questions?

- I gladly answer your questions on the discord server.

Usage

#include "utils.hpp"
#include "ChromePassword.hpp"

int main()
{
    std::vector<struct ChromePassword::user_data> user_data_list;
    ChromePassword::Collect(user_data_list);

    for (const ChromePassword::user_data &user : user_data_list) {

        std::string url = user.action_url;
        std::string username = user.username_value;
        std::string password = user.password_value;

        std::cout << "--------------------\nURL: " << url << "\n";
        std::cout << "Username: " << username << "\n";
        std::cout << "Password: " << password << "\n--------------------\n\n";
    }
}

Example.png

alt text

Operating System

  • Below Windows 7 - ๐ŸŸฆ Untested
  • Windows 7 - ๐ŸŸฆ Untested
  • Windows 10 - ๐ŸŸฉ Working
  • Windows 11 - ๐ŸŸฆ Untested
  • Mac OS - ๐ŸŸฅ Not Working
  • Linux - ๐ŸŸฅ Not Working

Requirements

You need to have the OpenSSL library installed and linked to your compiler.

Linker

  • libssl.lib
  • libcrypto.lib
  • crypt32.lib

Compiling

  • Build - ๐ŸŸฆ Untested
  • Release - ๐ŸŸฉ Working
  • C++17 or below - ๐ŸŸฅ Not Working
  • C++20 - ๐ŸŸฉ Working

Contributing

Pull requests are welcome.

Legal Disclaimer

๐ŸŸฅ The content provided is for educational and informational purposes only. ๐ŸŸฅ

chrome-password-stealer's People

Contributors

yurtrimu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.