Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Cloudflare Turnstile 绕过工具 | Cloudflare Bypass Tool based on SeleniumBase UC Mode | 支持 Mac/Windows/Linux
| Date | Stars |
|---|---|
| 2026-07-24 | 402 |
| 2026-07-25 | 403 |
| 2026-07-28 | 403 |
| 2026-07-30 | 403 |
| 2026-08-06 | 403 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Cloudflare Bypass Tool 2026 A multi-strategy toolkit for researching and testing **Cloudflare Turnstile / Challenge** flows on **macOS, Windows, and Linux**. 面向 Cloudflare Turnstile / Challenge 的多方案研究与授权测试工具集,支持 **Mac / Windows / Linux**。 [](https://www.python.org/) [](#installation--安装) [](LICENSE) --- ## Table of Contents / 目录 | English | 中文 | |:---|:---| | [Disclaimer](#disclaimer--免责声明) | [免责声明](#disclaimer--免责声明) | | [Overview](#overview--项目概述) | [项目概述](#overview--项目概述) | | [Method Comparison](#method-comparison--方案对比) | [方案对比](#method-comparison--方案对比) | | [Features](#features--功能特性) | [功能特性](#features--功能特性) | | [Requirements](#requirements--环境要求) | [环境要求](#requirements--环境要求) | | [Installation](#installation--安装) | [安装](#installation--安装) | | [Quick Start](#quick-start--快速开始) | [快速开始](#quick-start--快速开始) | | [Usage](#usage--使用说明) | [使用说明](#usage--使用说明) | | [Python API](#python-api) | [Python API](#python-api) | | [Proxy Format](#proxy-format--代理格式) | [代理格式](#proxy-format--代理格式) | | [Output](#output--输出) | [输出](#output--输出) | | [Project Layout](#project-layout--项目结构) | [项目结构](#project-layout--项目结构) | | [FAQ](#faq--常见问题) | [常见问题](#faq--常见问题) | | [References](#references--参考资料) | [参考资料](#references--参考资料) | | [Business](#business--商务合作) | [商务合作](#business--商务合作) | | [License](#license--许可证) | [许可证](#license--许可证) | --- ## Disclaimer / 免责声明 **English** This project is intended for **educational research** and **authorized automation testing** only. You must comply with applicable laws and the terms of service of any target website. - No warranty of fitness for any particular site or environment. - Success rates vary with IP reputation, browser environment, target policy, and timing. - Datacenter IPs, true headless mode, and display-less containers typically reduce success rates. **中文** 本项目仅供**学习研究**与**已授权**的自动化测试使用。使用时须遵守当地法律法规及目标站点服务条款。 - 不对任何站点、任何环境提供通过率保证。 - 实际效果受 IP 信誉、浏览器环境、目标策略与时机影响。 - 机房 IP、真无头模式、无图形界面的容器环境通常会显著降低成功率。 --- ## Overview / 项目概述 **English** Cloudflare defenses in 2025–2026 are layered: network reputation, TLS/HTTP fingerprinting, JavaScript challenges, Turnstile interaction, and automation-protocol signals. A single HTTP client is not sufficient for Turnstile. This repository provides **five runnable strategies** plus one class-based wrapper, so you can choose the right path for single-session research, batch jobs, pure CDP control, or TLS-level reuse of an already-solved session. **Recommended baseline (open-source path):** ```text Headed real Chrome + optional residential / high-quality egress IP + UC reconnect or pure CDP + OS-level captcha click when interaction is required ``` **Not recommended as a primary Turnstile path:** ```text True headless hard-target Managed Turnstile Pure curl_cffi / tls-client against Turnstile playwright-stealth alone as a “one-click” solution ``` **中文** 2025–2026 年 Cloudflare 检测已分层:网络信誉、TLS/HTTP 指纹、JS Challenge、Turnstile 交互,以及自动化协议特征。单靠 HTTP 客户端无法完成 Turnstile。 本仓库提供 **5 套可运行方案** 与 1 个类封装入口,覆盖单会话研究、批量任务、纯 CDP 控制,以及浏览器解出后的 TLS 层会话复用。 **开源场景下更稳妥的基线:** ```text 有头真实 Chrome + 可选住宅或高质量出口 IP + UC 断连重连 或 纯 CDP + 需要交互时使用操作系统级点击 ``` **不建议作为 Turnstile 主路径:** ```text 真无头模式硬刚 Managed Turnstile 纯 curl_cffi / tls-client 直打 Turnstile 单独依赖 playwright-stealth 作为“一键方案” ``` --- ## Method Comparison / 方案对比 | # | Script | Strategy / 策略 | Turnstile | Best for / 适用场景 | |:---:|:---|:---|:---:|:---| | 1 | `bypass.py` | SeleniumBase **UC Mode** | Yes | Default single-session path / 默认单会话主路径 | | 2 | `simple_bypass.py` | UC + parallel / proxy rotation | Yes | Batch jobs; GUI click contention possible / 批量任务;并行时可能争抢系统鼠标 | | 3 | `bypass_nodriver.py` | nodriver pure CDP | Yes | Chromedriver-free CDP; needs OpenCV; **AGPL-3.0** / 无 chrom
Excerpt of 19,050 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:734ee95aced625df, topic:automation
matched fp:734ee95aced625df, topic:selenium