xTerradon / hcaptcha-solver

Automated hCaptcha solver using binary image classification networks
https://pypi.org/project/hcaptcha-solver/
23 stars 8 forks source link

v2 captcha solving #7

Open xTerradon opened 1 year ago

xTerradon commented 1 year ago

The V2 hCaptchas (seen below) cannot be solved as of now. An implementation is needed to also perform these tasks for faster captcha solving.

hCaptcha V2

The approach will be similar to the solving of V1 captchas, including manually labeled samples and a specific CNN for each task type. The functionality is expected at the end of August 2023.

Shaeikh commented 1 year ago

epic

xTerradon commented 1 year ago

UPDATE: a CNN with 2 Outputs (denoting x and y coordinate of the target) did not do the trick. The model overfits on training data and is not able to generalize the problem of clicking on a certain type of animal. This means the feature of V2 solving will take longer than expected.

My next approach will be a probability distribution over certain possibly clickable points in the captcha (likely 16x16 points). This way the model can learn more from the given data and be more concise when it comes to expressing an output. I will keep you updated on the progress in this issue's feed.

N1C0exe commented 1 year ago

Any news ? xD

Ggre55 commented 7 months ago

amazing cant wait to get taht am really in need of free captcha solver keep up the good work mate aslo y its removed from pypi

imcr1 commented 3 months ago

Any news about the solver ?