You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/nicksherron/cookies

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/nicksherron/cookies

v0.0.0-20221213033246-f7941c90b574
Source
Go
Version published
Created
Source

cookies

small command line tool for looking up chrome cookies for a domain on mac osx

install

$ GO111MODULE=on go get -u github.com/nicksherron/cookies

usage

The default path thats checked for cookie db is ~/Library/Application Support/Google/Chrome/Default/Cookies set "GOOGLE_CHROME_PROFILE" to your profile name if it's not "Default" eg export GOOGLE_CHROME_PROFILE="Profile 1" would check ~/Library/Application Support/Google/Chrome/Profile 1/Cookies

$ cookies github.com
_octo=GH1.1.1842523239.15; _device_id=68c3d0a0ce4cd510c51964e0bc267adc9c3; 
... 

FAQs

Package last updated on 13 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts