https://github.com/mrbuslov/chrome-passwords-extractor
Python script that extracts all saved passwords from your Google Chrome browser
https://github.com/mrbuslov/chrome-passwords-extractor
chrome chrome-extractor chrome-passwords extract google-chrome google-chrome-database passwords python
Last synced: about 2 months ago
JSON representation
Python script that extracts all saved passwords from your Google Chrome browser
- Host: GitHub
- URL: https://github.com/mrbuslov/chrome-passwords-extractor
- Owner: mrbuslov
- Created: 2025-04-06T20:26:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T20:34:05.000Z (about 1 year ago)
- Last Synced: 2025-04-06T21:29:54.455Z (about 1 year ago)
- Topics: chrome, chrome-extractor, chrome-passwords, extract, google-chrome, google-chrome-database, passwords, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Password Extractor
This Python script extracts all saved passwords from your Google Chrome browser.
# HOW TO RUN
Install dependencies with:
```bash
pip install -r requirements.txt
```
Run the script using:
```bash
python main.py
```
> ⚠️ **Note:** This script must be run on Windows OS + with closed Google Chrome browser
## Disclaimer
This project is intended for **educational purposes only**.
Accessing or extracting credentials without proper authorization is **illegal** and **unethical**.
Use this tool only on systems and profiles you own or have explicit permission to access.
The author is not responsible for any misuse or damage caused by this tool.