Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 869 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 869 Bytes

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