Categorygithub.com/shunirr/extract-chrome-storage
repositorypackage
0.0.5
Repository: https://github.com/shunirr/extract-chrome-storage.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

extract-chrome-storage

This is a CLI tool for extracting Chrome storage, such as cookies and local storage.

Requirement

  • macOS

Install

brew install shunirr/extract-chrome-storage/extract-chrome-storage

Usage

extract-chrome-storage --help

Cookie

extract-chrome-storage cookie --domain ".example.com"

Local Storage

extract-chrome-storage local-storage --domain "www.example.com" --key "localStorageData"

Slack app data

extract-chrome-storage cookie --browser slack --app-store --domain ".slack.com" | jq .
extract-chrome-storage local-storage --browser slack --app-store --domain "app.slack.com" --key "localConfig_v2" | jq .