No-JavaScript Fingerprinting
21–30 of 107 posts
Re: No-JavaScript Fingerprinting
#22Re: No-JavaScript Fingerprinting
#23This doesn't seem to work very well. Want a better scriptless cross-site tracking mechanism? Check out https://xsid2-demo.glitch.me and https://xsid2-demo.easrng.net and note how they both get the same id.
Re: No-JavaScript Fingerprinting
#24I thought it was going to use ETAG based fingerprinting/tracking, which I always thought was pretty clever. The etag header is supposed to be used to control caching, so it's typically a server-side generated hash of the requested resource's content. But, there's no requirement for it to be, so you can generate a unique one, and the client will send it back to you next time it asks for that uri. Sort of like a cookie…
ETag based tracking shouldn't work across domains.
Re: No-JavaScript Fingerprinting
#25Well for one thing, an IP address is always going to be the easiest way to track a user, but also user agent information which browsers happily give away too much information.
I once wrote a tool that would capture all network requesters, and reverse fingerprint them through a connection of Operating system quirks responses to network oddities (eg: tcp fragmented frames), location, routers they connect through, etc combined with the other browser things avail.
Re: No-JavaScript Fingerprinting
#26Well for one thing, an IP address is always going to be the easiest way to track a user, but also user agent information which browsers happily give away too much information.
This is changing: Apple has rolled out Private Relay, and Chrome is planning some combination of willful IP blindness and near-path NAT.
> user agent information which browsers happily give away too much information
So is this: all the browsers are working on reducing how much they put in the UA.
Re: No-JavaScript Fingerprinting
#27Re: No-JavaScript Fingerprinting
#28I just changed my preference for dark mode and got a different fingerprint. If it's not resilient to modest changes, it's not really that helpful at tracking anyone. There are already plugins to randomize some header data, so this type of thing has been known and protected against.
Re: No-JavaScript Fingerprinting
#29I just changed my preference for dark mode and got a different fingerprint. If it's not resilient to modest changes, it's not really that helpful at tracking anyone. There are already plugins to randomize some header data, so this type of thing has been known and protected against.
Re: No-JavaScript Fingerprinting
#30This doesn't seem to work very well. Want a better scriptless cross-site tracking mechanism? Check out https://xsid2-demo.glitch.me and https://xsid2-demo.easrng.net and note how they both get the same id.
Ok sure, but how does it work? I clicked around your website but there doesn't seem to be a description.