GithubHelp home page GithubHelp logo

Comments (7)

12189108 avatar 12189108 commented on June 1, 2024

It doesn't seem to be base64, but another encryption method. Or can you provide me with a demo to decrypt the data?

from hcaptcha-challenger.

allerallegro avatar allerallegro commented on June 1, 2024

https://accounts.hcaptcha.com/demo?sitekey=c86d730b-300a-444c-a8c5-5312e7a93628
In this link, when you click on the checkbox, the website triggers a request (https://api.hcaptcha.com/getcaptcha/c86d730b-300a-444c-a8c5-5312e7a93628) that returns as an octet-stream.
data.txt

from hcaptcha-challenger.

william9x avatar william9x commented on June 1, 2024

I'm having the same problem. It also happen when you refresh challenge. But it will return decoded data when you re-click the checkbox again.

from hcaptcha-challenger.

QIN2DIM avatar QIN2DIM commented on June 1, 2024

@william9x interesting. I've been working on LLM Agent application stuff for the last couple months.

I haven't allocated too much effort to open source projects, I'll take a look in a couple days.

I expected to introduce YOLOV9 and LLM to handle multi-mode challenges. Strive to kill the game.

from hcaptcha-challenger.

Mouad-scriptz avatar Mouad-scriptz commented on June 1, 2024

Simple

const response = new ArrayBuffer()
const responseText = new TextDecoder().decode(response);
const data = JSON.parse(responseText);

from hcaptcha-challenger.

12189108 avatar 12189108 commented on June 1, 2024

Simple

const response = new ArrayBuffer()
const responseText = new TextDecoder().decode(response);
const data = JSON.parse(responseText);

Hello, it seems that the code you provided cannot solve the problem, as it still produces garbled output. Could you please provide a complete demo?

from hcaptcha-challenger.

Mouad-scriptz avatar Mouad-scriptz commented on June 1, 2024

Simple

const response = new ArrayBuffer()
const responseText = new TextDecoder().decode(response);
const data = JSON.parse(responseText);

Hello, it seems that the code you provided cannot solve the problem, as it still produces garbled output. Could you please provide a complete demo?

I will, when I have time (probably this week or the next).
Update: this seems to be affecting the collector too, https://github.com/QIN2DIM/hcaptcha-challenger/actions/runs/8318149616/job/22759735996

from hcaptcha-challenger.

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.