You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from camoufox.sync_api import Camoufox
import time
with Camoufox() as browser:
page = browser.new_page()
page.goto("https://pixelscan.net")
while True:
time.sleep(10)
Version:
Pip package: v0.3.9
Camoufox: v132.0-beta.15 (Up to date!)
The text was updated successfully, but these errors were encountered:
I looked into how Pixelscan works, here are some notes:
Pixelscan raises the "Automation framework detected" flag with the width and height of the generated screen fingerprint is 1280x720. Typically, anti-bots only ever flag if the inner window viewport is 1280x720. This seems aggressive, and likely won't ever be used in a production WAF. However, when a new fingerprint generator library is created for Camoufox (which will be coming soon), I will consider omitting anything with a standard 1280x720 resolution.
The "Very likely you are masking your fingerprint flag" flag is caused by the failing voices, media device, and WebGL tests. Voice injection has been added to Camoufox recently, and media device injection will be added soon. However, these properties won't be automatically generated and populated until the new fingerprint generator is ready. Additionally, a custom Vulkan driver is currently being worked on to help with WebGL/Canvas fp injection.
The failing tests likely won't appear in a production website. However, a solution is being worked on. Hope this clears it up 👍
Website detecting Camoufox:
Detected on https://www.pixelscan.net
Screenshots:
To Reproduce:
Version:
The text was updated successfully, but these errors were encountered: