Live data from Hacker News

Oniux: Kernel-level Tor isolation for any Linux app

blog.torproject.org

11–20 of 54 posts

Re: Oniux: Kernel-level Tor isolation for any Linux app

#12
Huh. I had a conversation with a Tor developer on this topic about a decade ago, when network namespaces were still kind of a new hotness - the feedback I got was that it would be an easy way for people to think they were being secure while still leaking a bunch of identifiable information, so I didn't push that any further.

Re: Oniux: Kernel-level Tor isolation for any Linux app

#15

Does this mean one can now access tor websites using chrome?

You always could by just setting the proxy environment variables (or in settings). The standard port for the tor daemon is 9050.

In fact, it's relatively easy to write a socks proxy that lets you route traffic through a arbitrary protocols. For example, I can serve/visit websites on syncthing with a socks5 proxy as a translation layer: https://github.com/acheong08/syndicate

Re: Oniux: Kernel-level Tor isolation for any Linux app

#17

Earlier quoted context omitted.

What do you mean by leak usernames? It would leaks that a username uses tor. It would still leak that all of the usernames connecting to the same IRC host would be the same person. IRC seems pretty dangerous if you want to remaining anonymous considering how many people are logging disconnection times allowing them to be correlated with other network disruption events.

Irssi iirc used to default your username to your system username, so noobs would leak their given name by accident. After seeing that I changed my username in Linux to always be the most common username

root?

Re: Oniux: Kernel-level Tor isolation for any Linux app

#18

Earlier quoted context omitted.

Irssi iirc used to default your username to your system username, so noobs would leak their given name by accident. After seeing that I changed my username in Linux to always be the most common username

What is the most common Linux username though? Obviously you don’t want to do your regular work as root. And guest has its own issues. Is there a “common name”?

root

Re: Oniux: Kernel-level Tor isolation for any Linux app

#20
post #19

Does this mean one can now access tor websites using chrome?

You can, but please don’t do this, you’ll stick out even more! Tor browser has a series of anti fingerprinting strategies that chrome doesn’t

Does Brave attempt to mimic any of these anti fingerprinting strategies? Asking because it has a "Private tab with Tor" feature
Post reply on HN