zfcsoftware / funcaptcha-solver

This repo provides educational sample code about Chrome plugins and image recognition using Funcaptcha's Javascript protection.
10 stars 2 forks source link

Captcha #1

Closed edudevvv closed 1 month ago

edudevvv commented 1 month ago

The extension is unable to resolve this type of captcha or when it gives an error it stops working.

image

zfcsoftware commented 1 month ago

Yes, there is a problem when that circle style captcha comes. Probably cap.guru api cannot solve it. https://cap.guru/en/profile/test-click/ Can you try selecting Funcaptcha > other from this link and enter the image you got from devtools and the text related to the image and try to resolve it? It probably won't resolve it. Since cap.guru is used as api, there is no change I can make. If you know a better visual recognition service, I can integrate it.

zfcsoftware commented 1 month ago

This problem is unfortunately related to cap.guru. Even if it restarts the test countless times, it will loop in vain because it cannot solve it. I suggest you improve your browser and ip quality.

Circle captcha result: image

Normal captcha result: image

zfcsoftware commented 1 month ago

Since cap.guru support said that this captcha is difficult and cannot be solved, I am closing it. If you know a different image recognition api that can solve it, I can try it.