QIN2DIM / hcaptcha-challenger

🥂 Gracefully face hCaptcha challenge with MoE(ONNX) embedded solution.
https://docs.captchax.top/
GNU General Public License v3.0
1.5k stars 255 forks source link

Browserless Challenges #972

Open JIBSIL opened 8 months ago

JIBSIL commented 8 months ago

Brief description

Hi, I'm trying to enable Browserless captchas for solving. Basically, only one request would be needed, and the appropriate data (e.g mouse movements) would be generated in a believable format.

Is this currently implemented? I'm not sure how the model works; maybe it would be easy to implement? I'm trying to make a "factory" for tokens and would gladly make a PR with my finished code.

0x0480 commented 7 months ago

Did u start implementing api calls using only http client? If you invite me as collaborator to ur repo, i can participate