Coder Social home page Coder Social logo

erizoat / amazon-captcha-solving- Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 7 KB

JavaScript 59.71% Python 40.29%
amazon amazon-captcha amazon-captcha-bypass amazon-captcha-login-solver amazon-captcha-solver amazon-captcha-solving aws captcha captcha-automation captcha-recognition

amazon-captcha-solving-'s Introduction

Best Amazon AWS WAF captcha solving service

Bonus Code

A bonus code for Capsolver: AMN. After redeeming it, you will get an extra 5% bonus after each recharge, Unlimited

image

What is Amazon AWS WAF captcha?

AWS WAF CAPTCHA is a security feature provided by Amazon Web Services (AWS) designed to protect websites and applications from automated bot attacks by incorporating CAPTCHA challenges. CAPTCHA, which stands for Completely Automated Public Turing test to tell Computers and Humans Apart, is a type of challenge-response test used to determine whether the user is human.

This feature enhances the AWS Web Application Firewall (WAF) by allowing web administrators to set up rules that require users to solve CAPTCHA puzzles before their requests are processed. This is particularly useful for mitigating automated threats such as web scraping, credential stuffing, and layer 7 Distributed Denial-of-Service (DDoS) attacks.

image

Solving AWS WAF captcha by Using CapSolver

Enter Capsolver, a leading captcha solving service that specializes in resolving various types of captchas, including those used by AWS WAF.

To solve AWS WAF Captcha issues, please follow our documentation as a priority. In this example we will use only the required parameters. the task types for AWS WAF Captcha are as follows:

  • AntiAwsWafTaskProxyless: This task type requires don't require your own proxy.
  • AntiAwsWafTask: This task type requires your own proxies.

In this case, the task type that will be used in this blog, will be AntiAwsWafTaskProxyLess.

Step 1: Submit the information to Capsolver

POST https://api.capsolver.com/createTask
{
 "clientKey":"yourapiKey",
 "task":
 {
 "type":"AntiAwsWafTaskProxyless",
 "websiteURL":"https://efw47fpad9.execute-api.us-east-1.amazonaws.com/latest",
  "awsKey":"key value",
  "awsIv":"iv value",
  "awsContext":"context value",
  "awsChallengeJS":"Url of the js challenge"
 }
}

This will return a response that contains taskId, save this value and submit to the step 2.

Step 2: Get the results

We will need to retrieve the getTaskResult method until the captcha is solved. Retrieve every 3-5s.

POST https://api.capsolver.com/getTaskResult
Host: api.capsolver.com
Content-Type: application/json
{
 "clientKey":"YOUR_API_KEY",
 "taskId": "TASKID OF CREATETASK" //ID created by the createTask method
}

Captcha solution will look like: AWS CAPTCHA TOKEN SOLUTION

After the captcha has been solved, you need to create the cookie aws-waf-token and add the value that you got from capsolver response.

Documentation

Capsolver API documentation

amazon-captcha-solving-'s People

Contributors

erizoat avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.