/chrome-password-cli

This command line script, written in Python, aims to decrypt saved browser (Chrome) passwords and save them to a text file

Primary LanguagePython

chrome-password-cli

Installing dependencies

> pip install -r requirements.txt

How to use

usage: main.py -l --local 'Local State' -d --data 'Login Data'

positional arguments:
   -l, --Local, Treats the Local State file  
   -d, --data, Treats the Login Data file
  • The files to be resolved in the script contain a specific path on the system.

    Local State path: AppData/Local/Google/Chrome/User Data/Local State

    Login Data path: AppData/Local/Google/Chrome/User Data/default/Login Data

> python3 main.py -l 'Local State' -d 'Login Data'