Gather information from Chrome 🔑
- import/export passwords
- history
- google account profile picture
- downloads
- top visited sites
$ pip install chpass
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.
usage: chpass export [-h] [-d DESTINATION_FOLDER] {passwords,history,downloads,top_sites,profile_pic} ...
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.
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
This project is licensed under the terms of the MIT license.