Skip to content

Cookie/Credential Stealer for Google Chrome Webbrowser written in Python 3.

License

Notifications You must be signed in to change notification settings

cr4kn4x/ChromeStealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cookie/Credential Stealer for Google Chrome Webbrowser written in Python 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages