Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望减少联系人/产品查询表格的“垃圾邮件”提交。
虽然 Google 的 ReCaptcha 很好,但有时很难使用,因为验证码图像可能无法识别,并且其他验证码方法也会遇到同样的问题。
在过去的几周里,我仅使用 CSRF/Honeypot 技术就取得了不错的效果,但我知道 CSRF 只会阻止那些为表单字段抓取页面并直接 POST 的“最愚蠢的”机器人。
我很想使用用于生成垃圾邮件的实际工具。有谁知道一些很好的流行例子?
提前谢谢了!