Skip to content

Chrome(OSX ) 's password dump tool

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

takuya/chrome-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Password/Cookie Dumper for OSX

This package is for Dump Cookie /Login Password from Google Chrome (Mac OSX )

Since Chrome 45 , Google unsupport OSX Keychain sync.

So, we must import IDs manually....

Usage

Dump cookie

./bin/chrome-cookie www.yahoo.co.jp | jq .

Dump id/pass

./bin/chrome-login-data www.yahoo.co.jp | jq .

How to import to OSX keychain

You can impart dumped ID/Password to your OSX Keychain.app .

Use osx bundled security commands to import like This.

security add-internet-password -a USER_NAME -s HOST -w PASSWORD -j COMMENT  -p URI  -U

Enjoy !

author http://takuya-1st.hatenablog.jp/entry/2015/12/16/032719

About

Chrome(OSX ) 's password dump tool

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages