https://github.com/takuya/chrome-storage
Chrome(OSX ) 's password dump tool
https://github.com/takuya/chrome-storage
Last synced: about 1 year ago
JSON representation
Chrome(OSX ) 's password dump tool
- Host: GitHub
- URL: https://github.com/takuya/chrome-storage
- Owner: takuya
- License: gpl-3.0
- Created: 2015-12-15T17:52:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T14:26:26.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T01:14:05.373Z (over 1 year ago)
- Language: Ruby
- Size: 17.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
```sh
./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.
```sh
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