Skip to content

saranrapjs/chrome-cookie-cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

chrome-cookie-cutter

Very specific CLI utility for extracting specific cookie names from Chrome's cookie store, for re-use elsewhere in scripting.

Install

go install github.com/saranrapjs/chrome-cookie-cutter

Usage

Standalone:

chrome-cookie-cutter my-domain.com my-cookie-name

In conjunction with something like cURL + some kind of HTTP header auth:

curl -H "Authorization: Bearer `chrome-cookie-cutter my-domain.com my-cookie-name`" my-domain.com

About

This is 100% derived from this great script.

About

CLI-friendly Chrome cookie value exporter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages