mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
prod-changes
This commit is contained in:
parent
5f222cbfe7
commit
a51de38a4c
25 changed files with 479 additions and 306 deletions
130
README.md
130
README.md
|
@ -1,22 +1,124 @@
|
|||
# [Onion Uptime Checker from Nowhere](http://uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/)
|
||||
# [Darknet Onion Webring](http://uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/)
|
||||
|
||||
Minimalistic Onion Hidden Service uptime checker, written in only PHP and Python, because javascript is NOT needed.
|
||||
Darknet Onion Webring is powered by a Minimalistic Onion Hidden Service uptime checker, written in only PHP and Python, because javascript is NOT needed.
|
||||
|
||||
## Setup
|
||||
0) git clone the repository in there
|
||||
## Why is the Darknet Onion Webring relevant ?
|
||||
|
||||
The Darknet depends on peers (like you and me) to run their own lists of onion links for visibility, as search engines can't crawl onion websites like they do on the clearnet. This project is there to list people's lists of onion links so that you don't have to search those links yourself.
|
||||
|
||||
The more people join the Darknet Onion Webring, the more visibility darknet websites will be able to have over time, just like how it would be on the clearnet while keeping the decentralisation and censorship-resistance intact. Let's make it happen.
|
||||
|
||||
## How to join the Darknet Onion Webring ?
|
||||
|
||||
As detailed above, this project aims to gain traction over time as more and more people join the webring, so that a decentralized ecosystem can be formed accross online communities.
|
||||
|
||||
1) run your own darknet-onion-webring instance as detailed below
|
||||
2) As you keep on exploring the darknet, make sure you list the new onion links you find in the CSV files that are in www/links/, (i like to keep them separated in categories, so that they can be displayed in groups in the php pages afterward.)
|
||||
|
||||
Option A:
|
||||
3) If you want to contribute your findings to the master repository that i'm running, just [ping me directly on simplex](https://simplex.chat/contact#/?v=2-5&smp=smp%3A%2F%2F1OwYGt-yqOfe2IyVHhxz3ohqo3aCCMjtB-8wn4X_aoY%3D%40smp11.simplex.im%2FsM96T2YMg4As7FiVoUVEttBgZQVPxWnb%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAsKONXcyHAFEd79i13QZf8vDRUU5dVgQKQqUy_0S7ay4%253D%26srv%3D6ioorbm6i3yxmuoezrhjk6f6qgkc4syabh7m3so74xunb5nzr4pwgfqd.onion) so that i can create you a gitea account first
|
||||
4) Then create a pull request so that i can add your own links (AND the link to your list of links too in the index.php page) to the git repo directly. (**Please make sure you are keeping the sensitive websites in the same page, so the risk-based separation is kept (non-sensitive websites / sensitive websites))**
|
||||
|
||||
Option B:
|
||||
3 bis) If you want to go your own way just let us know that you're running your own list of onion links in the [Darknet Exploration SimpleX Chatroom](https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FL5jrGV2L_Bb20Oj0aE4Gn-m5AHet9XdpYDotiqpcpGc%3D%40nowhere.moe%2FqMi2FROh9rZcWxvGy35ENO7659wq5BkD%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEA20kZFBM1dAT9VXVh1GPaTd_pNrqIWdUg616BH_ewPV4%253D%26srv%3Dt3srl5etd5y7nfvamlkdsjmm2okfu7db2jp4crxvf3tkwo42odme3kid.onion&data=%7B%22groupLinkId%22%3A%22pCVH3q2o1nKJb6vnSfoc6Q%3D%3D%22%7D) so that we can add the link to your list of links in our own.
|
||||
|
||||
4) make sure you spread awareness of the darknet onion webring on darknet forums (there's [dread](http://g66ol3eb5ujdckzqqfmjsbpdjufmjd5nsgdipvxmsh7rckzlhywlzlqd.onion/) for example)
|
||||
|
||||
|
||||
## How to run your own Darknet Onion Webring instance ?
|
||||
0) git clone the repository in your directory of choice:
|
||||
```sh
|
||||
torsocks git clone http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/onion-uptime /srv/onion-uptime
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ apt install tor git torsocks -y
|
||||
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ torsocks git clone http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-onion-webring /srv/darknet-onion-webring
|
||||
|
||||
```
|
||||
1) Install nginx and php8.2-fpm and tor
|
||||
1) Install nginx and php8.2-fpm
|
||||
```sh
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ apt install php8.2-fpm nginx -y
|
||||
```
|
||||
|
||||
2) use the nginx.conf and drop it in /etc/nginx/sites-available/
|
||||
3) use acme.sh to get the TLS certificates if you want clearnet presence
|
||||
4) use mkp244o if you want to have a hidden service
|
||||
5) use the torrc config if you want the tor to have a socks5 port
|
||||
6) enable the nginx config and validate that it can be accessed on either clearnet / onion
|
||||
7) edit the csv values of the websites you want to edit in the links folder if you wan to monitor other websites
|
||||
8) make sure the cronjob for scripts/uptimechecker.py is running at least once every 3 hours so that the csv files are kept up to date.
|
||||
```sh
|
||||
crontab -e
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ ls
|
||||
nginx.conf README.md scripts todo.txt torrc www
|
||||
|
||||
*/3 0 * * * python3 /srv/onion-uptime/scripts/uptimechecker.py
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ cp nginx.conf /etc/nginx/sites-available/uptime.conf
|
||||
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ vim /etc/nginx/sites-available/uptime.conf
|
||||
```
|
||||
3) use [mkp244o](http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/torwebsite/index.html) if you want to have a custom vanity v3 hidden service domain name
|
||||
|
||||
4) use the torrc config to have a local socks5 port (as it will be used by the python script to check the uptime of the listed onion links)
|
||||
|
||||
```sh
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ vim /etc/tor/torrc
|
||||
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ cat /etc/tor/torrc
|
||||
|
||||
HiddenServiceDir /var/lib/tor/onions/nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/
|
||||
HiddenServicePort 80 127.0.0.1:4443
|
||||
SocksPort 127.0.0.1:9050
|
||||
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ systemctl restart tor@default
|
||||
|
||||
```
|
||||
5) enable the nginx config and validate that it can be accessed on Tor
|
||||
|
||||
```sh
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ ln -s /etc/nginx/sites-available/uptime.conf /etc/nginx/sites-enabled/
|
||||
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ nginx -s reload
|
||||
|
||||
6) install the python script dependencies:
|
||||
```sh
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ apt install python3-pandas python3-requests python3-socks
|
||||
|
||||
```
|
||||
|
||||
7) test if the uptimechecker python script works, it should output the following:
|
||||
```sh
|
||||
[ Wonderland ] [ /dev/pts/24 ] [/srv/darknet-onion-webring]
|
||||
→ python3 scripts/uptimechecker.py
|
||||
[+] ONION UPTIME CHECKER
|
||||
[+] Reading the CSV File: /srv/darknet-onion-webring/www/links/webring.csv
|
||||
[+] Checking if each .onion link is reachable:
|
||||
[+] Editing the uptime score
|
||||
0
|
||||
[+] http://uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion 200
|
||||
http://uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion ✔️
|
||||
[+] Reading the CSV File: /srv/darknet-onion-webring/www/links/Exchanges.csv
|
||||
[+] Checking if each .onion link is reachable:
|
||||
[+] Editing the uptime score
|
||||
0
|
||||
http://exchanger.infinityjs5qob5euyao745kp5x2hh4xquh7qs5cze3kcxv63xdwxlad.onion/ ❌
|
||||
[+] Editing the uptime score
|
||||
1
|
||||
[+] http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion/ 200
|
||||
http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion/ ✔️
|
||||
[+] Editing the uptime score
|
||||
2
|
||||
|
||||
```
|
||||
|
||||
8) make sure the cronjob for scripts/uptimechecker.py is running at least once every 3 hours so that the csv files are automatically kept up to date.
|
||||
```sh
|
||||
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-onion-webring]
|
||||
→ crontab -e
|
||||
|
||||
*/3 0 * * * python3 /srv/darknet-onion-webring/scripts/uptimechecker.py
|
||||
```
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name uptime.nowhere.moe;
|
||||
return 301 https://$server_name$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
######## TOR CHANGES ########
|
||||
listen 4443;
|
||||
|
|
|
@ -4,6 +4,8 @@ import json
|
|||
import pandas as pd
|
||||
import glob
|
||||
|
||||
#apt install python3-pandas python3-requests python3-socks
|
||||
|
||||
def main():
|
||||
print('[+] ONION UPTIME CHECKER')
|
||||
|
||||
|
@ -12,7 +14,7 @@ def main():
|
|||
'https': 'socks5h://127.0.0.1:9050'
|
||||
}
|
||||
|
||||
for csvfile in glob.glob("/srv/onion-uptime/www/links/*.csv"):
|
||||
for csvfile in glob.glob("/srv/darknet-onion-webring/www/links/*.csv"):
|
||||
print('[+] Reading the CSV File:', csvfile)
|
||||
|
||||
df = pd.read_csv(csvfile)
|
||||
|
|
226
www/index.php
226
www/index.php
|
@ -3,7 +3,7 @@
|
|||
|
||||
<body>
|
||||
<head>
|
||||
<title>Onion Uptime Checker</title>
|
||||
<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">
|
||||
|
@ -12,23 +12,20 @@
|
|||
|
||||
<center>
|
||||
<?php
|
||||
require("/srv/onion-uptime/www/links.php");
|
||||
require("links.php");
|
||||
?>
|
||||
<h1>Onion Uptime Checker (WIP)</h1>
|
||||
<h2>Darknet Websites (Last update: May 2024)</h3>
|
||||
<p><u>Update Frequency:</u> every 3 hours</p>
|
||||
<p>The Darknet depends on peers (like you and me) to run their own lists of onion links for visibility, as search engines can't crawl onion websites like they do on the clearnet. This project is there to list people's lists of onion links so that you don't have to search those links yourself. </p></br>
|
||||
<p>The more people join the Darknet Onion Webring, the more visibility darknet websites will be able to have over time, just like how it would be on the clearnet while keeping the decentralisation and censorship-resistance intact. Let's make it happen.</p>
|
||||
|
||||
</br>
|
||||
|
||||
|
||||
|
||||
<p>(strictly for educational puposes, we do not own any of the services below)</p>
|
||||
|
||||
|
||||
<h3>Markets</h3>
|
||||
<h3>Darknet Onion Webring Participants</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Markets.csv", "r");
|
||||
$file = fopen("links/webring.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
@ -46,174 +43,63 @@ require("/srv/onion-uptime/www/links.php");
|
|||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
?> </br>
|
||||
|
||||
<h3>Infos and Indexes</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Infos_and_indexes.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?> </br>
|
||||
|
||||
|
||||
<h3>Search Engines (lists of searchable onion links)</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
<h3>Exchanges</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Exchanges.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
// Open a file
|
||||
$file = fopen("links/Search_Engines.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
<h3>Forums and Imageboards</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Forums_and_Imageboards.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
<?php
|
||||
require("userlinks.php");
|
||||
?>
|
||||
|
||||
|
||||
<h3>Infos and Indexes</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Infos_and_indexes.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>News</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/News.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<h3>Search Engines</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Search_Engines.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Dead Markets</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Dead_Markets.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
<p><a href="index.php">Darknet Websites</a> - <a href="moneronodes.php">Monero Nodes</a> - <a href="nowhere.php">Nowhere Infrastructure</a> - <a href="nonkycservices.php">Non-KYC Services</a></p>
|
||||
<p><a href="index.php">Darknet Onion Webring</a> - <a href="nonkycservices.php">Non-KYC Services</a> - <a href="sensitive.php">Sensitive Darknet Websites</a> - <a href="moneronodes.php">Monero Nodes</a></p>
|
||||
</br>
|
||||
|
||||
<h1><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-onion-webring">Darknet Onion Webring (WIP)</a></h1>
|
||||
<p><u>Update Frequency:</u> every 3 hours</p> </br>
|
||||
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
Name,URL,Status,Score
|
||||
Candy Heaven,http://hhj6ndnr6sglncwjh4z57y2wzioc7vdxjj6btltfwemege6loerwmhid.onion,✔️,100.0
|
||||
Bohemia,http://bohemiaobko4cecexkj5xmlaove6yn726dstp5wfw4pojjwp6762paqd.onion/,✔️,100.0
|
||||
Wizard's Palace,http://dahosqhh2ch6f5h2tnomvgmik4z7gburqwlbxgthpcbe56r4jxnc74id.onion,❌,52.0
|
||||
World Trade Center,http://wtc7tin3xov52dg4grb5x6ta4pvsvk3fitmqklglm2yl5kw7f6z5uiid.onion,❌,52.0
|
||||
Vice City,http://vice2e3gr3pmaikukidllstulxvkb7a247gkguihzvyk3gqwdpolqead.onion,❌,52.0
|
||||
ASAP,http://asap2u4pvplnkzl7ecle45wajojnftja45wvovl3jrvhangeyq67ziid.onion/,❌,52.0
|
||||
Calypso,http://calypsohga4riy6u5genphbslprioqrdshx3muf7wv4xmvo3ltxsuvad.onion,❌,51.0
|
||||
Drugula,http://drugula44brpin5w2xk6j3adll35pp3zdihqqkndhg336j55pwdtufyd.onion,❌,51.0
|
||||
Squid Market,http://mvuwtdbwkaoo53q67nrpqghd4jdqzppmmdeppbdsstefxuyaxplof5id.onion,❌,51.0
|
||||
Smackers,http://smack2kvjrgcyrykawxcvk27q6xurk7up6z5okbjboqiv5g6jrgrplad.onion,❌,51.0
|
||||
Hectate Market,http://hecatebvaggpmp6ja5tiwu7kcsyz6hsssckhftfprmo2cugaq5nqnfid.onion,❌,51.0
|
||||
Retro Market,http://retrom75eccxmlh2sg6xkfv4hp7y6nwoqkdilgckxqlvon4rmefk5nid.onion,❌,51.0
|
||||
Incognito,http://incognito2sjotqmbkys7wivkpq7d4a4tkpweoiqefk7mpf7uvyfalad.onion/,❌,50.0
|
||||
Cloud Market,http://cloudfyy4q5qdgupqe4ne2pkccpy7xkizpntlaeopensdpy53ywswkad.onion,❌,50.0
|
||||
Asur Market,http://asuradsh6gbnppvmsqyfumjdux7iwwo54w5tkgcdspjsnvcm6oepxvqd.onion,❌,50.0
|
||||
Wizard's Palace,http://dahosqhh2ch6f5h2tnomvgmik4z7gburqwlbxgthpcbe56r4jxnc74id.onion,❌,0.0
|
||||
World Trade Center,http://wtc7tin3xov52dg4grb5x6ta4pvsvk3fitmqklglm2yl5kw7f6z5uiid.onion,❌,0.0
|
||||
Vice City,http://vice2e3gr3pmaikukidllstulxvkb7a247gkguihzvyk3gqwdpolqead.onion,❌,0.0
|
||||
ASAP,http://asap2u4pvplnkzl7ecle45wajojnftja45wvovl3jrvhangeyq67ziid.onion/,❌,0.0
|
||||
Calypso,http://calypsohga4riy6u5genphbslprioqrdshx3muf7wv4xmvo3ltxsuvad.onion,❌,0.0
|
||||
Drugula,http://drugula44brpin5w2xk6j3adll35pp3zdihqqkndhg336j55pwdtufyd.onion,❌,0.0
|
||||
Squid Market,http://mvuwtdbwkaoo53q67nrpqghd4jdqzppmmdeppbdsstefxuyaxplof5id.onion,❌,0.0
|
||||
Smackers,http://smack2kvjrgcyrykawxcvk27q6xurk7up6z5okbjboqiv5g6jrgrplad.onion,❌,0.0
|
||||
Hectate Market,http://hecatebvaggpmp6ja5tiwu7kcsyz6hsssckhftfprmo2cugaq5nqnfid.onion,❌,0.0
|
||||
Retro Market,http://retrom75eccxmlh2sg6xkfv4hp7y6nwoqkdilgckxqlvon4rmefk5nid.onion,❌,0.0
|
||||
Incognito,http://incognito2sjotqmbkys7wivkpq7d4a4tkpweoiqefk7mpf7uvyfalad.onion/,❌,0.0
|
||||
Cloud Market,http://cloudfyy4q5qdgupqe4ne2pkccpy7xkizpntlaeopensdpy53ywswkad.onion,❌,0.0
|
||||
Asur Market,http://asuradsh6gbnppvmsqyfumjdux7iwwo54w5tkgcdspjsnvcm6oepxvqd.onion,❌,0.0
|
||||
|
|
|
|
@ -1,9 +1,9 @@
|
|||
Name,URL,Status,Score
|
||||
RoboSats,http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion/,✔️,100.0
|
||||
LocalMonero,http://nehdddktmhvqklsnkjqcbpmb63htee2iznpcbs5tgzctipxykpj6yrid.onion/,✔️,100.0
|
||||
Xchange.me,http://xmxmrjoqo63c5notr2ds2t3pdpsg4ysqqe6e6uu2pycecmjs4ekzpmyd.onion/,✔️,100.0
|
||||
Infinity Exchanger,http://exchanger.infinityjs5qob5euyao745kp5x2hh4xquh7qs5cze3kcxv63xdwxlad.onion/,✔️,100.0
|
||||
AgoraDesk,http://2jopbxfi2mrw6pfpmufm7smacrgniglr7a4raaila3kwlhlumflxfxad.onion,✔️,100.0
|
||||
eXch.,http://hszyoqwrcp7cxlxnqmovp6vjvmnwj33g4wviuxqzq47emieaxjaperyd.onion/,❌,99.0
|
||||
Majestic Bank,https://majestictfvnfjgo5hqvmuzynak4kjl5tjs3j5zdabawe6n2aaebldad.onion/,❌,79.0
|
||||
Raddle,http://c32zjeghcp5tj3kb72pltz56piei66drc63vkhn5yixiyk4cmerrjtid.onion/,❌,49.0
|
||||
LocalMonero,http://nehdddktmhvqklsnkjqcbpmb63htee2iznpcbs5tgzctipxykpj6yrid.onion/,✔️,100.0
|
||||
Infinity Exchanger,http://exchanger.infinityjs5qob5euyao745kp5x2hh4xquh7qs5cze3kcxv63xdwxlad.onion/,❌,99.0
|
||||
Majestic Bank,https://majestictfvnfjgo5hqvmuzynak4kjl5tjs3j5zdabawe6n2aaebldad.onion/,❌,99.0
|
||||
eXch.,http://hszyoqwrcp7cxlxnqmovp6vjvmnwj33g4wviuxqzq47emieaxjaperyd.onion/,✔️,81.0
|
||||
Xchange.me,http://xmxmrjoqo63c5notr2ds2t3pdpsg4ysqqe6e6uu2pycecmjs4ekzpmyd.onion/,❌,0.0
|
||||
Raddle,http://c32zjeghcp5tj3kb72pltz56piei66drc63vkhn5yixiyk4cmerrjtid.onion/,❌,0.0
|
||||
|
|
|
|
@ -1,10 +1,10 @@
|
|||
Name,URL,Status,Score
|
||||
CryptBB,http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion/,✔️,100.0
|
||||
Endchan,http://enxx3byspwsdo446jujc52ucy2pf5urdbhqw3kbsfhlfjwmbpj5smdad.onion/,✔️,100.0
|
||||
NZ DNM Forum,http://nzdnmfcf2z5pd3vwfyfy3jhwoubv6qnumdglspqhurqnuvr52khatdad.onion/,✔️,100.0
|
||||
Dread,http://g66ol3eb5ujdckzqqfmjsbpdjufmjd5nsgdipvxmsh7rckzlhywlzlqd.onion/,✔️,100.0
|
||||
Pitch,http://pitchzzzoot5i4cpsblu2d5poifsyixo5r4litxkukstre5lrbjakxid.onion,✔️,100.0
|
||||
Suprbay,http://suprbaydvdcaynfo4dgdzgxb4zuso7rftlil5yg5kqjefnw4wq4ulcad.onion/,✔️,100.0
|
||||
Germania,http://germania7zs27fu3gi76wlr5rd64cc2yjexyzvrbm4jufk7pibrpizad.onion,❌,98.0
|
||||
8chan.moe,http://4usoivrpy52lmc4mgn2h34cmfiltslesthr56yttv2pxudd3dapqciyd.onion,❌,52.0
|
||||
Libre Forum,http://libreeunomyly6ot7kspglmbd5cvlkogib6rozy43r2glatc6rmwauqd.onion,❌,52.0
|
||||
Germania,http://germania7zs27fu3gi76wlr5rd64cc2yjexyzvrbm4jufk7pibrpizad.onion,✔️,100.0
|
||||
NZ DNM Forum,http://nzdnmfcf2z5pd3vwfyfy3jhwoubv6qnumdglspqhurqnuvr52khatdad.onion/,✔️,100.0
|
||||
Endchan,http://enxx3byspwsdo446jujc52ucy2pf5urdbhqw3kbsfhlfjwmbpj5smdad.onion/,✔️,100.0
|
||||
Pitch,http://pitchzzzoot5i4cpsblu2d5poifsyixo5r4litxkukstre5lrbjakxid.onion,❌,0.0
|
||||
Dread,http://g66ol3eb5ujdckzqqfmjsbpdjufmjd5nsgdipvxmsh7rckzlhywlzlqd.onion/,❌,0.0
|
||||
8chan.moe,http://4usoivrpy52lmc4mgn2h34cmfiltslesthr56yttv2pxudd3dapqciyd.onion,❌,0.0
|
||||
Libre Forum,http://libreeunomyly6ot7kspglmbd5cvlkogib6rozy43r2glatc6rmwauqd.onion,❌,0.0
|
||||
|
|
|
|
@ -1,7 +1,7 @@
|
|||
Name,URL,Status,Score
|
||||
DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,100.0
|
||||
Psychonaut WIki,http://vvedndyt433kopnhv6vejxnut54y5752vpxshjaqmj7ftwiu6quiv2ad.onion/,✔️,100.0
|
||||
DNM Bible,http://biblemeowimkh3utujmhm6oh2oeb3ubjw2lpgeq3lahrfr2l6ev6zgyd.onion/,✔️,100.0
|
||||
TorBox,http://torbox36ijlcevujx7mjb4oiusvwgvmue7jfn2cvutwa6kl6to3uyqad.onion/,✔️,100.0
|
||||
Tor Taxi,http://tortaxi2dev6xjwbaydqzla77rrnth7yn2oqzjfmiuwn5h6vsk2a4syd.onion,✔️,100.0
|
||||
Just Another Library,http://libraryfyuybp7oyidyya3ah5xvwgyx6weauoini7zyz555litmmumad.onion/,✔️,100.0
|
||||
TorBox,http://torbox36ijlcevujx7mjb4oiusvwgvmue7jfn2cvutwa6kl6to3uyqad.onion/,❌,98.0
|
||||
XMR Guide,http://xmrguide25ibknxgaray5rqksrclddxqku3ggdcnzg4ogdi5qkdkd2yd.onion/,❌,52.0
|
||||
Just Another Library,http://libraryfyuybp7oyidyya3ah5xvwgyx6weauoini7zyz555litmmumad.onion/,✔️,97.0
|
||||
XMR Guide,http://xmrguide25ibknxgaray5rqksrclddxqku3ggdcnzg4ogdi5qkdkd2yd.onion/,❌,0.0
|
||||
|
|
|
|
@ -1,14 +1,14 @@
|
|||
Name,URL,Status,Score
|
||||
SuperMarket,http://superxxx2daymhfxbxfzlg2zevkwqyvisngvphzjlwavgwl4bzn5rvqd.onion,✔️,100.0
|
||||
Dark Matter Market,http://darkmat3kdxestusl437urshpsravq7oqb7t3m36u2l62vnmmldzdmid.onion,❌,99.0
|
||||
DrugHub,http://drughubb7lmqymhpq24wmhihloii3dlp3xlqhz356dqdvhmkv2ngf4id.onion,❌,98.0
|
||||
TribeSeuss,http://eisrgs2wyyzaxemtaof3n2kqqxuxdx3y7r5vwfi7rukn3z7owxweznid.onion,❌,62.0
|
||||
Abacus,http://abacuseeettcn3n2zxo7tqy5vsxhqpha2jtjqs7cgdjzl2jascr4liad.onion/,❌,54.0
|
||||
Cypher,http://6c5qaeiibh6ggmobsrv6vuilgb5uzjejpt2n3inoz2kv2sgzocymdvyd.onion,❌,54.0
|
||||
FilthyFellas,http://ffellasiobucssxcjasovui3ropogkgtxtifkwhsswtx6qzideky3eqd.onion,❌,54.0
|
||||
Pygmalion's Refuge,http://7q25kbq2mm23qmyoiywzh5q4udmkhbbk736j3iylvfezgslhxac5qiid.onion/shop/,❌,54.0
|
||||
Chimera Market,http://chimera4sbuapqzajx2d3sptk3sazz5gc5pzstaistvasegw3nepv3qd.onion,❌,54.0
|
||||
Dig,http://digdig2nugjpszzmqe5ep2bk7lqfpdlyrkojsx2j6kzalnrqtwedr3id.onion,❌,54.0
|
||||
Sonanza Market,http://sonanzazddbd3lqw2ai6uwmnb4fx7tj7h6hmdwkfqe7bnzgpuvkxqpyd.onion,❌,54.0
|
||||
Alias,http://aliasn4nebbuuev4i2qr6pgpseo53rfppdw7o46jsv53dpholvuctpid.onion,❌,54.0
|
||||
Archetyp,http://arche4eg5hjej46vngh2oyojefl6kiaozcjjk6w3qngvcepm6272isad.onion,❌,53.0
|
||||
Dark Matter Market,http://darkmat3kdxestusl437urshpsravq7oqb7t3m36u2l62vnmmldzdmid.onion,✔️,100.0
|
||||
TribeSeuss,http://eisrgs2wyyzaxemtaof3n2kqqxuxdx3y7r5vwfi7rukn3z7owxweznid.onion,✔️,100.0
|
||||
Abacus,http://abacuseeettcn3n2zxo7tqy5vsxhqpha2jtjqs7cgdjzl2jascr4liad.onion/,✔️,93.0
|
||||
DrugHub,http://drughubb7lmqymhpq24wmhihloii3dlp3xlqhz356dqdvhmkv2ngf4id.onion,❌,0.0
|
||||
Cypher,http://6c5qaeiibh6ggmobsrv6vuilgb5uzjejpt2n3inoz2kv2sgzocymdvyd.onion,❌,0.0
|
||||
FilthyFellas,http://ffellasiobucssxcjasovui3ropogkgtxtifkwhsswtx6qzideky3eqd.onion,❌,0.0
|
||||
Pygmalion's Refuge,http://7q25kbq2mm23qmyoiywzh5q4udmkhbbk736j3iylvfezgslhxac5qiid.onion/shop/,❌,0.0
|
||||
Chimera Market,http://chimera4sbuapqzajx2d3sptk3sazz5gc5pzstaistvasegw3nepv3qd.onion,❌,0.0
|
||||
Dig,http://digdig2nugjpszzmqe5ep2bk7lqfpdlyrkojsx2j6kzalnrqtwedr3id.onion,❌,0.0
|
||||
Sonanza Market,http://sonanzazddbd3lqw2ai6uwmnb4fx7tj7h6hmdwkfqe7bnzgpuvkxqpyd.onion,❌,0.0
|
||||
Alias,http://aliasn4nebbuuev4i2qr6pgpseo53rfppdw7o46jsv53dpholvuctpid.onion,❌,0.0
|
||||
Archetyp,http://arche4eg5hjej46vngh2oyojefl6kiaozcjjk6w3qngvcepm6272isad.onion,❌,0.0
|
||||
|
|
|
|
@ -1,17 +1,17 @@
|
|||
URL,Status,Score
|
||||
http://nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion:18081,✔️,100.0
|
||||
http://24outdkavkxmwldmnn4lgzfh4uz2yvbcv3mubbpkubsuab435yaqwxqd.onion:18081,✔️,100.0
|
||||
http://2sfxeteerkh7w2tnwlvfruzgcyzostclh2u7pynfrvkdjd3l5dbx2pid.onion:18081,✔️,100.0
|
||||
http://dtrnd4in2igrtfx2c45ghf2drns3doddmcsfy6b5gjw5iinukd33slqd.onion:18081,✔️,100.0
|
||||
http://kar4tu3grnaihecvqftpzmkd7l7gohv7zo5e5tpcm3yq2eb64lzx6gid.onion:18081,✔️,100.0
|
||||
http://6jvn5tinwxnp723vnsvekroaniq7qkag7nkdqmcwlbinxnpeonaowayd.onion:18089,✔️,100.0
|
||||
http://r6ou6dckycorsauaelpej2k4z2e2jkk62pbkskco34anmnkgl2tlaiqd.onion:18081,✔️,100.0
|
||||
http://ulmlrardljg3r6urejlm6c2tikp3krvkupmdnueahmj33vl5ztez7jqd.onion:18081,✔️,100.0
|
||||
http://saer4jvoyvq44g4vjsenorjhnqtmfc2jsy2ed454vsoh2dspjjxsj4yd.onion:18081,✔️,100.0
|
||||
http://n7jagir3cwgylxhhwc63hu5ptlj6kunofckf25fv5pizx2rmjvlholid.onion:18089,✔️,100.0
|
||||
http://2sfxeteerkh7w2tnwlvfruzgcyzostclh2u7pynfrvkdjd3l5dbx2pid.onion:18081,✔️,100.0
|
||||
http://xfwshvp4mrn34a77yxw3wiksnwsra52uoaco7jcrypkjcc7l67fg4gid.onion:18081,✔️,100.0
|
||||
http://llwyqih3retv632rda5h63paq3bahckrqbfgkemmd2rsmdqc5t3aubad.onion:18081,✔️,100.0
|
||||
http://6jvn5tinwxnp723vnsvekroaniq7qkag7nkdqmcwlbinxnpeonaowayd.onion:18089,✔️,100.0
|
||||
http://6dsdenp6vjkvqzy4wzsnzn6wixkdzihx3khiumyzieauxuxslmcaeiad.onion:18081,✔️,100.0
|
||||
http://monero3x5yrb7tsalxx64tr2qhfw54xy3eudhswvpaskfvsdk2tzb3id.onion:18089,✔️,100.0
|
||||
http://moneronkvv2hu2anvcc5b4qd5y7strnc2ob6khqsrtikmhocyvjpdjyd.onion:18089,✔️,100.0
|
||||
http://24outdkavkxmwldmnn4lgzfh4uz2yvbcv3mubbpkubsuab435yaqwxqd.onion:18081,✔️,100.0
|
||||
http://nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion:18081,✔️,100.0
|
||||
http://om2vhctun62vu5ghw4z5hhby4oh22hj6hosqvgatyhvjsxwodfvk47id.onion:18081,✔️,100.0
|
||||
http://dtrnd4in2igrtfx2c45ghf2drns3doddmcsfy6b5gjw5iinukd33slqd.onion:18081,✔️,100.0
|
||||
http://kar4tu3grnaihecvqftpzmkd7l7gohv7zo5e5tpcm3yq2eb64lzx6gid.onion:18081,❌,95.0
|
||||
http://n7jagir3cwgylxhhwc63hu5ptlj6kunofckf25fv5pizx2rmjvlholid.onion:18089,✔️,100.0
|
||||
http://xfwshvp4mrn34a77yxw3wiksnwsra52uoaco7jcrypkjcc7l67fg4gid.onion:18081,✔️,100.0
|
||||
http://6dsdenp6vjkvqzy4wzsnzn6wixkdzihx3khiumyzieauxuxslmcaeiad.onion:18081,✔️,100.0
|
||||
http://monero3x5yrb7tsalxx64tr2qhfw54xy3eudhswvpaskfvsdk2tzb3id.onion:18089,❌,99.0
|
||||
http://moneronkvv2hu2anvcc5b4qd5y7strnc2ob6khqsrtikmhocyvjpdjyd.onion:18089,❌,99.0
|
||||
http://saer4jvoyvq44g4vjsenorjhnqtmfc2jsy2ed454vsoh2dspjjxsj4yd.onion:18081,❌,0.0
|
||||
|
|
|
|
@ -1,4 +1,4 @@
|
|||
Name,URL,Status,Score
|
||||
The Tor Times,http://tortimeswqlzti2aqbjoieisne4ubyuoeiiugel2layyudcfrwln76qd.onion/,✔️,100.0
|
||||
Dark Dot Direct,http://darkfailenbsdla5mal2mxn2uz66od5vtzd5qozslagrfzachha3f3id.onion,✔️,100.0
|
||||
Daily Stormer,http://stormer5v52vjsw66jmds7ndeecudq444woadhzr2plxlaayexnh6eqd.onion,✔️,100.0
|
||||
The Tor Times,http://tortimeswqlzti2aqbjoieisne4ubyuoeiiugel2layyudcfrwln76qd.onion/,✔️,100.0
|
||||
Daily Stormer,http://stormer5v52vjsw66jmds7ndeecudq444woadhzr2plxlaayexnh6eqd.onion,❌,99.0
|
||||
|
|
|
|
@ -1,14 +1,14 @@
|
|||
Name,URL,Status,Score
|
||||
Nowhere Website,http://nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
The Nihilism Blog,http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
LibreTranslate,http://translate.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Radio,http://radio.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Nowhere Website,http://nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Gothub,http://gothub.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Safetwitch,http://safetwitch.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Gitea,http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Privatebin,http://bin.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
SearxNG,http://search.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Invidious,http://iv.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Redlib,http://redlib.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Safetwitch,http://safetwitch.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Gothub,http://gothub.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Lemmy,http://lemmy.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Gitea,http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Privatebin,http://bin.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
LibreTranslate,http://translate.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Radio,http://radio.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
||||
Monero Node,http://nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion:18081,✔️,100.0
|
||||
|
|
|
|
@ -1,6 +1,6 @@
|
|||
Name,URL,Status,Score
|
||||
Torch (uncensored),http://rczml4qtvhfxlwck4jlmky6aa4a7vdbqy3a3ndowv25z5n3wxqweqfyd.onion/,✔️,100.0
|
||||
TorDex,http://tordexu73joywapk2txdr54jed4imqledpcvcuf75qsas2gwdgksvnyd.onion/,✔️,100.0
|
||||
ahmia.fi (censored),http://juhanurmihxlp77nkq76byazcldy2hlmovfu2epvl5ankdibsot4csyd.onion/,✔️,100.0
|
||||
OurRealm,http://orealmvxooetglfeguv2vp65a3rig2baq2ljc7jxxs4hsqsrcemkxcad.onion/,✔️,100.0
|
||||
Iceberg,http://iceberget6r64etudtzkyh5nanpdsqnkgav5fh72xtvry3jyu5u2r5qd.onion/,❌,52.0
|
||||
Torch (uncensored),http://rczml4qtvhfxlwck4jlmky6aa4a7vdbqy3a3ndowv25z5n3wxqweqfyd.onion/,✔️,100.0
|
||||
TorDex,http://tordexu73joywapk2txdr54jed4imqledpcvcuf75qsas2gwdgksvnyd.onion/,❌,99.0
|
||||
OurRealm,http://orealmvxooetglfeguv2vp65a3rig2baq2ljc7jxxs4hsqsrcemkxcad.onion/,❌,79.0
|
||||
Iceberg,http://iceberget6r64etudtzkyh5nanpdsqnkgav5fh72xtvry3jyu5u2r5qd.onion/,❌,0.0
|
||||
|
|
|
|
@ -1,20 +1,20 @@
|
|||
Name,URL,Status,Score
|
||||
RetoSwap,https://retoswap.com/,✔️,100.0
|
||||
Houdini Swap,https://houdiniswap.com/,✔️,100.0
|
||||
RoboSats,http://robodexarjwtfryec556cjdz3dfa7u47saek6lkftnkgshvgg2kcumqd.onion/,✔️,100.0
|
||||
xchange.me,http://xmxmrjoqo63c5notr2ds2t3pdpsg4ysqqe6e6uu2pycecmjs4ekzpmyd.onion/,✔️,100.0
|
||||
Exch,http://hszyoqwrcp7cxlxnqmovp6vjvmnwj33g4wviuxqzq47emieaxjaperyd.onion/,✔️,100.0
|
||||
Intercambio,http://ybnc7t4gnaixrvawshppx6nauxrvyxf4nmppfk74ztqgd46q3ifjl4id.onion/,✔️,100.0
|
||||
TradeOgre,https://tradeogre.com/,✔️,100.0
|
||||
Swapzone,https://swapzone.io/,✔️,100.0
|
||||
Crypton Exchange,https://crp.is/,✔️,100.0
|
||||
UnstoppableSwap,https://unstoppableswap.net/,✔️,100.0
|
||||
Bisq,https://bisq.network/,✔️,100.0
|
||||
OrangeFren,http://rnwis2whetqcj4oknksnc5l24jbh33nflunifff3xtjjonnoxu3ld6id.onion/,✔️,100.0
|
||||
RetoSwap,https://retoswap.com/,✔️,100.0
|
||||
Swapzone,https://swapzone.io/,✔️,100.0
|
||||
Houdini Swap,https://houdiniswap.com/,✔️,100.0
|
||||
Intercambio,http://ybnc7t4gnaixrvawshppx6nauxrvyxf4nmppfk74ztqgd46q3ifjl4id.onion/,✔️,100.0
|
||||
Peach Bitcoin,https://peachbitcoin.com/,✔️,100.0
|
||||
TradeOgre,https://tradeogre.com/,✔️,100.0
|
||||
Infinity,https://exchanger.infinity.taxi/,✔️,100.0
|
||||
Boltz,http://boltzzzbnus4m7mta3cxmflnps4fp7dueu2tgurstbvrbt6xswzcocyd.onion/,✔️,97.0
|
||||
WizardSwap,http://wizardswgtu2ovor7r2esg3cxdpt7tv4nrugi32lldv53zmtonbz6sid.onion/,❌,83.0
|
||||
Majestic Bank,http://majestictfvnfjgo5hqvmuzynak4kjl5tjs3j5zdabawe6n2aaebldad.onion/,❌,79.0
|
||||
BasicSwap DEX,http://basicswapof6d23whqtxpdpkkr7uoafivwl22m37pypnw2deisxkdaid.onion/,❌,79.0
|
||||
Trocador,http://qkiw4pl4qlxui26nsbjnxei323x7ptqcf765a6koxlzcox35udmihsid.onion/,❌,79.0
|
||||
UnstoppableSwap,https://unstoppableswap.net/,✔️,100.0
|
||||
Boltz,http://boltzzzbnus4m7mta3cxmflnps4fp7dueu2tgurstbvrbt6xswzcocyd.onion/,✔️,100.0
|
||||
RoboSats,http://robodexarjwtfryec556cjdz3dfa7u47saek6lkftnkgshvgg2kcumqd.onion/,✔️,100.0
|
||||
Exch,http://hszyoqwrcp7cxlxnqmovp6vjvmnwj33g4wviuxqzq47emieaxjaperyd.onion/,✔️,100.0
|
||||
Majestic Bank,http://majestictfvnfjgo5hqvmuzynak4kjl5tjs3j5zdabawe6n2aaebldad.onion/,❌,99.0
|
||||
WizardSwap,http://wizardswgtu2ovor7r2esg3cxdpt7tv4nrugi32lldv53zmtonbz6sid.onion/,❌,56.0
|
||||
xchange.me,http://xmxmrjoqo63c5notr2ds2t3pdpsg4ysqqe6e6uu2pycecmjs4ekzpmyd.onion/,❌,2.0
|
||||
Trocador,http://qkiw4pl4qlxui26nsbjnxei323x7ptqcf765a6koxlzcox35udmihsid.onion/,❌,0.0
|
||||
BasicSwap DEX,http://basicswapof6d23whqtxpdpkkr7uoafivwl22m37pypnw2deisxkdaid.onion/,❌,0.0
|
||||
|
|
|
|
@ -1,12 +1,12 @@
|
|||
Name,URL,Status,Score
|
||||
ProxyStore,http://digitazyyxyihwwzudp5syxxyn3qhcd63wqcha2dxpfqiyydmrgdiaad.onion/,✔️,100.0
|
||||
XMRBazaar,https://xmrbazaar.com/,✔️,100.0
|
||||
Monero Market,https://moneromarket.io/,✔️,100.0
|
||||
Stealths.net,https://stealths.net/,✔️,100.0
|
||||
AnonShop,https://anonshop.app/,✔️,100.0
|
||||
Payperq,https://ppq.ai/,✔️,100.0
|
||||
NanoGPT,https://nano-gpt.com/invite/xRHLUXdd,✔️,100.0
|
||||
BitRefill,https://www.bitrefill.com/,✔️,100.0
|
||||
XMRBazaar,https://xmrbazaar.com/,✔️,100.0
|
||||
Stealths.net,https://stealths.net/,✔️,100.0
|
||||
Printing Services,http://print5cxveagitd3cbl3pakcjupk5jwgtpwa35uowhtzlmcqbibmsnyd.onion/,✔️,100.0
|
||||
Monezon,https://monezon.com/,❌,80.0
|
||||
Clams,https://clamspqkl3h7d4bfd65o2nzpcsbdw54glxcs4pyaa5gm5mvemb6dzvad.onion/,❌,80.0
|
||||
ProxyStore,http://digitazyyxyihwwzudp5syxxyn3qhcd63wqcha2dxpfqiyydmrgdiaad.onion/,✔️,100.0
|
||||
Monero Market,https://moneromarket.io/,✔️,100.0
|
||||
NanoGPT,https://nano-gpt.com/invite/xRHLUXdd,✔️,100.0
|
||||
Payperq,https://ppq.ai/,❌,99.0
|
||||
AnonShop,https://anonshop.app/,❌,98.0
|
||||
Monezon,https://monezon.com/,❌,36.0
|
||||
Clams,http://clamspqkl3h7d4bfd65o2nzpcsbdw54glxcs4pyaa5gm5mvemb6dzvad.onion/,❌,0.0
|
||||
|
|
|
|
@ -1,10 +1,10 @@
|
|||
Name,URL,Status,Score
|
||||
jmp,https://jmp.chat/,✔️,100.0
|
||||
SMSPool,https://smspool.net/,✔️,100.0
|
||||
Simsup,https://simsup.net/,✔️,100.0
|
||||
TextVerified,https://www.textverified.com/,✔️,100.0
|
||||
JuicySMS,https://juicysms.com/,✔️,100.0
|
||||
VirtualSMS,https://virtualsim.net/,✔️,100.0
|
||||
jmp,https://jmp.chat/,✔️,100.0
|
||||
JuicySMS,https://juicysms.com/,✔️,100.0
|
||||
Simsup,https://simsup.net/,✔️,100.0
|
||||
SMSPool,https://smspool.net/,✔️,100.0
|
||||
MoneroSMS,http://xmr4smsoncunkfgfjr6xmxl57afsmuu6rg2bwuysbgg4wdtoawamwxad.onion/,✔️,100.0
|
||||
Silent Link,http://silentlnit5ryavvfz5vw7s4qg62jujd666lnc4tg2chj64zuwuqtvqd.onion/,❌,99.0
|
||||
Crypton,http://cryptonx6nsmspsnpicuihgmbbz3qvro4na35od3eht4vojdo7glm6yd.onion/,✔️,99.0
|
||||
Silent Link,http://silentlnit5ryavvfz5vw7s4qg62jujd666lnc4tg2chj64zuwuqtvqd.onion/,✔️,100.0
|
||||
Crypton,http://cryptonx6nsmspsnpicuihgmbbz3qvro4na35od3eht4vojdo7glm6yd.onion/,❌,79.0
|
||||
|
|
|
|
@ -1,9 +1,9 @@
|
|||
Name,URL,Status,Score
|
||||
Cryptostorm,http://stormwayszuh4juycoy4kwoww5gvcu2c4tdtpkup667pdwe4qenzwayd.onion/,✔️,100.0
|
||||
iVPN,https://www.ivpn.net/,✔️,100.0
|
||||
AzireVPN,https://www.azirevpn.com/,✔️,100.0
|
||||
Xeovo,http://xeovok4d6ehoclmlyviwuq7zlmcvucuekhrt2677r33ny2csyd4yldyd.onion/,✔️,100.0
|
||||
AirVPN,https://airvpn3epnw2fnsbx5x2ppzjs6vxtdarldas7wjyqvhscj7x43fxylqd.onion/,✔️,100.0
|
||||
Safing SPN,https://safing.io/spn/,✔️,100.0
|
||||
iVPN,https://www.ivpn.net/,✔️,100.0
|
||||
MullvadVPN,http://o54hon2e2vj6c7m3aqqu6uyece65by3vgoxxhlqlsvkmacw6a7m7kiad.onion/en/,✔️,100.0
|
||||
ProtonVPN,https://protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion/,✔️,100.0
|
||||
Xeovo,http://xeovok4d6ehoclmlyviwuq7zlmcvucuekhrt2677r33ny2csyd4yldyd.onion/,✔️,100.0
|
||||
AirVPN,https://airvpn3epnw2fnsbx5x2ppzjs6vxtdarldas7wjyqvhscj7x43fxylqd.onion/,✔️,100.0
|
||||
Cryptostorm,http://stormwayszuh4juycoy4kwoww5gvcu2c4tdtpkup667pdwe4qenzwayd.onion/,❌,99.0
|
||||
|
|
|
|
@ -1,10 +1,10 @@
|
|||
Name,URL,Status,Score
|
||||
Servers Guru,http://srvguru7bjzzjba7xy2hnx2ju4k77qy4eum2h3tgudwc3j2zof4aggyd.onion/,✔️,100.0
|
||||
mynymbox,https://mynymbox.io/,✔️,100.0
|
||||
OrangeWebsite,https://orangewebsite.com/,✔️,100.0
|
||||
NiceVPS,https://nicevpsvzo5o6mtvvdiurhkemnv7335f74tjk42rseoj7zdnqy44mnqd.onion/,✔️,100.0
|
||||
UDN,http://ax3zoslh2ujdq3joyibdn657mhjfxjm637vxiix7iilxnfbsabces4qd.onion/,✔️,100.0
|
||||
IncogNET,http://incoghostm2dytlqdiaj3lmtn7x2l5gb76jhabb6ywbqhjfzcoqq6aad.onion/,✔️,100.0
|
||||
Servers Guru,http://srvguru7bjzzjba7xy2hnx2ju4k77qy4eum2h3tgudwc3j2zof4aggyd.onion/,✔️,100.0
|
||||
Cockbox,http://dwtqmjzvn2c6z2x462mmbd34ugjjrodowtul4jfbkexjuttzaqzcjyad.onion/,✔️,100.0
|
||||
Kyun Host,http://kyunnnckhnkl6oevonhwbltenwbgxwxf54mcpvmicphmaeqr5ourgqyd.onion/,✔️,100.0
|
||||
NiceVPS,https://nicevpsvzo5o6mtvvdiurhkemnv7335f74tjk42rseoj7zdnqy44mnqd.onion/,✔️,100.0
|
||||
SporeStack,http://spore64i5sofqlfz5gq2ju4msgzojjwifls7rok2cti624zyq3fcelad.onion/,❌,92.0
|
||||
SporeStack,http://spore64i5sofqlfz5gq2ju4msgzojjwifls7rok2cti624zyq3fcelad.onion/,✔️,100.0
|
||||
|
|
|
2
www/links/webring.csv
Normal file
2
www/links/webring.csv
Normal file
|
@ -0,0 +1,2 @@
|
|||
Name,URL,Status,Score
|
||||
Nowhere,http://uptime.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion,✔️,100.0
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<body>
|
||||
<head>
|
||||
<title>Onion Uptime Checker</title>
|
||||
<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">
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
<center>
|
||||
<?php
|
||||
require("/srv/onion-uptime/www/links.php");
|
||||
require("links.php");
|
||||
?>
|
||||
<h1>Onion Uptime Checker (WIP)</h1>
|
||||
<h2>Monero Nodes (Last update: September 2024)</h3>
|
||||
|
@ -44,6 +44,11 @@ require("/srv/onion-uptime/www/links.php");
|
|||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
<?php
|
||||
require("userlinks.php");
|
||||
?>
|
||||
|
||||
</center>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<body>
|
||||
<head>
|
||||
<title>Onion Uptime Checker</title>
|
||||
<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">
|
||||
|
@ -12,13 +12,12 @@
|
|||
|
||||
<center>
|
||||
<?php
|
||||
require("/srv/onion-uptime/www/links.php");
|
||||
require("links.php");
|
||||
?>
|
||||
<h1>Onion Uptime Checker (WIP)</h1>
|
||||
<h2>KYC-Free services (last update: December 2024)</h3>
|
||||
<p><u>Update Frequency:</u> every 3 hours</p>
|
||||
|
||||
<h2>Non-KYC services (last update: December 2024)</h3></br>
|
||||
|
||||
<p>These are <b>non-sensitive services</b> that you can use anonymously (meaning that there are no KYC procedures to use those services). The below links were originally taken from the awesome <a href="kycnotmezdiftahfmc34pqbpicxlnx3jbf5p7jypge7gdvduu7i6qjqd.onion">kycnot.me</a>. I recommend accessing those services via Tor [<a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/whonixqemuvms/index.html">1</a>] (including accessing VPSes via SSH via Tor aswell [<a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/anonymousremoteserver/index.html">2</a>]), and to pay for them using monero [<a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/monero2024/index.html">3</a>]. </p>
|
||||
<p>(This page is strictly for educational purposes, we don't own any of the services below.)</p>
|
||||
|
||||
|
||||
<h2>Exchanges</h3>
|
||||
|
@ -154,6 +153,11 @@ require("/srv/onion-uptime/www/links.php");
|
|||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
<?php
|
||||
require("userlinks.php");
|
||||
?>
|
||||
|
||||
|
||||
</center>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<body>
|
||||
<head>
|
||||
<title>Onion Uptime Checker</title>
|
||||
<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">
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
<center>
|
||||
<?php
|
||||
require("/srv/onion-uptime/www/links.php");
|
||||
require("links.php");
|
||||
?>
|
||||
<h1>Onion Uptime Checker (WIP)</h1>
|
||||
<h3>Nowhere Infrastructure (last update: December 2024)</h3>
|
||||
|
@ -44,6 +44,10 @@ require("/srv/onion-uptime/www/links.php");
|
|||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
<?php
|
||||
require("userlinks.php");
|
||||
?>
|
||||
|
||||
</center>
|
||||
</body>
|
||||
|
||||
|
|
166
www/sensitive.php
Normal file
166
www/sensitive.php
Normal file
|
@ -0,0 +1,166 @@
|
|||
<!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("links.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>
|
||||
|
||||
|
||||
<h3>Markets</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Markets.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<h3>Exchanges</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Exchanges.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<h3>Forums and Imageboards</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Forums_and_Imageboards.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>News</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/News.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Dead Markets</h3>
|
||||
<?php
|
||||
echo "<center><table>\n\n";
|
||||
|
||||
// Open a file
|
||||
$file = fopen("links/Dead_Markets.csv", "r");
|
||||
|
||||
// Fetching data from csv file row by row
|
||||
while (($data = fgetcsv($file)) !== false) {
|
||||
|
||||
// HTML tag for placing in row format
|
||||
echo "<tr>";
|
||||
foreach ($data as $i) {
|
||||
echo "<td>" . htmlspecialchars($i)
|
||||
. "</td>";
|
||||
}
|
||||
echo "</tr> \n";
|
||||
}
|
||||
|
||||
// Closing the file
|
||||
fclose($file);
|
||||
|
||||
echo "\n</table></center>";
|
||||
?>
|
||||
<?php
|
||||
require("userlinks.php");
|
||||
?>
|
||||
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
5
www/userlinks.php
Normal file
5
www/userlinks.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
</br>
|
||||
</br>
|
||||
</br>
|
||||
</br>
|
||||
<p><a href="nowhere.php">Nowhere Infrastructure</a></p>
|
Loading…
Add table
Add a link
Reference in a new issue