Spoofing canvas and webgl

Cullen Bechtelar

New member
Joined
Oct 15, 2024
Messages
1
Points
0
Hi
it seems it's almost impossible to spoof canvas and webgl correctly - without getting detected as fingerprint resistance.
I tried all the available chrome extensions (canvas blocker and so on), they correctly change hash but on deviceinfo.me it is detected as spoofed.
I heard there is some people emulating those directly on real phones and devices.

I managed to spoof basic things (plugins, fonts, navigator properties, window properties) and I am having a good recaptcha score sometimes which means I am not fully detected by Google.
Still, I am being detected by distil and other major antibot services.
Any pro botter with some advices ?

general info: navigator properties are spoofed in order to match android properties as mobile phones have bigger fingerprint entropy than desktops.
I kept the same properties order and spoofed them correctly. plugins returns 0, webrtc leaks are hidden but not correctly spoofed (didn't find a way to do this) and I deleted navigator.webdriver property.
 

Ollie Cummer

New member
Joined
Oct 15, 2024
Messages
1
Points
0
Have you considered using a real browser (but scaling it up would be a problem nevertheless) instead of selenium? You could do that with something like pyautogui, for example.
 
Top