AWS WAF 验证码求解器
使用 AwsWafImage 任务类型绕过 AWS WAF 挑战。提交 base64 编码的图片,question 字段格式为 aws:grid:<target>。
创建任务
POST
/createTaskHostapi.captchasonic.com
Content-Typeapplication/json
{
"apiKey": "YOUR_API_KEY",
"task": {
"type": "AwsWafImage",
"question": "aws:grid:traffic_light",
"queries": ["BASE64_GRID_IMAGE"],
"websiteURL": "https://example.com"
}
}
响应
{
"code": 200,
"msg": "",
"answers": [1, 5, 8]
}
answers包含与目标对象匹配的九宫格单元格索引。
question 字段格式
question 字段遵循 aws:<type>:<target> 模式:
| 模式 | 说明 |
|---|---|
aws:grid:traffic_light | 选择包含交通信号灯的格子 |
aws:grid:chair | 选择包含椅子的格子 |
aws:grid:bus | 选择包含公交车的格子 |
任务参数
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
type | string | ✅ | AwsWafImage |
question | string | ✅ | 挑战指令,格式为 aws:<type>:<target> |
queries | string[] | ✅ | base64 编码的九宫格图片 |
websiteURL | string | 否 | 目标网站 URL(用于上下文) |
API 演练场
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
⌘ + Enter
Parameters
Error Codes
terminal