onionshare tutorial

This commit is contained in:
nihilist 2024-09-30 20:12:24 +02:00
parent b01d2b88ce
commit c582a13679
12 changed files with 173 additions and 14 deletions

View File

@ -189,7 +189,7 @@
<p>💻 File Sharing</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/15"> How to send small files Anonymously (Onionshare)</a></li>
<li><a href="onionshare/index.html"> How to send small files Anonymously (Onionshare)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/16">❌ One on One large file sharing (Syncthing over Tor)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/17">❌ P2P large file sharing (Torrents over Tor)</a></li>
</ol></br>

BIN
opsec/onionshare/0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
opsec/onionshare/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
opsec/onionshare/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
opsec/onionshare/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
opsec/onionshare/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
opsec/onionshare/5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
opsec/onionshare/6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
opsec/onionshare/7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
opsec/onionshare/8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

147
opsec/onionshare/index.html Normal file
View File

@ -0,0 +1,147 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../../../../../assets/img/favicon.png">
<title>How to share files anonymously using OnionShare</title>
<!-- Bootstrap core CSS -->
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
<link href="../../assets/css/xt256.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="../../assets/css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-inverse-anon navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand-anon" href="\index.html">nihilist`s Blog</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/blog.html">Categories</a></li>
<li><a href="https://blog.nowhere.moe/donate.html">Donate</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- +++++ Posts Lists +++++ -->
<!-- +++++ First Post +++++ -->
<div id="anon2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="../index.html">Previous Page</a></br></br><p><img src="../../assets/img/user.png" width="50px" height="50px"> <ba>nileglorifier - 2024-09-30</ba></p>
<h1>How to share files anonymously using OnionShare</h1>
<p>OnionShare is a free and open-source cross-platform tool that utilises the TOR network to anonymously share files (send and receive), host an onion website and create a simple chat room. Installation and setup is extremely simple and users only need the TOR browser for access, making OnionShare a quick and easy way to utilise the TOR network for various stasks. Additionally, OnionShare can also be a great way of bypassing network restrictions in cases where other file-sharing methods are not permitted and includes it's own full-featured TOR client with support for TOR bridges for situations where censorship circumvention is required..</p>
<img src="0.png" class="imgRz">
<p>OnionShare can easily be installed on various Linux distributions (by following the offical instructions at <a href="https://onionshare.org/#download">https://onionshare.org/#download</a>). For Debian-based distro's (including <a href="https://www.whonix.org/">Whonix</a>), simply run the following apt command in a terminal:</p>
<pre><code class="nim">
sudo apt install onionshare
</code></pre>
<img src="1.png" class="imgRz">
<p>For installation on an Android device (running Graphene OS), it's recommended to download via F-Droid (<a href="https://f-droid.org/packages/org.onionshare.android.fdroid/">https://f-droid.org/packages/org.onionshare.android.fdroid/</a>) or the direct APK download link provided on the F-Droid page, e.g. <a href="https://f-droid.org/repo/org.onionshare.android.fdroid_214.apk">https://f-droid.org/repo/org.onionshare.android.fdroid_214.apk</a></p>
<img src="2.png" class="imgRz">
<p>In this tutorial we'll be sharing a file from our Graphene OS Android device and downloading the file on our <a href="https://www.whonix.org/">Whonix</a> machine (that includes TOR browser as its default web-browser). If you're using a different machine, be sure to download the official TOR browser from <a href="https://www.torproject.org/">https://www.torproject.org/</a></p>
<img src="3.png" class="imgRz">
<p>To begin, we'll open OnionShare on our Graphene OS device then click on the "+" icon in the bottom right-corner to select the file (or multiple files) we want to share. We then click the "Start Sharing" button at the bottom of the screen to generate the one-time-use Onion URL where our file will be shared</p>
<img src="4.png">
<img src="5.png">
<p>Back in our Whonix VM, we navigate to the Onion URL to view the file available for download</p>
<img src="6.png" class="imgRz">
<p>As shown below, we can see the name and size of the file being shared from our Graphene OS device along with a "Download Files" button in the top right-corner, which we click to initiate the download. Note: Onionshare zips up all available files into one archive named "download.zip" for ease of bulk downloading.</p>
<img src="7.png" class="imgRz">
<p>After the download completes, we extract the downloaded "download.zip" file to gain access to our original "secretstuff.zip" file containing the files we need from our Graphene OS device, concluding this tutorial.</p>
<img src="8.png" class="imgRz">
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Footer Section +++++ -->
<div id="anonb">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>Nihilism</h4>
<p>
Until there is Nothing left.
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>My Links</h4>
<p>
<a target="_blank" rel="noopener noreferrer" href="http://blog.nowhere.moe/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://matrix.to/#/#nowheremoe:nowhere.moe">Matrix Chat</a><br/>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>About nileglorifier</h4>
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 84TTjteLVhkYuHosBoc1MjWaB1AmnFSWPgeM7Lts4NdigCmE9ndHTjsXEaxJFTb7JGj55GNERXfnJSFY3J3WE5Ha18BSeS1</p>
</div><!-- /col-lg-4 -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>

View File

@ -63,9 +63,13 @@
<div class="col-lg-8 col-lg-offset-2">
<h2><b>Preparing the Body</b></h2>
<p><a href="yoga/index.html">✅ Yoga to stretch the entire body</a></p>
<p><a href="index.html">❌ Diet to favor cerebral activity</a></p>
<p><a href="index.html">❌ Meal Frequency: Hunger is normal</a></p>
<div style="float: left; width: 50%;">
<ol>
<li><a href="yoga/index.html">✅ Yoga to stretch the entire body</a></li>
<li><a href="index.html">❌ Diet to favor cerebral activity</a></li>
<li><a href="index.html">❌ Meal Frequency: Hunger is normal</a></li>
</ol>
</div>
</div>
</div><!-- /row -->
@ -76,10 +80,14 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2> <b>Preparing the Mind </b></h2>
<p><a href="opus-nihil/index.html">✅ Opus Nihil: Dissolving Compulsions</a></p>
<p><a href="index.html">❌ Scio Nihil: Dissolving Beliefs</a</p>
<p><a href="index.html">❌ Sum Nihil: Dissolving the Self</a></p>
<p><a href="coldshowers/index.html">✅ Cold Exposure: Where Discipline takes over Comfort</a></p>
<div style="float: left; width: 50%;">
<ol>
<li><a href="opus-nihil/index.html">✅ Opus Nihil: Dissolving Compulsions</a></li>
<li><a href="index.html">❌ Scio Nihil: Dissolving Beliefs</a</li>
<li><a href="index.html">❌ Sum Nihil: Dissolving the Self</a></li>
<li><a href="coldshowers/index.html">✅ Cold Exposure: Where Discipline takes over Comfort</a></li>
</ol>
</div>
</div>
</div><!-- /row -->
@ -90,12 +98,16 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2> <b>Organising the Work</b></h2>
<p><a href="index.html">❌ The right thing to do: What is the reason behind your actions?</a></p>
<p><a href="index.html">❌ Pomodoro Focus times (Intentional pauses to prevent burnouts)</a></p>
<p><a href="index.html">❌ Macro+ Micro Workflow: Planify, Execute, Review</a></p>
<p><a href="index.html">❌ Todolist: Topics, Categories, Subcategories, and Ordering Tasks </a></p>
<p><a href="index.html">❌ Zero Email Workflow (in Thunderbird)</a></p>
<p><a href="index.html">❌ Kanban Style Todolist (in gitea)</a></p>
<div style="float: left; width: 50%;">
<ol>
<li><a href="index.html">❌ The right thing to do: What is the reason behind your actions?</a></li>
<li><a href="index.html">❌ Pomodoro Focus times (Intentional pauses to prevent burnouts)</a></li>
<li><a href="index.html">❌ Macro+ Micro Workflow: Planify, Execute, Review</a></li>
<li><a href="index.html">❌ Todolist: Topics, Categories, Subcategories, and Ordering Tasks </a></li>
<li><a href="index.html">❌ Zero Email Workflow (in Thunderbird)</a></li>
<li><a href="index.html">❌ Kanban Style Todolist (in gitea)</a></li>
</div>
</div>
</div><!-- /row -->
</div> <!-- /container -->