Earlier quoted context omitted.
The best is probably tor in a VM, chromium in a separate VM, javascript disabled, on a private virtual network, with a egress firewall (not just guest VM firewalls, but enable those too) that only allows traffic from a specific origin port on the tor machine. You would also want the VM to spoof the processor features and unique IDs. System time drift/offset remains a vector which is hard to deal with. Dump the render…
Links can force to pass all connections to a proxy, so a FW might be redundant. Forget almost mouse, Links can be render the page either to plain X11 or a terminal.
We found a stable Firefox identifier linking all your private Tor identities
221–230 of 306 posts
Re: We found a stable Firefox identifier linking all your private Tor identities
#222Earlier quoted context omitted.
it allows you to track a browser forever because it is stable fingerprint point. This helps with long term tracking a great deal.
If I understand correctly, it was only stable until you restarted Firefox / your computer.
Re: We found a stable Firefox identifier linking all your private Tor identities
#223Earlier quoted context omitted.
Because TBB has javascript on by default, turning it off increases your signature. It would be better if TBB defaulted to js off, with a front panel button to turn it on. JS also dramatically improves security. TBB is stuck in a 90s mindset about privacy, as if Firefox exploits were not dime a dozen. Especially with AI making FF exploits more available, we can expect many tor sites to be actively attacking their visi…
> JS also dramatically improves security How so?
Re: We found a stable Firefox identifier linking all your private Tor identities
#224Earlier quoted context omitted.
Eh but that's a commercial tool. They don't even seem to have a free community version. I wouldn't pay for that. And prefer Firefox anyway. For remote browser tools I use neko https://github.com/m1k1o/neko But with Tor I like to have more safeguards. So I prefer to run tails in an isolated environment.
You're right that BrowserBox is a commercial product and there's no free tier. Honestly, the reality of running remote browser infra and development is that a free version just gets instantly hammered by botnets, scrapers, and abuse. Keeping it paid is the only way to be sustainable. I see Neko brought up a lot, but honestly when I tried it a couple years ago it felt pretty clunky. It seems designed more for anime wa…
Ah but I'd want to run it myself anyway. I wouldn't want it hosted. Especially for browsing, I don't want someone else's systems looking over my shoulder.
I avoid cloud stuff as much as possible in my personal life. When you mentioned github actions I thought it was something you could self-host too, I didn't realise it was a service only. I was looking for a docker or something but as it's not free and (less importantly) foss it won't work for me.
And yes neko is not a polished corporate solution, but it works for me as a home user. It's very flexible to build other stuff with. I have several instances here in different environments (and I don't expose them to the clear internet)
But for work yeah I know there's different options, at work we have zscaler remote browser.
Re: We found a stable Firefox identifier linking all your private Tor identities
#225Earlier quoted context omitted.
>We are aware that EFF has a project that used to be named after a pedophile on this subject You bring this up like it's a well known incident, but my googling can find no evidence of it? The only reason not say the name of the project would be if it's common knowledge, but it's not? ChatGPT research reckons you're making it up, and I'd be curious if you have evidence to the contrary?
It used to be called Panoptoclik (sp?), a reference to Foucault's theory of the panopticon. Focault's extracurriculars are well documented and not everything is an "incident" -- it's a thread on fingerprinting. People who study that are aware what is now called "cover your tracks", and people who do post grads tend to be well rounded enough to have read a bit of philosophy, or at least, they did in my day. So what ha…
Re: We found a stable Firefox identifier linking all your private Tor identities
#226Re: We found a stable Firefox identifier linking all your private Tor identities
#227Earlier quoted context omitted.
The opt in checkbox is labeled "Enable Javascript"
Ridiculous comment. People should not have to choose between functionality and privacy.
Re: We found a stable Firefox identifier linking all your private Tor identities
#228I learned enough about security years ago that there's basically zero chance you're secure and almost 100% chance someone is watch everything you do online. Whether they care is entirely separate.
Re: We found a stable Firefox identifier linking all your private Tor identities
#229> the identifier can also persist [...] as long as the Firefox process remains running Make sure to exit Tor Browser at the end of a session. Make sure not to mix two uses in one session.
Re: We found a stable Firefox identifier linking all your private Tor identities
#230Earlier quoted context omitted.
This is a bad idea though, because any newly discovered means to get even a single data point results in being able to ID every tor user. I'd be better to have every tor browser always generate a random fingerprint so that even if the unexpected happens people will never get anything but random results.
> to have every tor browser always generate a random fingerprint Browsers do not "generate" fingerprints. They expose data that can be used to fingerprint users. You cannot "randomize" this; even if you were to return random values for, say, user screen size, with various visual side effects, it would just be another signal to fingerprint: "Oh, your browser is returning random values? Must be a Tor browser user".
You'd have to fingerprint the browser first to determine that the "random values" were indeed coming from it.