Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working #40

Open
ibrahimmus opened this issue Apr 22, 2024 · 5 comments
Open

Not working #40

ibrahimmus opened this issue Apr 22, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@ibrahimmus
Copy link

It is failing the online test for reCAPTCHA 3 score, https://antcpt.com/eng/information/demo-form/recaptcha-3-test-score.html

@zfcsoftware
Copy link
Owner

zfcsoftware commented Apr 23, 2024

I suggest you turn off fingerprint and turnstile plugins and try it.

Also, this kind of score is probably because devtools seems to be open. Since the CDP session is started, f12 seems to be open. This will not cause you problems with cloudflare and many other sites. This issue is being worked on.

image

@ibrahimmus
Copy link
Author

The best I can get is 0.3 with this configuration :/

@zfcsoftware
Copy link
Owner

Hello, unfortunately it catches because of the CDP session. I will try to hide the CDP session. This error is something I have been investigating for a long time.

@kaliiiiiiiiii
Copy link

kaliiiiiiiiii commented May 10, 2024

Hello, unfortunately it catches because of the CDP session. I will try to hide the CDP session. This error is something I have been investigating for a long time.

see https://github.com/kaliiiiiiiiii/brotector?tab=readme-ov-file#detections

workarounds can be

  • using a custom compilled chromium to patch that detection
  • make puppeteer not use Runtime.enable (will induce bugs, which have to be patched)

Also not that there's https://github.com/kaliiiiiiiiii/brotector?tab=readme-ov-file#inputcordinatesleak

@zfcsoftware zfcsoftware added the bug Something isn't working label May 14, 2024
@zfcsoftware
Copy link
Owner

@ibrahimmus You can create and use the scanner with the scanner creation code in the file below. Recaptcha score is very good. Soon the library will initialize the scanner as in the file below.
https://github.com/zfcsoftware/cf-clearance-scraper/blob/main/module/browser.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants