## https://sploitus.com/exploit?id=EAF82327-5B01-5E1D-A612-2655F3FF53A0
# 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
```