Coder Social home page Coder Social logo

Can't bypass CF Bot Fight Mode about hooman HOT 6 CLOSED

sayem314 avatar sayem314 commented on May 21, 2024
Can't bypass CF Bot Fight Mode

from hooman.

Comments (6)

sayem314 avatar sayem314 commented on May 21, 2024 1

Looks like the error is from your proxy provider. Please set rejectUnauthorized to false on proxy-agent. This is not an error with hooman, you can try this with bare got library and then either open an issue on got or proxy-agent repo.

from hooman.

sayem314 avatar sayem314 commented on May 21, 2024

You need to provide captchaKey from 2captcha. Hooman automatically bypasses both challenges at the same URL.

from hooman.

Danny1994d avatar Danny1994d commented on May 21, 2024

You need to provide captchaKey from 2captcha. Hooman automatically bypasses both challenges at the same URL.

I tried to add 2captcha key, but i get error, hooman dont found the hcaptcha on url, just starting to bypass uam
And get error

`write EPROTO 139647672223616:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

socket hang up
Client network socket disconnected before secure TLS connection was established
socket hang up
Client network socket disconnected before secure TLS connection was established
`

exemple code

return new Promise((resolve, reject) => {
hooman.get(url, {
      captchaKey: 'key',
      agent: {
        https: proxy,
      },
      cloudflareRetry: 10,
    })
      .then(response => {
        resolve(response);
      })
      .catch((error) => {
        let obj_v = proxies.indexOf(proxy);
        proxies.splice(obj_v, 1);
        console.log(error.message);
        return reject(error.message);
      });
  });
}```

from hooman.

Danny1994d avatar Danny1994d commented on May 21, 2024

Looks like the error is from your proxy provider. Please set rejectUnauthorized to false on proxy-agent. This is not an error with hooman, you can try this with bare got library and then either open an issue on got or proxy-agent repo.
@sayem314
Just a problem sir, why if im removing console.log(error.response.body); script stoped bypass, but if i still add console.log(error.response.body); bypass work, but server is spammed with html content

from hooman.

sayem314 avatar sayem314 commented on May 21, 2024

error.response.body contains HTML of challenge page, not the actual HTML you might be looking for. Take a good look at the source.

from hooman.

Danny1994d avatar Danny1994d commented on May 21, 2024

error.response.body contains HTML of challenge page, not the actual HTML you might be looking for. Take a good look at the source.

Oke sir, will check again, but i thinkis the new challenge of cloudflare, i think has updated again, becaue now all websites get a free captcha and browser verification when detect bad requests

from hooman.

Related Issues (20)

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.