CloakBrowser icon indicating copy to clipboard operation
CloakBrowser copied to clipboard

Stealth Chromium that passes every bot detection test. Drop-in Playwright replacement with source-level fingerprint patches. 30/30 tests passed.

Results 163 CloakBrowser issues
Sort by recently updated
recently updated
newest added

I noticed users asking for native per-profile launchers (e.g. separate macOS apps/shortcuts for specific persistent profiles). Since the current solution is a manual script/Automator workflow, I was wondering if you'd...

Hi maintainers, just following up on this report. Could you please let me know whether you have had a chance to assess this as a security issue? If the behavior...

## Description `cloakserve` accepts WebSocket connections from untrusted browser origins and transparently proxies them to the local Chromium DevTools socket on `127.0.0.1`, without validating the request `Origin` or requiring authentication....

Any plans on having this accessible via MCP for LLMs?

> I used launch_persistent_context with args=["--remote-debugging-port=9222"] and then get ws url from http://localhost:9222/json/version but this way not convinience and moreover after connecting to ws endpoint browser stop loading anything, like...

Hello, is it possible to get direct CDP ws connection url? I have my own CDP SDK and want to use it with CloakBrowser. I tried CloakBrowser Manager but it...

## Summary Addresses the remaining gaps in #217 after the path-traversal fix (commit `babef04`). The reporter flagged three classes of risk; one was fixed, two remained: | Gap | Status...

# fix: add flags to prevent browser hang on proxy or geoip initialization (#243 ) ## summary: - adds --disable-features for Critical Client Hints and AcceptCH frames. - resolves an...

## Summary - Export `buildLaunchOptions()` from the JS package entrypoint so consumers can launch CloakBrowser with custom Playwright-compatible wrappers. - Export `humanizeBrowser()` so consumers can apply CloakBrowser's human-like behavior layer...

## Summary - Add a WebSocket Origin guard to `cloakserve` before proxying CDP WebSocket upgrades. - Preserve CLI/CDP clients that omit `Origin` and Chrome DevTools origins. - Reject untrusted browser...