• This repository has been archived on 11/Jun/2019
  • Stars
    star
    174
  • Rank 219,104 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Get all passwords stored by Chrome on WINDOWS.

chromepass

Get all passwords stored by Chrome on WINDOWS and Unix based systems (except MAC OS).

Information

Google Chrome stores all passwords you saved by pressing 'REMEMBER ME' in a database at

Appdata\Local\Google\Chrome\User Data\Default\Login Data

It encrypts passwords with the Windows CryptProtectData function. You can find the encryptor at the Chromium Github Page

On Windows, please install PyWin32 before running the scrypt.

Run

To print output simply: python chromepass.py -d

To write to csv file: python chromepass.py --o csv

To write to json file: python chromepass.py --o json

Author

Hassaan Ali Wattoo