Darknet Onion Webring

Non-KYC services (last update: December 2024)


These are non-sensitive services 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 kycnot.me. I recommend accessing those services via Tor [1] (including accessing VPSes via SSH via Tor aswell [2]), and to pay for them using monero [3].

(This page is strictly for educational purposes, we don't own any of the services below.)

Exchanges

\n\n"; // Open a file $file = fopen("links/kycnotme_exchanges.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>

SMS

\n\n"; // Open a file $file = fopen("links/kycnotme_sms.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>

VPNs

\n\n"; // Open a file $file = fopen("links/kycnotme_vpns.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>

VPS

\n\n"; // Open a file $file = fopen("links/kycnotme_vps.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>

Other

\n\n"; // Open a file $file = fopen("links/kycnotme_other.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>