logo
bars

Automatic AWS WAF CAPTCHA Recognition

AWS WAF CAPTCHA is a verification system from Amazon. It is used to determine whether a website visitor is a human or a bot. AWS WAF CAPTCHA protects web resources from unwanted activity, including spam, DDoS attacks, and other automated threats.

Why choose CapMonster Cloud?

Stability
Stability
Automatic CAPTCHA solving ensures uninterrupted performance even under heavy loads
Maximum Accuracy
Maximum Accuracy
Up to 99% success rate, even with complex CAPTCHA types
Scalability
Scalability
Easily handles increasing loads while maintaining high speed and stability
Quick Start
Quick Start
Ready-to-use libraries with code examples for API integration and browser extensions
Affiliate Program
Affiliate Program
Earn up to 30% from user spend when you integrate CapMonster Cloud into your software
Bonus Program
Bonus Program
Receive a bonus up to 15% for the volume of solved captchas to your balance
Transparent Pricing
Transparent Pricing
You only pay for successfully solved CAPTCHAs — no hidden fees
Trusted by Industry Leaders
Trusted by Industry Leaders
1000+ companies around the world rely on us
Support
Support
Fast, responsive help and setup assistance

Pricing of Amazon AWS WAF CAPTCHA solution

CAPTCHA
Price per 1,000
$ 1.40
1k tokens

Types of AWS/WAF CAPTCHA

landingKindOfAmazonTitle1

Image-based CAPTCHA

The user is prompted to select one or more images that match a given criterion (for example, "select all images with chairs"). This is the most common type used in AWS WAF.
landingKindOfAmazonTitle2

Interactive CAPTCHA

The user is required to perform a simple action — such as rotating an image, clicking on a specific area, or solving a visual puzzle.

Amazon Captcha Examples

amazon-example-1amazon-example-2

How to solve Amazon captcha

dashboardDashboard

CapMonster Cloud API

Solution by clicks or tokens
chromeExtension

Extension for Chrome

Solution by clicks or tokens
fireFoxExtension

Extension for Firefox

Solution by clicks or tokens

Captcha solving steps

landingCaptchaSolveStepStep
1st step
Sign Up on the CapMonster Cloud website to start solving captchas
landingCaptchaSolveStepStep
2st step
Copy your API key into the software for recognizing captcha (for example, into the CapMonster Cloud extension)
landingCaptchaSolveStepStep
3st step
Send captchas for automatic recognition
landingCaptchaSolveStepStep
4st step
Get fast bypassed captcha

SDK for automatic recognition of Amazon AWS WAF CAPTCHA


// https://github.com/ZennoLab/capmonstercloud-client-js

import { CapMonsterCloudClientFactory, ClientOptions, AmazonRequest } from '@zennolab_com/capmonstercloud-client';

document.addEventListener('DOMContentLoaded', async () => {
  const cmcClient = CapMonsterCloudClientFactory.Create(
    new ClientOptions({
      clientKey: '<your capmonster.cloud API key>',
    })
  );

  console.log(await cmcClient.getBalance());

  const amazonRequest = new AmazonRequest({
    websiteURL: 'https://example.com',
    websiteKey: 'websiteKey',
    challengeScript: 'https://41bcdd4fb3cb.610cd090.us-east-1.token.awswaf.com/41bcdd4fb3cb/0d21de737ccb/cd77baa6c832/challenge.js',
    captchaScript: 'https://41bcdd4fb3cb.610cd090.us-east-1.captcha.awswaf.com/41bcdd4fb3cb/0d21de737ccb/cd77baa6c832/captcha.js',
    context: 'qoJYgnKsc...aormh/dYYK+Y=',
    iv: 'CgAAXFFFFSAAABVk',
  });

  /*
  const amazonRequest = new AmazonRequest({
    websiteURL: 'https://example.com',
    websiteKey: 'websiteKey', 
    challengeScript: 'https://41bcdd4fb3cb.610cd090.us-east-1.token.awswaf.com/41bcdd4fb3cb/0d21de737ccb/cd77baa6c832/challenge.js',
    captchaScript: 'https://41bcdd4fb3cb.610cd090.us-east-1.captcha.awswaf.com/41bcdd4fb3cb/0d21de737ccb/cd77baa6c832/captcha.js',
    context: 'qoJYgnKsc...aormh/dYYK+Y=',
    iv: 'CgAAXFFFFSAAABVk',
    proxyAddress: '8.8.8.8',
    proxyPort: 8080,
    proxyLogin: 'proxyLoginHere',
    proxyPassword: 'proxyPasswordHere',
  });
  */

  console.log(await cmcClient.Solve(amazonRequest));
});
More recognition methods and details on solving Amazon AWS WAF CAPTCHA can be found in the documentation

Amazon AWS/WAF recognition statistics

dimond
99%
Average successful captcha recognition rate
dimond
$105
Average monthly savings for recognizing 5000 captchas per day
dimond
8 sec
Average recognition time

Supported captchas

Documentation by Amazon AWS/WAF solution