Skip to content

Instantly share code, notes, and snippets.

View RobertAzovski's full-sized avatar

RobertAzovski

View GitHub Profile
@thewh1teagle
thewh1teagle / main.py
Created October 29, 2024 16:06
Chrome v20 decryption with Windows API
"""
pip install pywin32 pycryptodome
python main.py
"""
import ctypes, win32api, win32con, win32security, win32crypt, win32process
from ctypes import wintypes
import os, json, binascii, sqlite3, pathlib
from Crypto.Cipher import AES
@thewh1teagle
thewh1teagle / main.py
Last active November 10, 2025 11:23
Bypass Chrome v20 encryption and extract cookies using Chrome Remote Debugging without admin rights.
"""
Bypass Chrome v20 appbound encryption and extract cookies using Chrome Remote Debugging without admin rights.
Including HTTP Only and Secure cookies.
Developed by: github.com/thewh1teagle
License: MIT
For educational purposes only.
Usage:
pip install websocket-client requests
python main.py