nextcaptcha / nextcaptcha-typescript

NextCaptcha is a powerful captcha solving service that supports various types of captchas including reCAPTCHA v2, reCAPTCHA v2 Enterprise, reCAPTCHA v3, reCAPTCHA Mobile, hCaptcha, hCaptcha Enterprise, and FunCaptcha
https://nextcaptcha.com/
MIT License
1 stars 0 forks source link

Does Funcaptcha Hotmail still resolvable ? #2

Open tungnnt opened 2 months ago

tungnnt commented 2 months ago

Hello I found your service for solving funcaptcha from hotmail This is my sample code

const blob =
    "S3whuo6tE9tGcPQz.zztgWHQK2ncVoA/DlYvp9Q0G3QCDSxB6sYFuhQl7EnO8ilMlIR5Pyz+L0BeiLJfiq47zZmlou7CJ4EiUfJwGZ8zD+aw5XX+/QU8uSrRtH3M1LsR+VNWZ0X10J0uKLpQVSXjO9xqGhPbHEa8gfBYrz7/6a3k=";

  const data = `{"blob": "${blob}"}`;

  const res = await nextCaptcha.funcaptcha({
    websitePublicKey: "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA",
    websiteURL: "https://iframe.arkoselabs.com",
    data,
  });

But I always get response: "Task failed"

My question is; Is your service still works for funcaptcha ?

SaeidB commented 2 months ago

hi, same here