daijro / camoufox

🦊 Anti-detect browser
https://camoufox.com
Mozilla Public License 2.0
717 stars 53 forks source link

Getting Detected by Cloudflare #99

Open FayzulSaimun opened 3 days ago

FayzulSaimun commented 3 days ago

Website detecting Camoufox: https://noxtools.com/

What website or WAF is flagging Camoufox? Provide as much detail and additional context as possible. Previously camoufox was able to open the site solving the challenge. Now it reloads the challenges few times and then stuck at "Verify You're Human"

Screenshots:

image

If applicable, add screenshots to help explain your problem.

To Reproduce:

import time
from camoufox.sync_api import Camoufox

with Camoufox(headless=False, humanize=True) as browser:
    page = browser.new_page()
    page.goto('https://noxtools.com/')
    time.sleep(60)

Send a testing site that reproduces the issue, and a snippet of your script. Provide your Camoufox() or AsyncCamoufox() initialization.

Other questions:

These questions will help me diagnose the issue:

  1. Are you using a proxy? Yes, Good residential proxies. Even without Proxies it gets detected.

  2. Open the website in a private tab in your personal browser using the same IP. Does it work? Yes, it works

  3. Is Camoufox detected randomly or every time? Every time recently. Previously it was working perfectly with proxies and was able to bypass the challenge 95% time.

  4. What OS are you using? Windows 11

Version:

Pip package: v0.4.3 Camoufox: v132.0.2-beta.17 (Up to date!) Run python -m camoufox version in your terminal and paste the output here.

daijro commented 2 days ago

This is likely related to #90.

Try enabling WebGL with block_webgl=False. This will fix the issue :+1:

A fix for WebGL fingerprint injection should be out within a couple of days, which will make WebGL enabled by default.