Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
a3a651a53a | |||
01a80468e6 | |||
b09c5dd6c9 | |||
988bb6fa56 | |||
5f861516eb | |||
18702e2914 |
13
README.md
@ -3,7 +3,7 @@
|
||||
## If you want to edit one of my existing blogposts:
|
||||
- fork the repository
|
||||
- edit what you want to edit, from the forked repository
|
||||
- create a PR, and wait for me to merge it. (feel free to ping me on SimpleX about it)
|
||||
- create a PR, and wait for me to merge it. (feel free to ping me on matrix about it)
|
||||
|
||||
## If you want to create a new blogpost:
|
||||
yes, i pay in moneros, for well made, complete blogpost contributions
|
||||
@ -66,18 +66,12 @@ Send me on chat your blogpost idea, and tell me where exactly it's supposed to f
|
||||
|
||||
```
|
||||
|
||||
Each tutorial can be assigned to at most one contributor, and I allow only ONE tutorial assigned per contributor at a time, **i want quality, not quantity.**
|
||||
Each tutorial can be assigned to at most one contributor, and I allow only ONE tutorial assigned per contributor at a time, i want quality, not quantity.
|
||||
|
||||
If you see a tutorial already being assigned to someone, either wait for that tutorial to be un-assigned (past the deadline) and then ask me to assign it to you, or go pick another one.
|
||||
|
||||
The default deadline is 1 month from when you're being assigned the issue. Even for complex tasks this is more than enough time if you are actually capable of doing what you chose to do.
|
||||
|
||||
|
||||
**NOTE: If your assigned tutorial is past the deadline, the tutorial won't be assigned to you anymore, and you won't recieve any payment, it must be completed by that time. If you want to move the deadline, contact me directly explaining why.**
|
||||
|
||||
If you miss more than 2 deadlines, i'll stop assigning issues to you. Same thing if you can't deliver proper quality, i will refuse further contributions from you. In short, **if you're not competent enough to actually do what you're talking about and explain why, don't bother.**
|
||||
|
||||
However If over time you're a frequent contributor (that has contributed multiple complex blogposts), contact me if you want to become a maintainer (in short, being one that validates contributions).
|
||||
|
||||
### Contributors Todolist ###
|
||||
|
||||
@ -85,10 +79,11 @@ Each upcoming blogpost has it's own gitea issue as listed [here](https://git.now
|
||||
|
||||
To see their status in the overall opsec blog project, check out the project board [here](https://git.nowhere.moe/nihilist/blog-contributions/projects/1).
|
||||
|
||||
|
||||
|
||||
### LICENSE ###
|
||||
|
||||
This entire blog is licensed under Creative Commons Zero: No Rights Reserved (Public Domain)
|
||||
|
||||
Feel free to run your own blog if you want a more restrictive license.
|
||||
|
||||
|
||||
|
9
assets/css/bootstrap.css
vendored
@ -907,8 +907,8 @@ pre code {
|
||||
.col-lg-12 {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
padding-right: 1px;
|
||||
padding-left: 1px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.col-xs-1,
|
||||
@ -1498,7 +1498,7 @@ pre code {
|
||||
width: 75%;
|
||||
}
|
||||
.col-lg-8 {
|
||||
width: 90%;
|
||||
width: 66.66666666666666%;
|
||||
}
|
||||
.col-lg-7 {
|
||||
width: 58.333333333333336%;
|
||||
@ -1630,8 +1630,7 @@ pre code {
|
||||
margin-left: 25%;
|
||||
}
|
||||
.col-lg-offset-2 {
|
||||
/*margin-left: 16.666666666666664%;*/
|
||||
margin-left: 5%;
|
||||
margin-left: 16.666666666666664%;
|
||||
}
|
||||
.col-lg-offset-1 {
|
||||
margin-left: 8.333333333333332%;
|
||||
|
@ -10,68 +10,6 @@
|
||||
/*@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);*/
|
||||
/*@import url(montserrat.css);*/
|
||||
|
||||
|
||||
/* CSS FORMATTING FOR MOBILE SCREENS */
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
.container-m{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/*align-items: center;*/
|
||||
padding: 2px 5px 2px 2px;
|
||||
justify-content: left;
|
||||
}
|
||||
}
|
||||
|
||||
.container-m{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
/*align-items: center;*/
|
||||
padding: 2px 5px 2px 2px;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.column-m{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 5px 10px 5px 5px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
.column-m:nth-child(1){
|
||||
border-top-left-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
.column-m:nth-child(4){
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
.column-container-m{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.column-container-main-m{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
/*align-items: center;
|
||||
justify-content: center;*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* END OF CSS FORMATTING FOR MOBILE */
|
||||
|
||||
|
||||
body {
|
||||
background-color: #000000;
|
||||
font-family: sans-serif;
|
||||
|
55
index.html
@ -8,7 +8,7 @@
|
||||
<meta name="author" content="">
|
||||
<link rel="shortcut icon" href="../../../../../assets/img/favicon.png">
|
||||
|
||||
<title>The Nihilism Blog </title>
|
||||
<title>nihilist - Categories </title>
|
||||
<!-- cp index.html blog.html-->
|
||||
<!-- Bootstrap core CSS! -->
|
||||
<link href="assets/css/bootstrap.css" rel="stylesheet">
|
||||
@ -37,7 +37,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand-anon" href="\index.html">The Nihilism Blog</a>
|
||||
<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">
|
||||
@ -55,9 +55,9 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<p><img src="assets/img/user.png" width="50px" height="50px"> <ba>nihilist </ba></p>
|
||||
<h1><a href="opsec/index.html">OPSEC: Privacy, Anonymity and Plausible Deniability</a></h1>
|
||||
<p><img class="img-responsive" src="opsec/opsec4levels/0.png" alt=""></p>
|
||||
<p>Operational Security: Showing how Privacy, Anonymity and Plausible Deniability can be achieved online.</p>
|
||||
<h1><a href="servers/anon.html">Anonymity Tutorials</a></h1>
|
||||
<p><img class="img-responsive" src="servers/anonymity.png" alt=""></p>
|
||||
<p>Showing how Anonymity can be achieved online.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@ -71,9 +71,9 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<p><img src="assets/img/user.png" width="50px" height="50px"> <ba>nihilist </ba></p>
|
||||
<h1><a href="selfhosting/index.html">Self-Hosting: Decentralisation and Privacy</a></h1>
|
||||
<p><img class="img-responsive" src="opsec/serverside.png" alt=""></p>
|
||||
<p>Showing how you can install any service yourself, where you can own your data, guaranteeing privacy.</p>
|
||||
<h1><a href="servers/index.html">Server Installations</a></h1>
|
||||
<p><img class="img-responsive" src="servers/serverside.png" alt=""></p>
|
||||
<p>Setting up servers once, and sharing tutorials to show everyone how it's done. </p>
|
||||
</div>
|
||||
|
||||
|
||||
@ -88,28 +88,43 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<p><img src="assets/img/user.png" width="50px" height="50px"> <ba>nihilist </ba></p>
|
||||
<h1><a href="HTB/index.html">Offensive Security Writeups</a></h1>
|
||||
<h1><a href="HTB/index.html">HTB Writeups (General Hacking)</a></h1>
|
||||
<img class="imgRz" src="assets/img/htb.jpg" >
|
||||
<p>Hack The Box is an online platform allowing you to test your penetration testing skills and exchange ideas and methodologies with thousands of people in the security field. </p>
|
||||
</div>
|
||||
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /anon -->
|
||||
<div id="anon1">
|
||||
</div><!-- /white -->
|
||||
|
||||
|
||||
<!-- +++++ Third Post +++++ -->
|
||||
<div id="anon3">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<p><img src="assets/img/user.png" width="50px" height="50px"> <ba>nihilist </ba></p>
|
||||
<h1><a href="productivity/index.html">Productivity Tutorials</a></h1>
|
||||
<img class="imgRz" src="productivity/productivity.png" >
|
||||
<!--<p><img class="img-responsive" src="assets/img/v01d.png" alt=""></p>-->
|
||||
<p>How to use your Body, Mind, and Tools to maximize your Productivity </p>
|
||||
<h1><a href="networking/index.html">Networking</a></h1>
|
||||
<p><img class="img-responsive" src="networking/network.png" alt=""></p>
|
||||
<p>Cisco Packet Tracer Simulations. </p>
|
||||
</div>
|
||||
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /anon -->
|
||||
</div><!-- /white -->
|
||||
|
||||
<div id="anon2">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<p><img src="assets/img/user.png" width="50px" height="50px"> <ba>nihilist </ba></p>
|
||||
<h1><a href="binexp.html">Binary Exploitation</a></h1>
|
||||
<p><img class="img-responsive" src="binexp/0.png" alt=""></p>
|
||||
<p>gdb, gef, ghidra, pwntools, assembly, C, 32-64bit binaries, reverse engineering, CTF challenges</p>
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /anon -->
|
||||
|
||||
<!-- +++++ Fourth Post +++++ -->
|
||||
|
||||
@ -127,7 +142,7 @@
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<div id="anon2">
|
||||
<div id="anon1">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
@ -150,7 +165,7 @@
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
@ -159,14 +174,14 @@
|
||||
<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://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FL5jrGV2L_Bb20Oj0aE4Gn-m5AHet9XdpYDotiqpcpGc%3D%40nowhere.moe%2FH4g7zPbitSLV5tDQ51Yz-R6RgOkMEeCc%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAkts5T5AMxHGrZCCg12aeKxWcpXaxbB_XqjrXmcFYlDQ%253D&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22c3Y-iDaoDCFm6RhptSDOaw%3D%3D%22%7D">SimpleX Chat</a><br/>
|
||||
<a target="_blank" rel="noopener noreferrer" href="http://blog.nihilism.network/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://matrix.to/#/#nihilism:m.datura.network">Matrix Chat</a><br/>
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
||||
<div class="col-lg-4">
|
||||
<h4>About nihilist</h4>
|
||||
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@contact.nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
|
||||
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@nihilism.network (<a href="https://nihilism.network/nihilist.pubkey">PGP</a>)</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
||||
</div>
|
||||
|
14
mirrors.txt
@ -1,14 +0,0 @@
|
||||
### Active ###
|
||||
|
||||
Nihilist:
|
||||
-Clearnet: https://blog.nowhere.moe
|
||||
-Tor: http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion
|
||||
-Clearnet: https://git.nowhere.moe/nihilist/blog-contributions
|
||||
-Tor: http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions
|
||||
|
||||
|
||||
|
||||
### Inactive ###
|
||||
|
||||
|
||||
### Removed ###
|
@ -114,7 +114,7 @@
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -62,7 +62,7 @@
|
||||
<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>nihilist - 00 / 00 / 00</ba></p>
|
||||
<h1>SRVNAME Setup </h1>
|
||||
<img src="0.png" class="imgRz">
|
||||
<img src="0.png" style="width:250px">
|
||||
<p> </p>
|
||||
|
||||
</div>
|
||||
@ -161,7 +161,7 @@
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -178,7 +178,7 @@ nano 3.sh
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -74,7 +74,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<p><h2><u>OPSEC Recommendations: </u></h2></p>
|
||||
<p><h2><u>Technology Recommended: </u></h2></p>
|
||||
<ul>
|
||||
<li><p>Hardware: Google Pixel</p></li>
|
||||
<li><p>Host OS: <a href="../graphene/index.html">Graphene OS</a></p></li>
|
||||
@ -156,7 +156,7 @@
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -243,7 +243,7 @@ nihilist ALL=(ALL:ALL) ALL
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -111,7 +111,7 @@
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 173 KiB |
Before Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 436 KiB |
Before Width: | Height: | Size: 171 KiB |
Before Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 373 KiB |
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 271 KiB |
Before Width: | Height: | Size: 805 KiB |
Before Width: | Height: | Size: 265 KiB |
Before Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 241 KiB |
@ -1,328 +0,0 @@
|
||||
<!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 Get a Credit Card Anonymously (Credit Cards as a Service)</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">The Nihilism 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>XMRonly - 2024 / 11 / 06</ba></p>
|
||||
<h1>How to Get a Credit Card Anonymously (Credit Cards as a Service)</h1>
|
||||
<img src="0.png" width="100px">
|
||||
<p> </p>
|
||||
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /grey -->
|
||||
|
||||
<!-- +++++ Second Post +++++ -->
|
||||
<div id="anon3">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>Introduction</b></h2>
|
||||
<p>
|
||||
With the growing economy and increasingly aggressive marketing, every company is competing to earn your business. There are no shortages of ways to spend your hard-earned money, but you may not always want to have your purchases tied to your real identity. For in person purchases, there is the obvious choice of cash as no information about you is recorded. However, online is a different story. E-commerce is heavily reliant on the use of credit cards, which leave a digital trail of metadata that ties back to you, is shared with third parties and is repackaged and sold to data brokers. Some forward-thinking vendors accept cryptocurrency but given online markets as a whole, this is still relatively niche. If your preferred method of buying something is Monero and your target vendor doesn't accept Monero, wouldn't it be great if you could still just use Monero anyway? In this article, we will explore how to obtain an anonymous prepaid card for Monero using Cake Pay and how to use this prepaid card to purchase a VPS from Hostinger, a KYC web hosting provider.
|
||||
</p>
|
||||
<p><h2><u>OPSEC Recommendations:</u></h2></p>
|
||||
<ol>
|
||||
<li><p>Hardware : (Personal Computer / Laptop)</p></li>
|
||||
<li><p>Host OS: <a href="../linux/index.html">Linux</a></p></li>
|
||||
<li><p>Hypervisor: <a href="../hypervisorsetup/index.html">libvirtd QEMU/KVM</a></p></li>
|
||||
<li><p>Virtual Machine: <a href="../whonixqemuvms/index.html">Whonix</a> or <a href="../tailsqemuvm/index.html">Tails</a> </p></li> </ol>
|
||||
<p>Every steps listed below are to be done via the Tor browser, in order to preserve our anonymity.</p>
|
||||
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /white -->
|
||||
|
||||
<div id="anon2">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>Obtaining the Card</b></h2> </br> </br>
|
||||
<p>
|
||||
Using the Tor Browser, navigate to <b>https://buy.cakepay.com</b>. Here we are going to select the Mastercard Prepaid USD Debit (Virtual Only) option. Click Buy Now.
|
||||
<img src="1.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
When prompted, enter an <a href=../anonemail/index.html target=_blank>anonymous email</a> and then retrieve and enter the one-time password emailed to us.
|
||||
<img src="2.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The next screen has some important information on it. It informs us that a name and email will be required for sign-up. It just doesn't specify that it has to be <i>our</i> name and address. This card will not work in Apple Pay or Google Wallet, not that we were planning on using those anyway. Additionally, trying to redeem this card while using a VPN (or in our case, the Tor Browser) may fail. More on that later. Enter a desired amount and click Buy Now.
|
||||
<img src="3.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We are now presented with a payment screen.
|
||||
<img src="4.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Copy the destination address and amount into your Monero wallet and send the payment.
|
||||
<img src="5.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Cake Pay will quickly detect the payment, and after a few more on-chain confirmations it will say the invoice is paid.
|
||||
<img src="6.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Back in your inbox, you will now receive an email with Redemption Instructions and a Code.
|
||||
<img src="7.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Attempting to redeem the code through the Tor Browser or through a VPN will fail and after around 10 consecutive attempts your redemption link and code will be temporarily locked.
|
||||
<img src="8.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This is where a <a href=../anonproxy/index.html target=_blank>residential proxy</a> will come in handy. After setting one up, we can continue unimpeded using the Tor Browser. Input the code, confirm you are not a robot and click Submit.
|
||||
<img src="9.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Our card purchase was successful. Copy the code and navigate to the provided link.
|
||||
<img src="10.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Enter the code and click on Redeem Code.
|
||||
<img src="11.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Complete the captcha if prompted by sliding the puzzle piece in place.
|
||||
<img src="12.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We are now prompted to fill out the information we want for registering this card. We enter a name, an address that is for sale online, a phone number and email. After everything is populated click the checkboxes and finally hit Activate. Note that the phone number is not verified in any way.
|
||||
<img src="13.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Our card is ready!
|
||||
<img src="14.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /white -->
|
||||
|
||||
|
||||
<!-- +++++ Second Post +++++ -->
|
||||
<div id="anon3">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>Using the Card</b></h2> </br> </br>
|
||||
<p>
|
||||
With our (digital) card in hand, it's time to actually buy something. Hostinger is a clearnet web hosting company with no explicitly stated support for signing up anonymously. All of their payment options require some information about the user and while their site supports a long list of cryptocurrencies, they somehow forgot to accept Monero. That's OK, we have a prepaid card for that.
|
||||
<img src="15.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Using the Tor Browser, navigate to <b>https://hostinger.com</b> and click on Hosting -> VPS hosting.
|
||||
<img src="16.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If prompted, verify you are human.
|
||||
<img src="17.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We will select a plan that costs less than the amount on our prepaid card.
|
||||
<img src="18.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
OPTIONAL: A quick online search found a promo code. Apply it and click Continue.
|
||||
<img src="19.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
It is time to create an account. Enter an email address and password.
|
||||
<img src="20.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Enter the billing details we used to create our prepaid card. Note that a phone number is not required here.
|
||||
<img src="21.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Enter the card details and click Submit payment.
|
||||
<img src="22.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /white -->
|
||||
|
||||
<div id="anon2">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>VPS Configuration</b></h2>
|
||||
|
||||
<p>
|
||||
We are now prompted to configure our VPS. A few quick steps are required before we can start using it. Click through to choose a location, an OS, a malware scanner, set a root password and then click Finish setup.
|
||||
<img src="23.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /white -->
|
||||
|
||||
<div id="anon3">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>Conclusion</b></h2>
|
||||
|
||||
<p>
|
||||
After a short setup, our VPS is ready!
|
||||
<img src="24.png" class="imgRz">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Let's try to connect via <a href=../anonaccess/index.html target=_blank>SSH over Tor</a>.
|
||||
<pre><code class="nim">
|
||||
~ ❯ torsocks ssh root@145.223.79.150
|
||||
The authenticity of host '145.223.79.150 (145.223.79.150)' can't be established.
|
||||
ED25519 key fingerprint is SHA256:bF9YlAl82SyfCu3X911lclJ0TwywiU6qgNtKCYDdnd0.
|
||||
This key is not known by any other names.
|
||||
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
|
||||
Warning: Permanently added '145.223.79.150' (ED25519) to the list of known hosts.
|
||||
root@145.223.79.150's password:
|
||||
Linux srv636770 6.1.0-26-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.112-1 (2024-09-30) x86_64
|
||||
|
||||
The programs included with the Debian GNU/Linux system are free software;
|
||||
the exact distribution terms for each program are described in the
|
||||
individual files in /usr/share/doc/*/copyright.
|
||||
|
||||
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
|
||||
permitted by applicable law.
|
||||
root@srv636770:~#
|
||||
|
||||
</code></pre>
|
||||
<p>And that's it ! we have managed to get access to a credit card anonymously, and we also managed to use it to get a VPS anonymously, all while maintaining our anonymity.</p>
|
||||
|
||||
</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></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
|
||||
</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://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FL5jrGV2L_Bb20Oj0aE4Gn-m5AHet9XdpYDotiqpcpGc%3D%40nowhere.moe%2FH4g7zPbitSLV5tDQ51Yz-R6RgOkMEeCc%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAkts5T5AMxHGrZCCg12aeKxWcpXaxbB_XqjrXmcFYlDQ%253D&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22c3Y-iDaoDCFm6RhptSDOaw%3D%3D%22%7D">SimpleX Chat</a><br/>
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
||||
<div class="col-lg-4">
|
||||
<h4 class="readable">About nihilist</h4>
|
||||
<p style="word-wrap: break-word;"><u>Donate XMR:</u>
|
||||
8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8
|
||||
</p></br>
|
||||
<p style="word-wrap: break-word;"><u>Donate XMR to the author:</u>
|
||||
8AHNGepbz9844kfCqR4aVTCSyJvEKZhtxdyz6Qn8yhP2gLj5u541BqwXR7VTwYwMqbGc8ZGNj3RWMNQuboxnb1X4HobhSv3</p>
|
||||
<p class="readable"><u>Contact:</u> nihilist@contact.nowhere.moe (<a
|
||||
href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</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>
|
@ -123,7 +123,7 @@ PING ns1.nihilism.network (23.137.250.140) 56(84) bytes of data.
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -189,7 +189,7 @@ And your new anonymous email account is ready for use! In line with practicing g
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -188,7 +188,7 @@ A: done, and added to the public page as an announcement, thanks.
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -218,7 +218,7 @@
|
||||
<h4 class="readable">As we have discussed the various methods that Law Enforcement agencies can track you down
|
||||
precisely, and there isn't much you can do to stop it, leaving your personal mobile phone, smart
|
||||
watch, or any other smart device at home is the best way to stay anonymous in a protest, leaving
|
||||
no proof that you took part in it and <a href="../deniability/index.html">denying</a> that
|
||||
no proof that you took part in it and <a href="../encryption/index.html">denying</a> that
|
||||
you ever left your home.</h4>
|
||||
|
||||
</div>
|
||||
@ -669,7 +669,7 @@
|
||||
<h4 class="readable">Nihilism</h4>
|
||||
<p class="readable">
|
||||
Until there is Nothing left.</p></br></br>
|
||||
<p class="readable">Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
<p class="readable">Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -8,7 +8,7 @@
|
||||
<meta name="author" content="prism_breaker">
|
||||
<link rel="shortcut icon" href="../../../../../../assets/img/favicon.png">
|
||||
|
||||
<title>How to get and use residential proxies anonymously</title>
|
||||
<title>Anonymouse Residential Proxy</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
|
||||
@ -61,28 +61,24 @@
|
||||
<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>prism_breaker</ba></p>
|
||||
<h1>How to get and use residential proxies anonymously</h1>
|
||||
<p>While Tor is a requirement to protect your anonymity online, some services refuse to be accessed anonymously, and are intentionally blocking connections coming from Tor exits nodes. These services are against your anonymity, but there are still ways to access them anonymously:<p>
|
||||
<h1>Setup a anonymous residential proxy with tor browser</h1>
|
||||
<p>OPSEC Recommendations:
|
||||
Hardware : Personal Computer / Laptop
|
||||
<br>Host OS: Qubes (or Qubes OS like you mentionned)
|
||||
<br>Hypervisor: Xen
|
||||
<br>Virtual Machine: Whonix VM DEDICATED to the (you -> tor -> residential proxy -> website) setup</p>
|
||||
<p>Tor is strong protection of user privacy, but some services are not possible to access because tor exits nodes are blocked. These services are usually very privacy unfriendly, because the web service is intentionally deanonymising its users.</p>
|
||||
<img src="AccessDenied.jpg" class="imgRz">
|
||||
<p>A residential proxy will reroute your access through a residential ip address, which makes your connection look like it is coming from your ISP or your mobile carrier.</p>
|
||||
<p><u>Serverside Context:</u> This setup is to be considered only in the case where the destination website also blocks your attempts at connecting there via a <a href="../whenTorisblocked/index.html">(you -> Tor -> VPN -> destination)</a> setup.</p>
|
||||
|
||||
<img src="../torthroughvpn/12.png" class="imgRz">
|
||||
<p> Under this setup you can access those websites that are blocking both Tor and VPN traffic, while still keeping your anonymity intact.</p>
|
||||
<p>A residential proxy will reroute your access through a low risk ip address, which makes your access looks like average Joe. Under this setup you can access those website that attempt to block anonymous users, while still under the protection of tor.</p>
|
||||
<img src="AccessAllowed.jpg" class="imgRz">
|
||||
|
||||
<p style="color: red;">Warning: This setup is not officialy supported by Tor project, it should be considered as experimental. It is still recommended to use the default setup of Whonix and Tor browser for the rest of your anonymous activities online.</p>
|
||||
<p style="color: red;">Warning: This setup is not officialy supported by tor project, it should be considered as experimental. It is still recommended to use the default setup of Whonix and Tor browser.</p>
|
||||
|
||||
<p>For further details on how you can combine Tor and VPNs to protect your anonymity, refer to <a href="../torthroughvpn/index.html">this tutorial</a></p>
|
||||
<p>For further research you can refer to this tutorial <a href="https://blog.nowhere.moe/opsec/torthroughvpn/index.html">https://blog.nowhere.moe/opsec/torthroughvpn/index.html</a></p>
|
||||
<p >Readers are assumed to have a working Qubes-Whonix setup, and have already acquired monero anonymously.
|
||||
If not, read the below tutorials: to be done</p>
|
||||
|
||||
<p>Other useful reference: <a href="https://www.whonix.org/wiki/Tunnels/Connecting_to_Tor_before_a_proxy">https://www.whonix.org/wiki/Tunnels/Connecting_to_Tor_before_a_proxy</a> </p>
|
||||
<p><h2><u>OPSEC Recommendations:</u></h2></p>
|
||||
<ol>
|
||||
<li><p>Hardware : (Personal Computer / Laptop)</p></li>
|
||||
<li><p>Host OS: <a href="../linux/index.html">Linux</a> (Or Qubes OS)</p></li>
|
||||
<li><p>Hypervisor: <a href="../hypervisorsetup/index.html">libvirtd QEMU/KVM</a> (Or Qubes OS's Xen)</p></li>
|
||||
<li><p>Virtual Machine:<a href="../whonixqemuvms/index.html">Whonix</a> (that must be dedicated to the (you -> Tor -> residential proxy -> website) setup </p></li> </ol>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
@ -95,9 +91,9 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>Proxy Purchase</b></h2>
|
||||
<p><p style="color: red;"><u>Warning:</u> Everything below needs to be done inside the dedicated new whonix workstation VM!</p></p>
|
||||
<p><p style="color: red;">Warning: All opertions below should be done inside a dedicated new whonix workstation appvm qube!</p></p>
|
||||
<p><a href="https://smspool.net/">smspool.net</a> is chosen to be the proxy provider for this demo, the author is not affiliated with this service. It is used because it is monero friendly, other service providers should work similarly.</p>
|
||||
<p>First you need to register:</p>
|
||||
<p>First you need to register</p>
|
||||
<img src="Reg.png" style="width: 400px; height: auto;" class="small">
|
||||
<p>Choose "switch to hCaptcha" otherwise you might get stuck at the cloudflare verification.</p>
|
||||
<p>The next step is to deposit monero into the website and purchase the proxy.</p>
|
||||
@ -118,9 +114,9 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>Browser setup</b></h2> </br> </br>
|
||||
<p>Due to an upstream change, the proxy setup method mentioned in whonix tutorial is not working <a href="https://www.whonix.org/wiki/Tunnels/Connecting_to_Tor_before_a_proxy/Proxy_Settings_Method">https://www.whonix.org/wiki/Tunnels/Connecting_to_Tor_before_a_proxy/Proxy_Settings_Method</a></p>
|
||||
<p>Due to upstream change, the proxy setup method mentioned in whonix tutorial is not working <a href="https://www.whonix.org/wiki/Tunnels/Connecting_to_Tor_before_a_proxy/Proxy_Settings_Method">https://www.whonix.org/wiki/Tunnels/Connecting_to_Tor_before_a_proxy/Proxy_Settings_Method</a></p>
|
||||
|
||||
<p>One of the other methods is to use the foxyproxy addon. <b>However please note that installing a plugin will change the Tor browser fingerprint, so it is highly recommended you keep the rest of your anonymous activities in a separate default Whonix Workstation VM.</b> Use this setup only when you are in this specific serverside context.</p>
|
||||
<p>The only method I found that is working is to use the foxyproxy addon. Install an plugin will change tor browser fingerprint, so it is higely recommended you create a new appvm for this setup, and use this setup only when it is absolutely necessary.</p>
|
||||
<img src="InstallAddon.png" style="width: 400px; height: auto;" class="imgRz">
|
||||
<p>Choose the "add-ons and themes" in the firefox menu and search for foxyproxy.</p>
|
||||
<img src="FoxyProxySearch.png" class="imgRz">
|
||||
@ -153,12 +149,12 @@
|
||||
<p>Add the proxy information in the "proxy" tab.</p>
|
||||
<img src="FoxyProxyAdd.png" class="imgRz">
|
||||
<p>In this demo, the proxy is HTTP, if you use a different provider and it doesn't work, try to check the protocol. Fill all the info and save it.</p>
|
||||
<p>Now check the website you want to accessed, it is blocked because you are still using the Tor exit node.</p>
|
||||
<p>Now check the website you want to accessed, it is blocked because you are still using the tor exit node.</p>
|
||||
<img src="WebsiteDenied.png" class="imgRz">
|
||||
<p>Choose the proxy you just added in FoxyProxy button, and reset your Tor browser identity.</p>
|
||||
<p>Now access <a href="https://check.Torproject.org">https://check.Torproject.org</a>, and you should see a warning says you are not using Tor, due to having the connection originating from the residential Proxy IP, <b>this means that you have successfully completed the (you -> Tor -> residential proxy -> website) Setup, effectively hiding that you're using Tor from the destination website.</b></p>
|
||||
<p>Choose the proxy you just added in FoxyProxy button, and reset your tor browser identity.</p>
|
||||
<p>Now access <a href="https://check.torproject.org">https://check.torproject.org</a>, and you should see a warning says you are not using tor.</p>
|
||||
<img src="CheckIP.png" class="imgRz">
|
||||
<p>Now try the website that blocks Tor, it should work now if you did everything correctly!</p>
|
||||
<p>Now try the website that blocks tor, it should work now if you did everything correctly!</p>
|
||||
<img src="WebsiteAccessed.png" class="imgRz">
|
||||
|
||||
|
||||
@ -169,13 +165,13 @@
|
||||
|
||||
<!-- +++++ Footer Section +++++ -->
|
||||
|
||||
<div id="anonb">
|
||||
<div id="anonb">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<h4>PrismBreaker</h4>
|
||||
<p>
|
||||
Shatter the big brother.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Shatter the big brother.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
@ -190,7 +186,7 @@
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
||||
<div class="col-lg-4">
|
||||
<h4>About Prism Breaker</h4>
|
||||
<h4>About nihilist</h4>
|
||||
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 87iB34vdFvNULrAjyfVAZ7jMXc8vbq9tLGMLjo6WC8N9Xo2JFaa8Vkp6dwXBt8rK12Xpz5z1rTa9jSfgyRbNNjswHKTzFVh</p></br><p><u>Contact:</u> prismbreaker@waifu.club (<a href="https://keys.openpgp.org/vks/v1/by-fingerprint/735816B2B9E6F4660ECE44D983E602C4B6EA6AEE">PGP</a>)</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
||||
@ -199,6 +195,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
|
@ -75,7 +75,7 @@
|
||||
|
||||
<img src="6.png" class="imgRz">
|
||||
<p>Here’s the problem: the adversary can just bust down Bob’s door and <b>force him to unlock his laptop, including every encrypted volume.</b> What happens then?</p>
|
||||
<img src="../deniability/4.png" class="imgRz">
|
||||
<img src="../encryption/4.png" class="imgRz">
|
||||
<p><img src="../de2.png"> <b>Since Bob has no other choice but to comply when the adversary forces him to unlock his hard drives, and since he didn’t implement Deniable Encryption</b>, he has to show all the incriminating evidence, and therefore he can no longer deny implications with the sensitive activity.</p>
|
||||
<img src="5.png" class="imgRz">
|
||||
<p> Bob’s setup, although suitable for Anonymous Use, is not suitable for Sensitive Use <b>due to the lack of Deniable Encryption</b></p>
|
||||
@ -93,7 +93,7 @@
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -39,7 +39,6 @@
|
||||
<span class="author-date">Hoover - 2024-10-12</span>
|
||||
</p>
|
||||
<h1>Anonymity - Easy Anonymous Chats Using SimpleX</h1>
|
||||
<img src="../closedsource/2.png" class="imgRz">
|
||||
<p>In this tutorial we're going to see how to setup a chat application for Anonymous use. This is especially important in a world where mass-surveillance is nearly-omnipresent. It has become the end users' responsibility to uphold their privacy and anonymity while communicating online.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -309,7 +308,7 @@ sudo apt install tor</pre></code>
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.<br>
|
||||
Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a><br>
|
||||
Creative Commons Zero: No Rights Reserved<br>
|
||||
<img src="\CC0.png" alt="Creative Commons Zero">
|
||||
</p>
|
||||
</div>
|
||||
|
@ -163,7 +163,7 @@ Simply complete the remaining steps onscreen and voilà! If prompted for an emai
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
@ -91,7 +91,7 @@
|
||||
<div class="col-lg-4">
|
||||
<h4>Nihilism</h4>
|
||||
<p>
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: <a href="../../../../opsec/runtheblog/index.html">No Rights Reserved</a></br><img src="\CC0.png">
|
||||
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
BIN
opsec/anonymity/16.png
Normal file
After Width: | Height: | Size: 580 KiB |
BIN
opsec/anonymity/17.png
Normal file
After Width: | Height: | Size: 378 KiB |
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 252 KiB |
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
BIN
opsec/anonymity/21.png
Normal file
After Width: | Height: | Size: 215 KiB |
BIN
opsec/anonymity/22.png
Normal file
After Width: | Height: | Size: 253 KiB |
BIN
opsec/anonymity/23.png
Normal file
After Width: | Height: | Size: 214 KiB |
BIN
opsec/anonymity/24.png
Normal file
After Width: | Height: | Size: 229 KiB |
BIN
opsec/anonymity/25.png
Normal file
After Width: | Height: | Size: 205 KiB |
BIN
opsec/anonymity/26.png
Normal file
After Width: | Height: | Size: 203 KiB |
BIN
opsec/anonymity/27.png
Normal file
After Width: | Height: | Size: 198 KiB |
BIN
opsec/anonymity/28.png
Normal file
After Width: | Height: | Size: 212 KiB |
BIN
opsec/anonymity/29.png
Normal file
After Width: | Height: | Size: 213 KiB |
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 169 KiB |
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 239 KiB |
BIN
opsec/anonymity/31.png
Normal file
After Width: | Height: | Size: 199 KiB |
BIN
opsec/anonymity/32.png
Normal file
After Width: | Height: | Size: 218 KiB |
BIN
opsec/anonymity/33.png
Normal file
After Width: | Height: | Size: 227 KiB |
BIN
opsec/anonymity/34.png
Normal file
After Width: | Height: | Size: 238 KiB |
BIN
opsec/anonymity/35.png
Normal file
After Width: | Height: | Size: 204 KiB |
BIN
opsec/anonymity/36.png
Normal file
After Width: | Height: | Size: 209 KiB |
BIN
opsec/anonymity/37.png
Normal file
After Width: | Height: | Size: 202 KiB |
BIN
opsec/anonymity/38.png
Normal file
After Width: | Height: | Size: 216 KiB |
BIN
opsec/anonymity/39.png
Normal file
After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 194 KiB |
BIN
opsec/anonymity/41.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
opsec/anonymity/42.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
opsec/anonymity/43.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
opsec/anonymity/44.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
opsec/anonymity/45.png
Normal file
After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |