本接口采用easyocr、muggle_ocr、dddd_ocr进行验证码识别,请自行调用需要使用的接口,token需去http://vuln.online获取。
请求数据包:
POST /ddddocr/base64 HTTP/1.1 Host: 120.53.245.211:8008 Content-Type: application/json { "user": "user", "token": "token", "typeid":"1", "image": "<@URLENCODE><@BASE64><@IMG_RAW></@IMG_RAW></@BASE64></@URLENCODE>" }
返回数据包:
HTTP/1.0 200 OK Content-Type: application/json Content-Length: 31 Server: Werkzeug/2.0.1 Python/3.7.2 Date: Wed, 02 Mar 2022 03:22:13 GMT {"result":"slrr","status":"1"}
请求数据包:
POST /muggle_ocr/base64 HTTP/1.1 Host: 120.53.245.211:8008 Content-Type: application/json { "user": "user", "token": "token", "typeid":"1", "image": "<@URLENCODE><@BASE64><@IMG_RAW></@IMG_RAW></@BASE64></@URLENCODE>" }
返回数据包:
HTTP/1.0 200 OK Content-Type: application/json Content-Length: 31 Server: Werkzeug/2.0.1 Python/3.7.2 Date: Wed, 02 Mar 2022 03:22:13 GMT {"result":"slrr","status":"1"}
请求数据包:
POST /easyocr/base64 HTTP/1.1 Host: 120.53.245.211:8008 Content-Type: application/json { "user": "user", "token": "token", "typeid":"1", "image": "<@URLENCODE><@BASE64><@IMG_RAW></@IMG_RAW></@BASE64></@URLENCODE>" }
返回数据包:
HTTP/1.0 200 OK Content-Type: application/json Content-Length: 31 Server: Werkzeug/2.0.1 Python/3.7.2 Date: Wed, 02 Mar 2022 03:22:13 GMT {"result":"slrr","status":"1"}
接口地址:http://120.53.245.211:8008
字段名 | 类型 | 解释 |
---|---|---|
user | string | 用户名 |
token | string | 身份认证标识 |
typeid | string | 图片类型ID:1:数字字母形式 2:算术形式 暂不支持算术形式识别! |
image | string | 图片原图像base64编码 |
result | string | 返回的识别结果 |
status | string | 是否识别成功,成功返回1,失败返回0 |