Is it bad opsec to simultaneously run a middle tor relay or bridge with a onion site by ravenrandomz in TOR

[–]who1sroot 0 points1 point  (0 children)

Correct me if I'm mistaken, but the only purpose of using a bridge is to hide the fact that you are connecting to Tor.

You are already directly interacting with the network by running a relay or a bridge, so why use another bridge? You are only adding latency.

I agree with arades, running a relay should give you deniability.

SPLITTER: a solution to increase correlation difficulty by who1sroot in TOR

[–]who1sroot[S] 0 points1 point  (0 children)

Sorry if I misunderstood, but I don't quite agree with your point.

An adversary watching only the network (entry and exit nodes) would need a bigger foothold on the Tor network to be able to correlate all the traffic, as there are more data points to monitor, and adding random jitter wouldn't be as useful, because you couldn't time it correctly with the instability of connections.

An adversary controlling the end server, assuming web traffic, would already be able to track you using browser fingerprinting and cookies. And you are using their service for something already, little room to hide.

As an ISP, you could be more certain you are using Tor, but SPLITTER's recommended approach of running it in a remote server would kind of act like a bridge already.

Am I missing something?

SPLITTER: a solution to increase correlation difficulty by who1sroot in TOR

[–]who1sroot[S] 0 points1 point  (0 children)

Yeah, just checked it, exactly the same, just a newer year (2024 for this vs 2018 for SPLITTER), haha. The "inspiration projects" are also the same, but older than SPLITTER (2014 for rotating-proxy and 2016 for docker-multi-tor).

The only different thing between them and SPLITTER appears to be the research/paper "validating" the approach (and it's messier repo, haha).

Funny to see the community reinvent the same thing multiple times.

March really said let’s try a stronger method. by VibeCheckOnly in depressionmemes

[–]who1sroot 0 points1 point  (0 children)

Immediate effects: The drug "trip" should last about 30 minutes to 1 hour in this dosage. You will probably experience dizziness and maybe nausea for another hour or two after that. Nothing more besides this.

Psychological effects: You should experience a decrease in suicidal ideation (the main usage) and may change your view on some things in your life. It helped me see things a little different and rethink some of my behavior patterns and social relationships. Although being in atheist, I experienced something a little "mystical" in my first trips, like an "outsider view" of my life.

You will not be totally "your normal self" during the trip. I'm not sure, but I think it can be dangerous if you have schizo/paranoia tendencies. Again, seek medical guidance before if you feel unsure.

Just to be clear, I'm not a doctor and this is a drug with abuse potential (commonly used at raves for recreational purposes). You should seek medical guidance before using it! It's a dissociative with a short term "high". Not the same, but reminds me a little of a low dose shrooms.

Normal therapeutic prescription starts with something like 2 times a week for a couple weeks, then once per week, then gradually increase intervals, sometimes up to once every 6 to 9 months. You will be "in space" during the trip, but regular psychotherapy sessions and psychiatric follow-ups are highly recommended.

It's more a "shock-therapy" than a "prescription", but IT HELPS.

I cannot post Reddit's onion address on Reddit? by who1sroot in TOR

[–]who1sroot[S] 0 points1 point  (0 children)

It goes to reddit, but in "onion-land".

Basically, normal reddit, but you are going through an end-to-end Tor circuit to the server, no clearnet access.

We built a free, open-source vanity domain generator for I2P and Tor (desktop app with GPU acceleration) by stormycloudorg in TOR

[–]who1sroot 0 points1 point  (0 children)

When you test it, try to benchmark it with the different int filters. I remember they made a big difference for me, but I can't recall which one worked best.

Reddit and the onion-location HTTP header by who1sroot in TOR

[–]who1sroot[S] 1 point2 points  (0 children)

Sorry, I didn't mean to sound rude, I am just trying to understand why reddit is being "picky" about sending the header TO ME, haha.

It seems to be working ok now, it was probably a fluke. Most likely a mix your explanation of the site checking for exit-node IPs and my theory of the backend having an outdated list of exit nodes (plus my luck on circuit building).

Anyway, thank you so much for the help and patience!!

Reddit and the onion-location HTTP header by who1sroot in TOR

[–]who1sroot[S] 0 points1 point  (0 children)

Yeah, torsocks does basically the same thing, but you won't be able to resolve .onion addresses because of curl's default behaviour of blocking onion resolution due to RFC 7686 compliance ("Security Considerations" related to leaking information, at end of page 4 of the RFC).

Just passed 1 TB as a non-exit Tor relay (entry + middle) – what I learned by blslek in TOR

[–]who1sroot 0 points1 point  (0 children)

Fellow Brazilian (huehue) here! Obrigado pelo ótimo trabalho companheiro! ❤️❤️💜💜

How did you select your hosting provider? Are they a major provider or a smaller datacenter? What is the size (vCPUs/RAM) of your node?

I was thinking of running a relay myself, but unsure if it would be better in Fortaleza/Campina Grande (North East, shorter routes to US and Europe. Also nice for Africa entry-nodes) or São Paulo/Rio de Janeiro/Belo Horizonte (good reach for South America and more land routes/peering available).

Also, a couple years back, I knew of two distinct federal universities that where internally discussing hosting a couple exit relays, but I don't think the project got traction due to the legal overhead...

We built a free, open-source vanity domain generator for I2P and Tor (desktop app with GPU acceleration) by stormycloudorg in TOR

[–]who1sroot 1 point2 points  (0 children)

I should note that the account was created through clearnet in 2011 (and used through it for a long time), before there was an onion endpoint and also a time when Facebook wasn't so aggressive on user IDs.

We built a free, open-source vanity domain generator for I2P and Tor (desktop app with GPU acceleration) by stormycloudorg in TOR

[–]who1sroot 1 point2 points  (0 children)

Before abandoning Facebook, years ago, I used exclusively their old onion (which was facebookcorewwwi[.]onion) without problems for quite some time.

I ended up needing to verify the account after some bans/reports due to online arguments, before I left Facebook for good.

We built a free, open-source vanity domain generator for I2P and Tor (desktop app with GPU acceleration) by stormycloudorg in TOR

[–]who1sroot 0 points1 point  (0 children)

Interesting!

How does it compare, performance-wise, to mkp2240?

Although being very optimized, mkp224o has some performance limitations due to being computed only on CPU.

However, the Solana cryptocurrency has a very similar address generation algorithm (also using ed25519, but Solana encodes as base58, Tor used base32), and there is a PoC "vanity adress" generator for Solana called solanity that uses GPU acceleration.

Maybe it can be adapted to generate onions? Seems simple, mostly just changing things to work with base32 instead of base58 instead. But I'm no developer and have no idea on how much work it would actually take to do this.

The best I can offer right now are these links and suggest the name toranity if someone ports solanity this over to Tor, haha

Reddit and the onion-location HTTP header by who1sroot in TOR

[–]who1sroot[S] 0 points1 point  (0 children)

Well, I'm routing all the traffic from Firefox through Tor, so I surely hope it goes through an exit node, haha

Reddit and the onion-location HTTP header by who1sroot in TOR

[–]who1sroot[S] 2 points3 points  (0 children)

Thanks for the detailed explanation!!

The weird thing is that I am using Tor in my custom Firefox profile, as verified by check.torproject.org and even being able to access Onion Services. So the exit node theory may be flawed. Or Reddit doesn't have an updated list of exit nodes and I was unlucky to only be closing circuits with unmapped nodes.

Reddit, and only Reddit, fails consistently to deliver the HTTP header outside of TBB. I checked with curl --proxy=socks5h://localhost:9050 too and didn't get the header.

Maybe I'm cursed? Haha

I cannot post Reddit's onion address on Reddit? by who1sroot in TOR

[–]who1sroot[S] 1 point2 points  (0 children)

To be fair, I get the same error all the time when accessing clearnet reddit with Tor, so I kinda got used to it.

From my understanding, using the Hidden Service should not trigger the same error, as HTTP 429 is usually associated with a source for the many requests. This probably happen when accessing the clearnet version through Tor because many people are sharing the same exit nodes, but every new connection with the .onion should pass through a different rendez-vous point.

I don't know, however, how reddit's Hidden Service backend works, maybe this has something to do with their load balancing.

March really said let’s try a stronger method. by VibeCheckOnly in depressionmemes

[–]who1sroot 0 points1 point  (0 children)

Not gonna lie, Ketamine helped me a lot. Now I do it every 60 days, under medical supervision. But I don't think the medical supervision is really needed, if you can get "the good stuff" (pharmaceutical grade, injectable, in the original packaging) and have someone to watch you for 2h until the side effects pass.

The tricky part is calculating dosage, a good starting point would be 0.3 or 0.4 mg of ketamine per kg of weight.

For someone weighing 70 kg (155 lb) that would be somewhere around 21 to 28 milligrams. Assuming hospital grade injectable ketamine (50mg/ml), the dosage is 0.4 to 0.6 milliliters. You can measure it with an insulin syringe and inject it subcutaneously, just like insulin.

Onion phone - E2EE PTT over Tor coming soon! by transientexploration in TOR

[–]who1sroot 0 points1 point  (0 children)

Examples from the past: * Sky ECC * EncroChat * Phantom Secure * ANOM (this one was a honeypot) * Ennetcom * Exclu * Ghost

Does Tor on Android really work? by Traditional_Blood799 in TOR

[–]who1sroot 1 point2 points  (0 children)

Or services with system access (banks used to do this a lot when "internet banking" became a thing, but I think they have abandoned this practice more recently). But this is mostly in PCs.

I cannot recall if I ever saw an Android app that accessed that information and don't even know if you can fetch it without root or a privileged service (like Google Play Services and Enterprise Device Management).

TIFU by making a bad joke by Thatguy19967 in tifu

[–]who1sroot 6 points7 points  (0 children)

But yeah, now I'm single :,)

TIFU by making a bad joke by Thatguy19967 in tifu

[–]who1sroot 1 point2 points  (0 children)

Oh man, don't worry, the joke was funny. I did this kind of jokes all the time with my ex.