首页 > 解决方案 > 使用 hCaptch + Cloud Flare 保护绕过网站

问题描述

有没有人知道如何在受云耀斑保护的网站上绕过 hCaptcha?我到处搜索,但找不到任何解决方案(实际上,如果有办法,云耀斑员工应该被解雇)。

PS:我的问题是即使我自己解决了验证码后,云耀斑也不会将我重定向到网站。我知道问题出在浏览器检查上,但我使用undetected_chromedriveruser -data-dir参数来规范自动化。

代码片段:

import undetected_chromedriver.v2 as uc
options.add_argument('--start-maximized')
options.add_argument(f'--user-data-dir={path_to_data_dir}')
options.add_argument(f'--profile-directory=Profile 1')

标签: pythonweb-scrapingcaptchacloudflare2captcha

解决方案


推荐阅读