Today I got greeted on a Tor friendly website

It was at the Securedrop website. How did I end up there ? I read something about Sequoia and encryption and then wanted to see what Securedrop entailed.

Meanwhile I’ve raised the security settings. Still, today someone in this community (?) mentioned that Tor browser does not protect the remote to check for the OS, and now this. Color me surprised.

refalo,

That was probably me. You can check it here among other scary fingerprint stuff abrahamjuliot.github.io/creepjs/

lemmyreader,

Thanks for the heads up. Yes, I tried CreepJS before and saw it found Linux as a result :/

Redjard,
@Redjard@lemmy.dbzer0.com avatar

That can’t have been the reason, rather the fact it could tell.
Your browser sends information about its version and the os in the useragent string. It is supposed to lie and say it is a very commonly used useragent, specifically for purposes of fingerprinting. That would be windows, default configuration, firefox version something not you firefox version

Deckweiss,

The underlying OS will be detected regardless of the useragent.

Redjard,
@Redjard@lemmy.dbzer0.com avatar

That would be a fail of the fingerprinting protection. A properly set up TOR browser for example should not allow that detection by any means. If you know how to detect it, please report it as a critical vulnerability.

I could think of maybe some edge case behavior in webrenderer or js cavas etc., which would mainly expose info on the specific browser and underlying hardware, but that is all of course blocked of or fixed in hardened browsers.

Further, if you have a reliable method, you could sell it off to for example Netflix, who are trying to block higher resolutions for Linux browsers but are currently foiled by changing the useragent (if you have widevine set up).

ComradeEd,
@ComradeEd@lemmygrad.ml avatar

That would be a fail of the fingerprinting protection

It isn’t.

A properly set up TOR browser for example should not allow that detection by any means.

Yes it should, through Javascript. gitlab.torproject.org/tpo/applications/…/26146#no…

Atemu,
@Atemu@lemmy.ml avatar

Do you have a better source than a 5 y/o comment in an issue?

ComradeEd,
@ComradeEd@lemmygrad.ml avatar

Trust me, I spent 3 years in the Tor community I know this shit, this thing comes up so often.

Alternatively: gitlab.torproject.org/tpo/applications/…/41610

Deckweiss, (edited )

What do you mean by “properly configured”

Here is a screenshot of the default Tor Browser, installed from the repos, no config changes made. As you can see, creepjs can detect that I am using Linux.

Obviously, if you disable js, then the site doesn’t work. Not sure if there are ways to detect the OS without javascript.

One common way to analyze the OS if all else fails is to look which fonts are installed. This is done by rendering thousands of divs with some text out of sight of the user. Each div with a different font. If the div width changes compared to the default, you know a font is installed. Different OS have different sets of fonts by default. Not sure if flatpak/flatseal (or other containerization methods) could protect against that. Technically you can install the exact set of Windows fonts and uninstall all Linux fonts, but I’d expect some linux app breakage and general uglyness.

An online search I did for how to completely hide the OS without breaking most websites did not result in anything except runnjng the browser in a Windows VM.

https://lemmy.world/pictrs/image/8996b651-8438-496d-8307-935fbf9fc57a.png

EDIT:

Per default tor has a linux useragent. And I can’t seem to change it with the useragent switcher or with about config override. So yeah… even better.

Redjard, (edited )
@Redjard@lemmy.dbzer0.com avatar

Default linux works too ofc, I didn’t know they took that route.
Most other browsers have very specific useragents, so the main pool of same useragents will be hardened browsers anyway.

Thank you for checking

edit:
github.com/…/0001-Set-Tor-Messenger-preferences.p… would indicate it should be Windows, Ill check later.
Try it with high security settings in tor, it might be something like canvas. Did you enable any permissions for the website?

Deckweiss,

Can you share your creepjs results with tor when you have some time to check it out?

lemmyreader,

Per default tor has a linux useragent. And I can’t seem to change it with the useragent switcher or with about config override. So yeah… even better.

As far as I know Tor browser defaults to a Windows useragent string since years. Just double-checked by visiting a website I maintain and checked its web-server log files :

“Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0”

My results with LibreWolf are the same : also Windows. Plain Firefox shows the correct real OS Linux as useragent string.

Deckweiss, (edited )

How comes my useragent is Linux then? I just installed it fresh trom the arch official repos for the first time to test. Creepjs shows the useragent further down (not in this screenshot) and I visited other test sites as well.

I’ll test it tomorrow by downloading it from the website.

lemmyreader,

Edit. I see what you mean now. CreepJS indeed shows userAgent Linux. Weird. It got the amount of cores wrong btw.

lemmyreader,

Here some proof of my claim that Tor browser useragent string is Windows : wiki.archlinux.org/title/Firefox/Privacy#Change_u…

Tip:

The value Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0 is used as the user agent for the Tor browser, thus being very common.

From five years ago, afaik suggesting Windows is the default : gitlab.torproject.org/tpo/applications/…/26146

https://lemmy.ml/pictrs/image/4842f2d3-ded4-44ad-a1f8-1537d8a3bf83.png

Syn_Attck, (edited )

Tor browser from the arch repos is not stock torbrowser. Add repos for torproject/guardian project/whatever it’s called now, or use the torproject.org installer.

lemmyreader,

Are you saying that Arch Linux is providing Tor browser with a different useragent string ?

Syn_Attck,

I believe that is the case, if you inspected the HTTP headers and found if to show Linux instead of Windows. my last experience with that would have been years ago. Arch does like to compile things from source instead of using binary blobs, and compilers and configs can undo a lot of the work the torproject has done to combat fingerprinting, which is why it’s recommended to run the pre-built binary and install no plugins. However it’s important to note that it ALSO gives you a unique JavaScript fingerprint every time, when tools use as much information as possible to generate a fingerprint, because it generates new information on every reload. That’s why OPSEC is important and for can’t help you if you use it wrong. If you login to 2 different unlinked sites in the same session, and you don’t want them to be linked, too bad now they’re linked via JS fingerprinting. JavaScript is more or less a programming language within the browser, and you’ll never escape JavaScript fingerprinting. Which is why it’s important to learn how to use tor properly, and leave JS disabled as much as you can.

One thing you can do with your arch build is use the fingerprinting tool to see how unique you are, then get a new identity, then go back and do it again. Does it now say you’re one of 2 people who have used the tool, or does it show you’re (again) unique? If the latter, then it’s working (at least enough) properly.

lemmyreader,

One thing you can do with your arch build is use the fingerprinting tool to see how unique you are, then get a new identity, then go back and do it again. Does it now say you’re one of 2 people who have used the tool, or does it show you’re (again) unique? If the latter, then it’s working (at least enough) properly.

Interesting. I would have expected the useragent string to be part of the user configuration files that are automatically created in the browser profile directory. I’ve not used Tor browser package from Arch yet but curious to do some testing.

ComradeEd,
@ComradeEd@lemmygrad.ml avatar

torbrowser-launcher (found in the extra repo) simply downloads Tor Browser from torproject.org, unless you use some AUR version of Tor Browser that recompiles it, you are getting the exact same TB as you would by manually downloading it.

lemmyreader,

Thanks. AUR seems to only have a Tor browser bin which does not recompile.

ComradeEd,
@ComradeEd@lemmygrad.ml avatar

Yes it is. Since what the arch repos have is a script to download TB from torproject.org

Add repos for torproject/guardian project/whatever it’s called now, or use the torproject.org installer.

You’re thinking of F-Droid (on Android), at least that is what the Guardian Project repo is for.

Syn_Attck,

Thanks for the correction.

ComradeEd,
@ComradeEd@lemmygrad.ml avatar

Becuase creepjs uses JS to figure out the userAgent, WorkerNavigator.userAgent

delirious_owl,
@delirious_owl@discuss.online avatar

But if it says Linux when you use windows then it doesn’t matter, right? The point is to make them all look the same

lemmyreader,

Tor browser useragent string pretends to be Windows on all platforms. CreepJS detects Linux in my case. A commenter mentions that Tor browser does not protect OS detection. That gives me mixed feelings about the goals of Tor browser.

Syn_Attck,

There are many things you can do with JavaScript, and tor can only protect against so many without completely breaking many sites. Set your slider all the way to maximum and it will no longer detect windows, but it will very likely also no longer run.

jqubed,
@jqubed@lemmy.world avatar

This is interesting; what do I do with the information?

MonkderDritte,

Btw, i have this error in Firefox console:


<span style="color:#323232;">- audio failed creep.js:1:10246
</span><span style="color:#323232;">- TypeError: document[U5(...)] is undefined
</span><span style="color:#323232;">    Ww https://abrahamjuliot.github.io/creepjs/creep.js:14
</span><span style="color:#323232;">    xi https://abrahamjuliot.github.io/creepjs/creep.js:14
</span><span style="color:#323232;">creep.js:14:1271
</span>
brbposting,

Wow nice. Any opinions on how these fingerprinting evaluators compare?

CreepJS:
abrahamjuliot.github.io/creepjs

EFF’s Cover Your Tracks:
coveryourtracks.eff.org

Am I Unique?:
amiunique.org

Sad a pretty stock iPhone that’s blocking via some filterlists and using iCloud Private Relay (a “VPN”) is so detectable! Should be so many browsers appearing similar but there’s always this & that that mean I’m unique.

delirious_owl,
@delirious_owl@discuss.online avatar

They renamed panopticlick to cover your tracks? It was such a good name!

ExcessShiv, (edited )

Just tried amiunique.org and got this…

“Yes! You are unique among the 2561164 fingerprints in our entire dataset.”

So much for using VPN and “hardened” Mull browser 😅

brbposting,

Isn’t it disappointing :(

ExcessShiv, (edited )

It really makes it feel like we’re all just wasting time here on a futile effort trying to get digital privacy. Clearly the steps I’ve taken make absolutely no fucking difference, so it’s not really worth the hassle TBH.

refalo,

Haven’t used amiunique but the EFF one I have seen people criticize because it only checks your uniqueness among people who opted in to take the test, so the results can be highly skewed.

pingveno,

The results aren’t going to be that skewed. They operate on a simple principle. There are many features available on a modern web browser with a high degree of variability. Even not having a feature is itself a piece of a fingerprint. The combination of those many, many features is going to produce a high degree of uniqueness for almost any browser.

refalo,

I wasn’t trying to debate how the uniqueness is calculated, you’re absolutely right on that, and other sites like creepjs do the same, but I think where the eff site is a tad misleading is in how it presents their “just how unique AM I” part of the results, because they only have their own collected data to compare that against.

Sadly I think even disabling JS entirely would take away so much “blending in” that it still wouldn’t be hard to uniquely fingerprint a user without it. Even CSS (without JS) and standard HTML tags like “picture” can be used to fingerprint now.

lemmyreader,

Sadly I think even disabling JS entirely would take away so much “blending in” that it still wouldn’t be hard to uniquely fingerprint a user without it. Even CSS (without JS) and standard HTML tags like “picture” can be used to fingerprint now.

Right. I guess there’s also a difference between wanting to be as anonymous as possible and wanting to not be tracked too much by some sites.

In some browser profiles I do block JS completely for a few reasons.

  • Let’s me read a lot of articles. Even articles with supposedly “paywalls”.
  • Clutter free reading. Does it matter that the remote sites can recognize me based on a unique FP and build a profile ? I’m not too bothered. Should I ?

For other use cases I prefer Tor browser without any added extensions.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • privacy@lemmy.ml
  • rosin
  • Youngstown
  • khanakhh
  • ngwrru68w68
  • slotface
  • ethstaker
  • mdbf
  • everett
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • cisconetworking
  • magazineikmin
  • Durango
  • megavids
  • GTA5RPClips
  • anitta
  • tester
  • tacticalgear
  • InstantRegret
  • normalnudes
  • osvaldo12
  • cubers
  • provamag3
  • modclub
  • Leos
  • JUstTest
  • lostlight
  • All magazines