A Python script for extracting saved passwords from Chromium-based browsers (Chrome, Edge, Opera) on Windows systems. The tool can display passwords, or save them to a timestamped file. Can be used in rubber ducky operation script.
Note
The code will work on local admin rights.
- Python 3.x
- Win32 Crypto API
- SQLite3
- AES Decryption
- Chromium Browser Architecture
pip install pycryptodome pywin32 sqlite3
The tool performs these key operations:
- Locates browser profile directories
- Extracts the master encryption key
- Copies and queries the Login Data SQLite database
- Decrypts passwords using AES-GCM
- Formats and displays/saves results
python GetPass.py
python GetPass.py -s
Caution
This tool is for educational purposes and personal password recovery only. Always comply with applicable laws and regulations.
If you have any feedback, please reach out to us at [email protected]