7-验证码识别

发布时间:2024年01月03日

验证码识别

1、验证码的用途和分类

验证码的作用

验证身份

使用手机号/邮箱登录
敏感操作二次验证:异地登录、修改密码、注销……

验证行为

机器批量操作:投票、抢购、注册、发帖、爬虫……
CAPTCHA:Completely Automated Public Turing test to tell Computers and Humans Apart

验证码的类型

  • 静态验证码
  • 行为式验证码
  • 间接式验证码
  • 无感验证码
静态验证码:图片验证码

在这里插入图片描述

问答式验证码

在这里插入图片描述

问答式验证码

在这里插入图片描述

在这里插入图片描述

行为式验证码:点击

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

行为式验证码:拖动

|在这里插入图片描述

间接式验证码:短信、邮件、语音电话

在这里插入图片描述

无感验证码

在这里插入图片描述

2、验证码的开发实现

本地开发:流程

在这里插入图片描述

reCaptcha

在这里插入图片描述

第三方验证码

谷歌:reCaptcha
腾讯:https://007.qq.com/product.html
网易网盾:https://dun.163.com/product/captcha
阿里云:https://promotion.aliyun.com/ntms/act/captchaIntroAndDemo.html
极验:http://www.geetest.com/
数美:https://www.ishumei.com/new/product/tw/code

在这里插入图片描述

3、验证码自动识别

OCR

Optical Character Recognition
光学字符识别

本地OCR识别

esayocr
pip install easyocr
login.py
基于Python 3.9.4

远程OCR识别服务(打码平台)

百度OCR
baidu.py
pip install baidu_aip -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

其他打码平台
http://www.ttshitu.com/
http://www.chaojiying.com/

文章来源:https://blog.csdn.net/m0_62978778/article/details/135356340
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。