Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EvanCarroll/xbrowser
Read your browsers cookies from the command line!
https://github.com/EvanCarroll/xbrowser
browser chromium cookie rust
Last synced: 3 days ago
JSON representation
Read your browsers cookies from the command line!
- Host: GitHub
- URL: https://github.com/EvanCarroll/xbrowser
- Owner: EvanCarroll
- License: other
- Created: 2023-09-30T23:53:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T18:04:29.000Z (about 1 year ago)
- Last Synced: 2024-04-17T21:15:59.385Z (7 months ago)
- Topics: browser, chromium, cookie, rust
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
`xbrowser`
====Read your browsers cookies from the command line! Allow easy session jacking
and integration between the browser and headless tooling. This is useful when
authentication is done online and requires JavaScript. Also session sharing
between browsers.Currently we have the ability to
* Linux support:
* Chrome/Chromium
* Decode v10 Chrome Cookies
* Decode v11 Chrome Cookies (with the gnome-libsecret store)
* Firefox cookies
* Dump Firefox CookiesThis will be expanded to support all browsers, on Windows, Linux, and OSX.
Synopsis
--------```shell
Usage: xbrowser [OPTIONS] --userCommands:
cookies Decodes Cookies
help Print this message or the help of the given subcommand(s)
```For more information on `xbrowser` see,
* `xbrowser --help`
* `xbrowser export chrome cookies --help`Here is an example
```
xbrowser export chrome cookes vpn.msauth.com
```Installation
----### Prerequisites
Currently building xbrowser requires the following dependencies
```sh
sudo apt install pkg-config libsecret-1-dev
```After you have these set up, the rest is pretty easy:
```
git clone https://github.com/EvanCarroll/xbrowser.git
cd browser_cookie;
cargo install --path .
```Similar Works
----* [Hack Browser Data](https://github.com/moonD4rk/HackBrowserData.git) a purely exfiltration tool written in Go.
* [PyCookieCheat](https://github.com/n8henrie/pycookiecheat) Python full featured cookie dump
* [Browser Cookie](https://github.com/richardpenman/browsercookie) **UNMAINTAINED** the first MVP in Python, forked to [Browser Cookie 3](https://github.com/borisbabic/browser_cookie3) for modern development.----
This is a seed project. Currently it's pre-alpha. GitHub Stars welcome.
Progress tracked on Issue Board. All welcome to file.