【问题标题】:How can I use a python script to bypass google recaptcha?如何使用 python 脚本绕过 google recaptcha?
【发布时间】:2018-05-22 05:58:20
【问题描述】:

我正在尝试创建一个在网站上执行某些操作的机器人,我尝试使用 rebreak captcha 来实现这一点,但我不知道如何做到这一点。

我在运行 python 脚本时收到以下错误消息:

RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, 
but may not work 

warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, 
but may not work", RuntimeWarning)

有谁知道如何解决这个问题?此脚本的存储库位于 GitHub 上的此链接上:

https://github.com/eastee/rebreakcaptcha

【问题讨论】:

  • 安装 ffmpeg 和/或 avconv - C/C++ 中有外部程序,python 中没有。
  • 这就是recaptcha存在的原因。 ¯_(ツ)_/¯

标签: python ffmpeg recaptcha


【解决方案1】:

如果你看到帖子 https://east-ee.com/2017/02/28/rebreakcaptcha-breaking-googles-recaptcha-v2-using-google/

在“更新二”部分说:

“Google 似乎已经完全解决了这个问题:将最小位数从 4-5 提高到 10-12,并引入更难语音识别的新数字记录,以及背景噪音。POC结果已经停止工作。一直很有趣”

对不起:(

【讨论】:

    猜你喜欢
    • 2018-11-01
    • 2020-08-06
    • 1970-01-01
    • 2020-10-24
    • 2021-04-03
    • 1970-01-01
    • 1970-01-01
    • 2022-06-16
    • 2020-03-11
    相关资源
    最近更新 更多