stealth-browser-launch

Installation
SKILL.md

Stealth Browser Launch

Launch a patched Chromium binary with C++ source-level fingerprint modifications that bypass anti-bot detection. The binary spoofs canvas, WebGL, audio, GPU, screen, WebRTC, network timing, and automation signals at the binary level — not via JavaScript injection or config patches that break with Chrome updates. Passes Cloudflare Turnstile, reCAPTCHA v3 (0.9 score), FingerprintJS, BrowserScan, and 30+ detection sites.

When to Use

  • Target blocks curl/httpx/nuclei with Cloudflare, Akamai, DataDome, or Kasada.
  • Need full browser JavaScript execution for form submission, login, or XSS testing.
  • Target returns 403 on all unauthenticated requests even with proper headers.
  • Need to access reCAPTCHA-protected endpoints without solving CAPTCHAs.
  • Running automated recon behind residential proxies — stealth browser prevents IP+UA correlation.

Prerequisites

  • terminal with python3 and pip.
  • playwright installed: pip install playwright && playwright install-deps chromium.
  • Residential proxy (datacenter IPs are reputation-blocked regardless of browser fingerprint).
  • Optional: cloakbrowser[geoip] for automatic timezone/locale resolution from proxy exit IP.
Installs
11
GitHub Stars
1.2K
First Seen
Jul 9, 2026
stealth-browser-launch — uphiago/recon-skills