Facing issues with captcha

kouchiroz

Newbie
Joined
Nov 2, 2024
Messages
15
Reaction score
6
I need to write a software that will log into a website and collect some public information. However, the website is using hcaptcha. I have tried everything I could, I am using selenium in c# with a undetected driver, also added some plugins to disable webrtc, changed chrome information, created a different profile for each account and tried using different proxies (ISP, 4g, Datacenter, Residential) but as soon as I manually complete the captcha and log in, hcaptcha gives me a 0.79 score (SUSPICIOUS USER) and for this website if your score is higher than 0.7 you lose access to some sections as you are classified as a potential bot. I have also tried to use services like oxylabs and zenrows without success. Does anyone have any idea how I could find a workaround for this situation? So far I noticed if I log in using facebook or gmail it doesn't show the captcha nor flags my account as bot, so that's also an alternative if I can somehow buy gmail accounts and force selenium to log-in using gmail, but I've never done it before.
 
Why not use captcha solvers like 2captcha ? Also try using another undetectable browsers , you can find one by search for "browser" in [this forum](https://www.blackhatworld.com/forums/misc.18/)
 
Back
Top