AWS WAF Captcha Solver
Bypass AWS WAF challenges using the AwsWafImage task type. Submit base64-encoded images with the question format aws:grid:<target>.
Create Task
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"
}
}
Response
{
"code": 200,
"msg": "",
"answers": [1, 5, 8]
}
answerscontains the indices of grid cells matching the target object.
Question Format
The question field follows the pattern aws:<type>:<target>:
| Pattern | Description |
|---|---|
aws:grid:traffic_light | Select grid cells with traffic lights |
aws:grid:chair | Select grid cells with chairs |
aws:grid:bus | Select grid cells with buses |
Task Parameters
| Property | Type | Required | Description |
|---|---|---|---|
type | string | β | AwsWafImage |
question | string | β | Challenge instruction in aws:<type>:<target> format |
queries | string[] | β | Base64-encoded grid images |
websiteURL | string | No | Target website URL for context |
API Playground
POST
Log in to auto-fill your API key
Payload
Response
Hit Send to see response
β + Enter
Parameters
Error Codes
terminal