sayem314 / hooman

http interceptor to hoomanize cloudflare requests

Home Page:https://www.npmjs.com/package/hooman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail to bypass cloudflare

tambdc-self opened this issue · comments

Describe the bug

  • Hooman version: 1.2.5
  • Node.js version: 12LTS
  • OS & version: Win10

Actual behavior

print cloudflare page

Expected behavior

print html page

Code to reproduce

(async () => {
try {
const response = await hooman.get('http://www.javlibrary.com/ja');
console.log(response.body);
//=> '<!doctype html> ...'
} catch (error) {
console.log(error.response.body);
//=> 'Internal server error ...'
}
})();

Checklist

  • I have tried my code with the latest version of Node.js and hooman.
commented

I think is the new Challenge of cloudflare, hooman can't bypass the new Challenge
this new challenge gives all users a free captcha when cloudflare detects malicious requests
maybe @sayem314 don't know about that
this problem has affected everyone, not even cloudscraper (python version) can bypass this
CF Twitter https://twitter.com/eastdakota/status/1257150545623568385

It's strange that it works again

@tambdc-self when you use clean IP it works but whenever a bad IP is detected a more aggressive challenge is thrown, I'm working on a cloud-based solution for this, eta 1 month!