Return of the Cookie Monster - #2851
Open
carlospolop wants to merge 1 commit into
Open
carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://specterops.io/blog/2026/08/13/chrome-devtools-protocol-cookie-theft Content Categories: Based on the analysis, this content was categorized under "Windows Hardening > Stealing Windows Credentials > Browser Session and Cookie Theft via Chrome DevTools Protocol". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
The post presents a Windows post-exploitation technique for enabling the Chrome DevTools Protocol (CDP) inside an already-running Chromium browser process, specifically
chrome.exeormsedge.exe. By activating CDP in the victim's existing browser rather than launching a separate debugging instance, an operator retains access to the user's normal profile, cookies, extensions, saved data, open tabs, and authenticated sessions.This is not a remote...
🔧 Technical Details
Activate CDP inside an authenticated browser: When Chromium refuses remote-debugging flags for the default profile, avoid starting a new browser instance. Inject into the existing
chrome.exeormsedge.exe, locate its loaded browser DLL, resolveStartRemoteDebuggingServerand the required allocation and socket-factory symbols with masked signatures, place a remote stub, install a temporary window procedure, and execute the internal server-start function on the browser UI thread. This exposes a localhost CDP endpoint while retaining the user's actual profile and authenticated state.Use the browser rather than replaying exported sessions: Encryption and device binding mainly frustrate offline cookie extraction and replay from another environment. If an attacker controls CDP in the legitimate browser, they can query
Storage.getCookiesor make the browser perform authenticated navigation and requ...🤖 Agent Actions
Implemented the HackTricks update.
Changes
electron-cef-chromium-debugger-abuse.mdwith:chrome-isointernals0x143amaskValidation
git diff --checkpassed.mdbookwas unavailable in the environment.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.