diff --git a/servers/anon.html b/servers/anon.html index 5e431584..e00da43a 100644 --- a/servers/anon.html +++ b/servers/anon.html @@ -187,10 +187,12 @@

💻 Clientside - Making use of Anonymity (Non-KYC Providers)

    -
  1. ❌ How to get a mail account anonymously (Mails as a service)
  2. -
  3. ❌ How to get a phone number anonymously (Remote SMSes as a service)
  4. -
  5. ❌ How to get a credit card anonymously (Credit cards as a service)
  6. -
  7. ❌ How to get a residential proxies anonymously
  8. +
  9. ❌ How to get a mail account anonymously (Mails as a service)
  10. +
  11. ❌ How to get a phone number anonymously (Remote SMSes as a service)
  12. +
  13. ❌ How to get a credit card anonymously (Credit cards as a service)
  14. +
  15. ❌ How to get a residential proxies anonymously
  16. +
  17. ✅ How to rent remote servers anonymously (Cloud resellers) ⭐
  18. +
  19. ❌ How to rent remote domains anonymously (Registrar resellers) ⭐

@@ -211,7 +213,8 @@

🧅 Serverside - Anonymous Hidden Services

    -
  1. ✅ Introduction to Hosting Hidden Services
  2. + +
  3. ✅ Where to host Anonymous Hidden Services ?
  4. ✅ Hidden Service with custom .onion Vanity V3 address
  5. ❌ Basic Webserver setup (NGINX / PHP / MYSQL)
  6. ❌ Minimalistic MoneroSSO .onion setup
  7. @@ -224,8 +227,7 @@

🧅 Serverside - Anonymous Clearnet Services

    -
  1. ✅ How to rent remote servers anonymously (Cloud resellers) ⭐
  2. -
  3. ❌ How to rent remote domains anonymously (Registrar resellers) ⭐
  4. +
  5. ❌ Where to host Anonymous Clearnet Services ?
  6. ✅ Remote anonymous access setup (cockpit + ssh through tor)
  7. ✅ Clearnet Bind9 DNS server setup (with DNSSEC)
  8. ✅ Clearnet Matrix server (federated clearnet chatting)
  9. diff --git a/servers/hiddenservice/1.png b/servers/hiddenservice/1.png new file mode 100644 index 00000000..c4c35e29 Binary files /dev/null and b/servers/hiddenservice/1.png differ diff --git a/servers/hiddenservice/2.png b/servers/hiddenservice/2.png new file mode 100644 index 00000000..65905629 Binary files /dev/null and b/servers/hiddenservice/2.png differ diff --git a/servers/hiddenservice/index.html b/servers/hiddenservice/index.html new file mode 100644 index 00000000..50715b94 --- /dev/null +++ b/servers/hiddenservice/index.html @@ -0,0 +1,147 @@ + + + + + + + + + + + Where to host Anonymous Hidden Services ? + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    + Previous Page

    nihilist@mainpc - 2024-08-06

    +

    Where to host Anonymous Hidden Services ?

    +

    In this tutorial we're going to look at how to host Anonymous Hidden Services.

    + +
    +
    +
    +
    + + +
    +
    +
    +
    +

    Hosting a Hidden Service Remotely

    +

    One way to host a Hidden Service is remotely. You anonymously rent a VPS to a non-KYC cloud provider (using Tor and Monero), and use it anonymously (using SSH through Tor), to host a Tor Hidden Service.

    + +

    The main advantage here is that if anything goes wrong (if you try to run a sensitive service there), you are safe from any repercussions, as the cloud provider can't know that it was you who bought and used the VPS.

    +

    The strategy here is that whatever service you try to run, you run it as far away from your home as possible. So that if one day the location of the hidden service gets found out (as tor traffic sometimess get deanonymized, when the tor circuits go through nodes that all belong to the adversary), your home IP address doesn't get revealed.

    +

    Sidenote: know that if you try to run a sensitive service, you are literally abusing the goodwill of non-KYC cloud providers, that are willing to go the extra mile to provide anonymity for you. So please don't bite the hand that feeds you, don't run sensitive services on VPSes, as the non-KYC cloud resellers are the ones that will have to deal with the consequences afterward.

    +

    The main drawback however, is that you are not in physical control of the server that you are using, therefore if the cloud provider has implemented extensive spying mechanisms, they will immediately find out that it is this VPS that is running said hidden service.

    +

    TLDR: it's safer in case if anything goes wrong, but you don't have physical control over the service.

    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Self-Hosting a Hidden Service



    +

    Another way to host a Hidden Service is locally, you Self-host it. You are running a server at home (which could be your previous PC), to run the hidden service. And if the ISP doesn't allow Tor traffic, you use a VPN to hide the Tor traffic.

    + +

    The main advantage here is that you have complete control over the server, if an adversary has to get his hands on the server, he has to bust down your door and find it.

    +

    The strategy here is "I use secure technology, come at me!", Which brings us to the main disadvantage however: if the technology fails you along the way for example the adversary uses a Tor 0day on you, and finds out that the hidden service is at your home IP address, then there is no way you can deny that you are the administrator of said service. In that case, using a trusted VPN that regularly deletes logs like mullvadVPN, to hide the Tor traffic, might be a lifesaver.

    +

    There may be other attacks to figure out if you are the owner of said hidden service, like temporarily shutting down the power, or the internet connection, to see if the hidden service goes down or not.

    +

    TLDR: you have physical control over the server, but if anything goes wrong, the service is at your house. No possibility to deny that you are the administrator!

    + +
    +
    +
    +
    + + + + +
    +
    +
    +
    +

    Nihilism

    +

    + Until there is Nothing left. + +

    +
    + +
    +

    My Links

    +

    + + RSS Feed
    Matrix Chat
    + +

    +
    + +
    +

    About nihilist

    +

    Donate XMR: 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8


    Contact: nihilist@nihilism.network (PGP)

    +
    + +
    + +
    +
    + + + + + + + diff --git a/servers/hiddenservices/0.png b/servers/hiddenservices.old/0.png similarity index 100% rename from servers/hiddenservices/0.png rename to servers/hiddenservices.old/0.png diff --git a/servers/hiddenservices/1.png b/servers/hiddenservices.old/1.png similarity index 100% rename from servers/hiddenservices/1.png rename to servers/hiddenservices.old/1.png diff --git a/servers/hiddenservices/2.png b/servers/hiddenservices.old/2.png similarity index 100% rename from servers/hiddenservices/2.png rename to servers/hiddenservices.old/2.png diff --git a/servers/hiddenservices/3.png b/servers/hiddenservices.old/3.png similarity index 100% rename from servers/hiddenservices/3.png rename to servers/hiddenservices.old/3.png diff --git a/servers/hiddenservices/4.png b/servers/hiddenservices.old/4.png similarity index 100% rename from servers/hiddenservices/4.png rename to servers/hiddenservices.old/4.png diff --git a/servers/hiddenservices/index.html b/servers/hiddenservices.old/index.html similarity index 100% rename from servers/hiddenservices/index.html rename to servers/hiddenservices.old/index.html