chpass

Gather information from chrome


Keywords
chrome, passwords, python, recon
License
AML
Install
pip install chpass==0.3.1

Documentation

chpass

Gather information from Chrome 🔑

Unit Tests Integration Tests python

Features

  • import/export passwords
  • history
  • google account profile picture
  • downloads
  • top visited sites

Installing

$ pip install chpass

Usage

usage: chpass [-h] [-u USER] [-i FILE_ADAPTER] {import,export} ...

Chrome must be closed during the whole process, because its database is locked while running.

Export

usage: chpass export [-h] [-d DESTINATION_FOLDER] {passwords,history,downloads,top_sites,profile_pic} ...

Import

usage: chpass import [-h] -f FROM_FILE

In order to import the passwords successfully, Chrome must be restarted after the import to load the passwords from the database.

File adapters

chpass support read/write functionality with csv and json.

the default export and import is done with csv.

you can change the file adapter with the flag:

$ chpass -i json export

License

This project is licensed under the terms of the MIT license.