Create your own Secure Tor Site

Fraud, vandalism, torture, theft, revenge, scams, and other bad ideas. Please do a forum search and site search before posting. Questions about explosives, drugs, weapons, and hacking do not belong in this forum. Please keep things theoretical in nature. Do not admit to crimes you have done or are planning to do.
Post Reply
User avatar
Noctoman
Posts: 49
Joined: Wed Dec 02, 2020 6:35 pm

big grin Create your own Secure Tor Site

Post by Noctoman » Wed Dec 02, 2020 10:10 pm

How to make a secure Tor Site.
------------------------------
Hello again, in this pseudo-tutorial I will teach you how to create a Hidden Service that is relatively more secure than the tutorials
you find on the internet.
Beforehand, you must aquire:
- a pre-paid SIM card with INTERNET
- a MOBILE MODEM
- an old laptop with UBUNTU SERVER or any kind of distro. But for Tor, I recommend WHONIX. Hell, you can even host a tor site on Tails. But I doubt it would be practical.
- a burner wifi adapter.
------------------------------
This tutorial assumes you already have some basic knowledge regarding networking and hosting. If not, PM me and I will gladly help you.
------------------------------
I will first explain why you need the 'materials' in the list I just mentioned.

What is exactly a MOBILE MODEM? A mobile modem is like a wi-fi router, but instead of having it's fiber cable or whatever it has to
connect itself to the internet, it has a small slot for inserting a SIM card and is usually batery powered. Basically, you insert the
SIM - you get wireless internet. Simple.
Why not just use your own connection, you know..the one you just connect all of your devices in your home ?
Because that's a stupid move and will deanonymize yourself.

Why use a burner wifi-adapter ?
Because these types of wifi adapters have their own MAC adresses.
-------------------------------
After these, all you need to do is install NGNIX, configure your server(create a localhost on port 8080 or whatever port you want),
create a folder for your website - USE ONLY STATIC HTML OR CSS, NEVER JS AND AVOID PHP - with an index file, edit the torrc file
and you're good to go.

Das Troll
Registered
Posts: 1691
Joined: Mon Apr 15, 2019 2:10 am

Re: Create your own Secure Tor Site

Post by Das Troll » Wed Dec 02, 2020 11:08 pm

Reminds me of a pirate box or a library box.

https://piratebox.cc/raspberry_pi:diy

I once read an article about a guy who ran a TOR node and he got busted for child porn. Not his child porn, but people who used his node had passed child porn through it. Doing a TOR node from home would be a drastically stupid idea.

User avatar
Enigma
Site Admin
Posts: 3115
Joined: Thu Jun 01, 2017 7:35 am
Location: The Interweb
Contact:

Re: Create your own Secure Tor Site

Post by Enigma » Thu Dec 03, 2020 6:18 am

You know, I never thought about this. I know a few places with good 4G or even wifi connections that could act as mirrors of sorts.
:weed: [IP: logged]

User avatar
Noctoman
Posts: 49
Joined: Wed Dec 02, 2020 6:35 pm

Re: Create your own Secure Tor Site

Post by Noctoman » Thu Dec 03, 2020 11:35 am

Interesting thing about those pirate boxes ! I'd like to try them out :)

User avatar
Noctoman
Posts: 49
Joined: Wed Dec 02, 2020 6:35 pm

Re: Create your own Secure Tor Site

Post by Noctoman » Thu Dec 03, 2020 1:36 pm

Helladamnleet wrote:
Thu Dec 03, 2020 6:18 am
You know, I never thought about this. I know a few places with good 4G or even wifi connections that could act as mirrors of sorts.
While one may think 'open wifis' or public wifis are safe, they are not. Any script kiddie who knows any exploit about Tor exit nodes and has basic knowledge of WIRESHARK can pwn your server.

Post Reply