Skip to content

extract chromium-based browser's cookies using chrome's remote debugging without admin rights

Notifications You must be signed in to change notification settings

Mich-ele/chrome-cookie-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Cookie Extractor

This tool bypasses Chrome v20+ app-bound encryption to extract cookies from the selected browser. It leverages Chrome's Remote Debugging capabilities, allowing users to securely retrieve and save their cookies for further use.
No admin rights required.

tool

Features

  • Automatically locates browsers paths and user data directories.
  • Connects to a running instance of Chrome with remote debugging enabled.
  • Retrieves all cookies from the browser's session.
  • Exports cookies in Netscape format into cookies.txt.

Usage

Install dependencies

go get github.com/gorilla/websocket
go get golang.org/x/sys/windows/registry

Run

go run main.go

Credits

About

extract chromium-based browser's cookies using chrome's remote debugging without admin rights

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages