I have written this script at 2015 when existing frameworks did not inlucde password dumps fro browsers. These days there are many and better scripts to pull creds from browsers using popular frameworks (Empire, MSF...).
This tool attempts to dump Chrome's saved sensitive user's data:- credentials stored in browsers.
- Autofill data
- Cookies
- Credit Cards
It extracts the data from the local broswer's files stored in Windows for the current active user using SQLiTE database commands and Windows API Crypt32.dll and decrypts the encrypted values using the CryptUnprotectData module built on python 'win32crypt' plugin.
Chrome user's files:
C:%APPDATA%\AppData\Local\Google\Chrome\User Data\Default\Login Data C:%APPDATA%\AppData\Local\Google\Chrome\User Data\Default\Web Data C:%APPDATA%\AppData\Local\Google\Chrome\User Data\Default\Cookies
Useage: (for Python 2.7)
C:/> chrome.py
C:/> chrome.py > myPasswords.txt