CloudFlare "Verify you are a human"

s00ny5

Client
Регистрация
06.03.2019
Сообщения
123
Благодарностей
21
Баллы
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
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 596
Благодарностей
5 952
Баллы
113
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
 

s00ny5

Client
Регистрация
06.03.2019
Сообщения
123
Благодарностей
21
Баллы
18
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
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 596
Благодарностей
5 952
Баллы
113

s00ny5

Client
Регистрация
06.03.2019
Сообщения
123
Благодарностей
21
Баллы
18
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
 

DexteR_Jenkins

Новичок
Регистрация
14.09.2024
Сообщения
3
Благодарностей
0
Баллы
1
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");
 

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