This commit is contained in:
nihilist 2024-08-21 15:18:16 +02:00
parent 5ef4a72fc6
commit e856e92731
4 changed files with 7 additions and 5 deletions

View File

@ -813,7 +813,6 @@ Domain 'Whonix-Workstation' defined from Whonix-Workstation-Xfce-17.0.3.0.xml
<p>To do that we need to make sure the VPN goes through the local SOCKS port 9050, and to mention the entry node which is the gateway 10.152.152.10:</p>
<img src="66.png" class="imgRz">
<p>before we launch it keep in mind this:</p>
<b>DISCLAIMER: While on a VPN, DO NOT use the tor browser, this will make the entire tor browsing visible from the VPN server. In this particular setup you need to use Firefox while the VPN connection is active!!! Make sure that all tor-related applications are shutdown before starting the VPN. I suggest to close everything, and then only have the terminal and firefox open before launching the VPN.</b>
<img src="67.png" class="imgRz">
<p>Then launch the VPN and you can then see that you no longer have a tor exit node IP:</p>
<img src="68.png" class="imgRz">

View File

@ -257,7 +257,7 @@
<ol>
<li><a href="veracrypt/index.html">✅ Plausible Deniability (Veracrypt Hidden Partition)</a></li>
<li><a href="plausiblydeniabledataprotection/index.html">✅ Plausibly Deniable Critical Data Protection</a></li>
<li><a href="anonymity/index.html"> Plausibly Deniable Anonymity VMs (Whonix VMs in a Hidden Volume)⭐</a></li>
<li><a href="anonymity/index.html">🟠 Plausibly Deniable Anonymity VMs (Whonix VMs in a Hidden Volume)⭐</a></li>
</ol></br>
</div>
<div style="float: right; width: 50%;">

View File

@ -102,12 +102,12 @@
<li><p>You then purchase an e-SIM card anonymously from a non-KYC service such as silent.link, using monero, and you activate it inside the phone.</p></li>
</ol>
<p>Great, you now think that you obtained an anonymous phone number right ? Did you just forget that <b>there is a permanent record of where that simcard and phone number is, at all times ?</b> And did you forget that this record of where your simcard is, is always consulted by LE at all times ?</p>
<p>Where do you plan to use that simcard ? At your own house ? <b>The moment that simcard (and phone number) becomes active, LE knows that the simcard associated with that phone number is locatd your own house.</b> And then you take it with you to go to work ? If you are seen going anywhere at anytime, and LE looks at where the simcard went, <b>they can easily correlate that you are the owner of that simcard.</b></p>
<p>Where do you plan to use that simcard ? At your own house ? <b>The moment that simcard (and phone number) becomes active, LE knows that the simcard associated with that phone number is located your own house.</b> And then you take it with you to go to work ? If you are seen going anywhere at anytime, and LE looks at where the simcard went, <b>they can easily correlate that you are the owner of that simcard.</b></p>
</br></br>
<h2><b>The only way to have an anonymous phone number, is remotely</b></h2> </br> </br>
<p>If you have a simcard next to you, no matter how anonymous you managed to get it, <b>the moment you start to use it, you are deanonymized</b></p>
<img src="1.png" class="imgRz">
<p>So the only way to be able to use a phone number anonymously, is to use a remote service provider, that allows you to use a phone number, anonymously (allows tor connections, and monero payments), and even then, don't expect to get privacy going that route. Examples of such services: <a href="https://kycnot.me/service/crypton">Crypton</a> or <a href="https://kycnot.me/service/crypton">Smspool</a>. (see the full list <a href="https://kycnot.me/?t=service&q=sms&xmr=on">here</a>)</p>
<p>So the only way to be able to use a phone number anonymously, is to use a remote service provider, that allows you to use a phone number, anonymously (allows tor connections, and monero payments), and even then, don't expect to get privacy going that route. Examples of such services: <a href="https://kycnot.me/service/crypton">Crypton</a> or <a href="https://kycnot.me/service/smspool">Smspool</a>. (see the full list <a href="https://kycnot.me/?t=service&q=sms&xmr=on">here</a>)</p>
</div>
</div><!-- /row -->
</div> <!-- /container -->

View File

@ -77,7 +77,7 @@
<h2><b>XMPP Server Setup </b></h2>
<p>Before starting, check out <a href="../torwebsite/index.html">this</a> tutorial on how to create your first hidden service.</p>
<pre><code class="nim">
root@ANON-home:~# apt install prosody prosody-modules -y
root@ANON-home:~# apt install prosody prosody-modules lua-unbound -y
root@ANON-home:~# prosodyctl about
/var/lib/prosody/custom_plugins - not a directory!
@ -190,6 +190,9 @@ root@ANON-home:/etc/prosody/certs# prosodyctl adduser nihilist@aaaaaaaaaaaaaaaaa
Enter new password:
Retype new password:
#if you want to create users in batch:
root@ANON-home:/etc/prosody/certs# prosodyctl adduser testuser aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.onion p4ssw0rd
root@ANON-home:/etc/prosody/certs# systemctl restart prosody
root@ANON-home:/etc/prosody/certs# systemctl status prosody
● prosody.service - Prosody XMPP Server