如何使用 Java 读取验证码?

发布于 2024-10-12 02:03:04 字数 120 浏览 1 评论 0 原文

我总是听说读取验证码是不可能的,所以现在我想用 Java 编写一个开源验证码阅读器。想知道我应该寻找什么......有什么好书吗?关于从哪里开始有什么想法吗?

我知道这有点超出我的想象,但我仍然会至少尝试一下。

I always hear that reading a CAPTCHA is impossible and so now I want to write an open source CAPTCHA reader in Java. Was wondering what I should be looking for... any good books? Any ideas on where to start?

I know this is a bit over my head, but I am still going to at least try.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

︶ ̄淡然 2024-10-19 02:03:04

看看 JDownloader。他们的部分代码读取验证码。

Have a look at JDownloader. Part of their code reads captchas.

寂寞美少年 2024-10-19 02:03:04

我不知道如何执行此操作的任何 Java 代码,但我记得阅读过 这篇论文介绍了如何破解一些旧的验证码变体。我不知道这在现代验证码中有多适用,但这里的一些技术可能有用。请注意——这是一篇非常技术性的论文。

另外,您可能应该知道,目前破解验证码的最著名技术是 将它们交给人类以换取一些奖励

I don't know any Java code on how to do this, but I do remember reading this paper on how to break some of the older Captcha variants. I don't know how applicable this is in modern Captchas, but some of the techniques here might be useful. Be warned - this is a pretty technical paper.

Also, you should probably be aware that the best known techniques for breaking Captchas these days are to give them to humans in exchange for some reward.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文