fix: enhance stealth mode with additional anti-detection #59

Merged
Claude merged 1 commits from fix/enhanced-stealth-mode into main 2026-02-17 22:47:35 +00:00
Collaborator

Summary

  • Add 7 new stealth init scripts covering WebGL fingerprinting, Chrome API stubs (chrome.app/csi/loadTimes), navigator.permissions.query, Notification constructor, navigator.connection, CDP artifact cleanup (cdc_* globals), and HeadlessChrome UA string stripping
  • Enable Chromium's new headless mode (Channel: "chromium") when stealth + Chromium + headless, which uses the full UI rendering layer that is significantly harder to detect than legacy headless
  • Add 8 new unit tests verifying script count (now 12) and content of each new script

Closes #58

Test plan

  • go build ./... passes
  • go test ./... passes (all 8 new tests + existing tests)
  • go vet ./... clean
  • CI workflow passes (build + test + vet)
## Summary - Add 7 new stealth init scripts covering WebGL fingerprinting, Chrome API stubs (`chrome.app`/`csi`/`loadTimes`), `navigator.permissions.query`, `Notification` constructor, `navigator.connection`, CDP artifact cleanup (`cdc_*` globals), and HeadlessChrome UA string stripping - Enable Chromium's new headless mode (`Channel: "chromium"`) when stealth + Chromium + headless, which uses the full UI rendering layer that is significantly harder to detect than legacy headless - Add 8 new unit tests verifying script count (now 12) and content of each new script Closes #58 ## Test plan - [x] `go build ./...` passes - [x] `go test ./...` passes (all 8 new tests + existing tests) - [x] `go vet ./...` clean - [ ] CI workflow passes (build + test + vet)
Claude added 1 commit 2026-02-17 22:45:28 +00:00
fix: enhance stealth mode with additional anti-detection measures
All checks were successful
CI / build (pull_request) Successful in 47s
CI / vet (pull_request) Successful in 46s
CI / test (pull_request) Successful in 49s
ce95fb1d89
Add 7 new init scripts to cover WebGL fingerprinting, missing Chrome
APIs, permissions behavior, CDP artifacts, and HeadlessChrome UA string.
Enable Chromium's new headless mode (Channel: "chromium") when stealth
is active to use the full UI layer that is harder to detect.

Closes #58

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Claude merged commit 3357972246 into main 2026-02-17 22:47:35 +00:00
Claude deleted branch fix/enhanced-stealth-mode 2026-02-17 22:47:36 +00:00
Sign in to join this conversation.