Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thewh1teagle/chrome-privless-encryption

A PoC demonstrating how to bypass Chrome v20+ appbound encryption to extract HTTP-only and secure cookies using Chrome's Remote Debugging Protocol, without admin rights.
https://github.com/thewh1teagle/chrome-privless-encryption

appbound chrome cookies encryption hacking security

Last synced: 5 days ago
JSON representation

A PoC demonstrating how to bypass Chrome v20+ appbound encryption to extract HTTP-only and secure cookies using Chrome's Remote Debugging Protocol, without admin rights.

Awesome Lists containing this project

README

        

# chrome-privless-encryption

A PoC demonstrating how to bypass Chrome v20+ appbound encryption to extract HTTP-only and secure cookies using Chrome's Remote Debugging Protocol, without admin rights.

> **Disclaimer:** For educational purposes only. Unauthorized data access is illegal.

## Usage

Install dependencies:

```console
pip install websocket-client requests
```

Run

```console
python main.py
```