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.
- 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
.
Install dependencies
go get github.com/gorilla/websocket
go get golang.org/x/sys/windows/registry
Run
go run main.go
- thewh1teagle for python PoC