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: 8 months 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.
- Host: GitHub
- URL: https://github.com/thewh1teagle/chrome-privless-encryption
- Owner: thewh1teagle
- Created: 2024-11-03T01:53:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T18:54:11.000Z (over 1 year ago)
- Last Synced: 2025-10-04T06:57:19.705Z (9 months ago)
- Topics: appbound, chrome, cookies, encryption, hacking, security
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 32
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```