sayem314 / hooman

http interceptor to hoomanize cloudflare requests
https://www.npmjs.com/package/hooman
MIT License
147 stars 18 forks source link

Fail to bypass cloudflare #23

Open tambdc-self opened 4 years ago

tambdc-self commented 4 years ago

Describe the bug

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

Neverdie137 commented 4 years ago

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

tambdc-self commented 4 years ago

It's strange that it works again

sayem314 commented 4 years ago

@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!