GabberBaby / chromepass

Get all passwords stored by Chrome on WINDOWS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chromepass

Get all passwords stored by Chrome on WINDOWS.

#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

#Run

To print output simply: python chromepass.py

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

#Author

Hassaan Ali Wattoo

About

Get all passwords stored by Chrome on WINDOWS.

License:MIT License


Languages

Language:Python 100.0%