Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justjavac/chrome_password.js

Get username & password from Chrome.
https://github.com/justjavac/chrome_password.js

Last synced: about 2 months ago
JSON representation

Get username & password from Chrome.

Awesome Lists containing this project

README

        

# chrome_password

~~Steal~~ Get username & password from Chrome. (**Now Only Windows**)

## Try it

```shell
npx chrome_password
```

## Installation

```powershell
npm install -g chrome_password
```

or

```powershell
yarn global add chrome_password
```

## Usage

```plain
➜ ~ chrome_password
+----------------------------------------+------------------------+---------------------------+
| url | username | password |
+----------------------------------------+------------------------+---------------------------+
| https://baidu.com | justjavac | 12345678 |
+----------------------------------------+------------------------+---------------------------+
| http://127.0.0.1/login.php | admin | 12345678 |
+----------------------------------------+------------------------+---------------------------+
| https://www.zhihu.com/login | root | 12345678 |
```

or:

```powershell
npx chrome_password
```

## Related projects

- [chrome_password_ui Tauri](https://github.com/justjavac/steal_password_from_browser)
- [chrome_password Rust](https://github.com/justjavac/chrome_password.js)

## License

chrome_password is released under the MIT License. See the bundled
[LICENSE](./LICENSE) file for details.