Humanoid icon indicating copy to clipboard operation
Humanoid copied to clipboard

Node.js package to bypass CloudFlare's anti-bot JavaScript challenges

Results 10 Humanoid issues
Sort by recently updated
recently updated
newest added

My code: ```js const Humanoid = require('humanoid-js'); const humanoid = new Humanoid(); const res = await humanoid.get(url); ``` Result is isSessionChallenged: false, isChallengeSolved: false, statusCode: 503 Body contains a challenge...

I took out the default toString converting for the body. Users should rather decide for themselves if they want to convert the body as a string. The conversion cannot be...

Hi, I'm trying to get HTML from these links: https://igds.info/ https://ilgeniodellostreaming.llc/?s=kung+fu+panda Unfortunately these sites have different Cloudflare Protection and no program can get HTML from there. NB: These sites can...

## About the fix This minor fix changes how JSON responses are stringified. Instead of using `.toString()`, we use `JSON.stringify` when `dataType="json"` ## Original Issue: Currently, if I call a...

Installed. Trying to run your example with my own url: #!/usr/bin/env nodejs const Humanoid = require("humanoid-js"); let humanoid = new Humanoid(); humanoid.get("https://www.psacard.com/cert/47002793") .then(res => { console.log(res.body) // ... console.log(res.isChallengeSolved); humanoid.bypassJSChallenge(res);...

Hello @evyatarmeged , I'd like to use your package to bypass [Datadome](https://datadome.co) protection. Can your package do it? Thank you!

Hi I was looking into this github and I was wondering if this could be used to bypass the anti bot detection script on the website: https://www.supremenewyork.com/shop/all They use a...

I'm receiving the empty body, CAPTCHA, I do not think there's a solution ..

https://github.com/evyatarmeged/Humanoid/blob/196f5433ac8383c37492fd3beb57d54b4247120a/src/humanoidReqHandler.js#L74 This line blows out the default header values when passing any header which is probably not expected behavior and it causes humanoid to fail to the cloudflare check, at...

Well when me try to bypass then its say error: Cannot find module "./build/bindings/iltorb.node" from "C:\\\Desktop\\node_modules\iltorb\index.js" Bun v1.1.29 (Windows x64 baseline) Some help me