An open API service indexing awesome lists of open source software.

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

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