Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thewh1teagle/chrome-privless-encryption
- Owner: thewh1teagle
- Created: 2024-11-03T01:53:00.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-11-03T13:06:16.000Z (15 days ago)
- Last Synced: 2024-11-03T14:18:58.819Z (15 days ago)
- Topics: appbound, chrome, cookies, encryption, hacking, security
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```