-
Notifications
You must be signed in to change notification settings - Fork 115
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
Spoof detection #33
Comments
Thank you for submitting this issue! Fingerprinting services can usually detect the machine's OS by performing font fingerprinting (different OSes provide different fonts), among others. These are usually some of the harder things to spoof. Until we have that incorporated in the fingerprinting suite, always try matching your fingerprint's OS / browser (version) to the one you are actually using. The ML model generating the fingerprints has a plenty of samples for all the major operating systems - so it shouldn't cause any problems. |
Botd does detection with os cpu, and etc others. it does not use font fingerprinting, it is open source, check it yourself. |
And, cloudflare detects, when you set useragent. lol. |
any progress on this? |
💎 cloudgakkai is offering a $30 bounty for this issue |
Hello, |
Describe the bug
Looks like botd detects OS spoof, when i set operatingSystems: ['windows'] it detects spoof, when i'm running browser with my Mac.
Cloudflare JS Challenge detects, when userAgent set in browser.newContext, and os is not/is spoofed.
Proof
System information:
The text was updated successfully, but these errors were encountered: