Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.69 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.69 KB

Chrome Stealer (Windows)

Description

In this repository, you will find a Python3 implementation of my Chrome Stealer. This piece of code can be used for penetration testing !only! on your own devices!

With the increasing usage of Multi-Factor-Authentication (MFA) stolen credentials become more and more un-attractive for hackers. To bypass MFA, a more sophisticated attack called Session Hijacking gains in Popularity. With this Chrome Stealer, you can steal cookies from Chrome's encrypted storage (SQLite database). Use this to build more advanced ChromeStealer, include it in your software or just try Session Hijacking and learn some ways for detection (e.g. Browser Fingerprinting, ...)

Pull requests are welcome - would be lovely if someone could implement a "User-Agent grabber" :)

  • Cookie Decryption
  • Credentials Decryption
  • Result as JSON allows easy data transmission over e.g. HTTPS
  • Support for: Chrome, ChromeDev, Chromium, Canary (Version 80+)
  • Chrome Multi-Profile Support
  • Grab Browser Details (User-Agent, Fingerprint, ...)
  • Credit Card Decryption
  • MacOS, Linux implementation

Prerequisites

Make sure Python3 is installed on your System.

  1. Clone this repository
git clone https://github.com/cr4kn4x/ChromeStealer.git
  1. Open the folder of the cloned repository in your shell
cd ChromeStealer
  1. Initialize Python virtual environment
python python -m venv ./
  1. Activate virtual environment
.\Scripts\Activate.ps1
  1. Install requirements
pip install -r requirements.txt
  1. Run ChromeStealer
python main.py