CloudFlare "Verify you are a human"

  • Автор темы Автор темы s00ny5
  • Дата начала Дата начала

s00ny5

Client
Регистрация
06.03.2019
Сообщения
127
Реакции
22
Баллы
18
Hello,

Until yesterday, I could easily bypass this by clicking on the checkbox. From yesterday no matter what I do I can't pass it any more and will just refresh and show again.
I use Chromium on the latest ZN.
Residential proxies with sticky sessions.

Any idea?

Regards
 
Hello,
Do you have ZP 7.8.2.0 version already?
Try to select Chrome 133 windows desktop browser profile. Also, enable Site isolation.
Chrome 133_windows desktop.pngSite isolation.png
 
I do have 7.8.2.0
I tried your settings same problem.
I also tried before setting headers as my latest chrome browser.
Site isolation checked all the time.

131429
 
yes on certain websites with high security like whatismyip . com but for some reason it went back to normal and I can bypass it now o.O
 
I'm faced with the same issue today. As soon as the "search by pic" block runs (either manually from the context menu during the recording, or as the project's block) - it seems that the Cloudflare Captcha reacts to an attempt to "make a screenshot" and starts reloading itself; and therefore the block fails (unable to match the pic)

ZP 7.8.3.0, settings - as on the previous screenshots (Chrome 133, site isolation)

I may have solved it via the "not stupid if it works" style (yeah, dpi.. zoom.. who cares), but I'm worried about other projects. Hoping that Captcha didn't get that smart )
C#:
Развернуть Свернуть Копировать
HtmlElementCollection coll = instance.ActiveTab.FindElementsByAttribute("div","id","cf-turnstile","regexp");
if(coll != null && coll.Count > 0) {
    HtmlElement obj = coll.First();
    Point p = obj.DisplacementInBrowser;
    
    instance.WaitFieldEmulationDelay();
    instance.Click(p.X+25, p.X+30, p.Y+35, p.Y+35, "Left", "Normal");
 
The same for me on x dot com. For now I bypased it with cap monster cloud extension
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)