Skip to content

EvanCarroll/xbrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Cookies

This will be expanded to support all browsers, on Windows, Linux, and OSX.

Synopsis

Usage: xbrowser [OPTIONS] --user <USER> <ACTION> <BROWSER> <COMMAND>

Commands:
  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

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


This is a seed project. Currently it's pre-alpha. GitHub Stars welcome. Progress tracked on Issue Board. All welcome to file.

About

Read your browsers cookies from the command line!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages