Categories > Coding > C++ >

Is there any hCAPTCHA library for C/C++?

Posts: 140

Threads: 28

Joined: Feb, 2021

Reputation: 4

Posted

I'm working on a project called Discard which is written in C, that allows me to automate the creation of Discord accounts, and I did some really basic reverse engineering on the Discord login page using inspect element to figure out the API for registering a Discord account.

I created a function that calls this API using libcurl & cJSON, which then returns the hCAPTCHA sitekey. Is there any C/C++ (preferably C) library that allows me to display the CAPTCHA on-screen so that I can solve it manually? I can't seem to find any library that does this.

  • 0

Contribute to Express, an open-source ROBLOX exploit written fully in C.

Posts: 39

Threads: 8

Joined: Jun, 2023

Reputation: 0

Replied

best way is to make the code host a localhost html website with the hcaptcha then use a post request to send the hcaptcha token to the client

Comments

lilbiden69 4 Reputation

Commented

I'll try that, thanks (I found some documentation on how to render a hCAPTCHA dialog in HTML).

Time to write an HTTP server...

  • 0

  • 0

https://media.discordapp.net/attachments/1074297826219139153/1118491534581567568/Mask_group.png

Posts: 531

Threads: 20

Joined: Nov, 2022

Reputation: 44

Replied

Aintnoway there's someone with actual intelligence in this community who can actually make very cool sh*t

 

Anyways yeah, do what the other reply told you 👍

  • 0

https://cdn.discordapp.com/attachments/1136067487847415848/1146449877660872785/image.png

https://cdn.discordapp.com/attachments/1098921594249814066/1112144294007029932/WRDBanner_Alawapr_1.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )