DataDome Super Bypass
Overview
Run a single orchestrator that executes all available bypass layers in order and reports what still blocks progress.
Run
CODEBLOCK0
What it does
- 0. Run solver credential bootstrap checks (env + optional balance check)
- Probe protected endpoint
- Attempt no-key DataDome cookie harvest (Playwright)
- Inject harvested cookie into Playwright state
- Retest for challenge presence
- If
CAPSOLVER_API_KEY and PROXY_URL are present, run solver path - Save artifacts/screenshots in INLINECODE2
Required for solver path
Outputs
- - Probe HTML: INLINECODE5
- Harvested cookie: INLINECODE6
- Retest screenshot: INLINECODE7
- Session state: INLINECODE8
Notes
- - Authorized access only.
- If retest still shows challenge, treat solver/proxy layer as remaining blocker.
DataDome 超级绕过
概述
运行一个单一编排器,按顺序执行所有可用的绕过层,并报告仍阻碍进度的内容。
运行
bash
bash scripts/run
superbypass.sh https://propwire.com/search?filters=%7B%7D propwire
功能说明
- 0. 运行求解器凭证引导检查(环境变量 + 可选余额检查)
- 探测受保护的端点
- 尝试无密钥的DataDome Cookie采集(Playwright)
- 将采集到的Cookie注入Playwright状态
- 重新测试挑战是否存在
- 如果存在CAPSOLVERAPIKEY和PROXY_URL,则运行求解器路径
- 将工件/截图保存至inbox/
求解器路径所需条件
- - CAPSOLVERAPIKEY
- PROXY_URL
输出文件
- - 探测HTML:inbox/datadomeprobesuper.html
- 采集的Cookie:inbox/datadomecookiesuper.json
- 重新测试截图:inbox/superbypassretest.png
- 会话状态:~/.clawdbot/browser-sessions/playwrightstate.json
注意事项
- - 仅限授权访问。
- 如果重新测试仍显示挑战,则将求解器/代理层视为剩余阻塞因素。