An open API service indexing awesome lists of open source software.

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

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.