mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 04:36:57 +00:00
64 lines
1.6 KiB
PHP
64 lines
1.6 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<body>
|
|
<head>
|
|
<title>Darknet Onion Webring</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<link rel="icon" href="/favicon.ico">
|
|
</head>
|
|
|
|
|
|
<center>
|
|
<?php
|
|
require("header.php");
|
|
?>
|
|
<h2>Sensitive Websites (Last update: May 2024)</h3></br>
|
|
|
|
|
|
<p>These are a lists of sensitive services. <b>I don't recommend using them without having implemented deniability in your opsec setup [<a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/tailsqemuvm/index.html">1</a>] [<a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/sensitivevm/index.html">2</a>]</b></p>
|
|
<p>(This page is strictly for educational puposes, we do not own any of the services below)</p>
|
|
|
|
|
|
<main>
|
|
<section class="container">
|
|
<div class="column">
|
|
<h3>Markets</h3>
|
|
<?php DisplayCSV("links/Markets.csv");?>
|
|
</div>
|
|
|
|
<div class="column">
|
|
<h3>Exchanges</h3>
|
|
<?php DisplayCSV("links/Exchanges.csv");?>
|
|
</div>
|
|
|
|
|
|
<div class="column">
|
|
<h3>Forums and Imageboards</h3>
|
|
<?php DisplayCSV("links/Forums_and_Imageboards.csv");?>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="column">
|
|
<h3>News</h3>
|
|
<?php DisplayCSV("links/News.csv");?>
|
|
</div>
|
|
|
|
|
|
<div class="column">
|
|
<h3>Dead Markets</h3>
|
|
<?php DisplayCSV("links/Dead_Markets.csv");?>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<?php
|
|
require("webring.php");
|
|
?>
|
|
|
|
</center>
|
|
</body>
|
|
|
|
</html>
|