Skip to content

Commit cc05411

Browse files
author
LITTLE CAT : )
authored
NEW VERSION | UPDATED STYLE
1 parent dca1339 commit cc05411

21 files changed

+4123
-0
lines changed

osint/anon-networks.html

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Anon Networks - Anonymous Networking Tools</title>
7+
<link rel="icon" type="image/x-icon" href="favicon.ico?v=2">
8+
<link rel="shortcut icon" href="favicon.ico?v=2">
9+
<link rel="apple-touch-icon" href="favicon.ico?v=2">
10+
<link rel="stylesheet" href="privacy.css">
11+
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Roboto+Slab:wght@500;600;700&display=swap" rel="stylesheet">
12+
</head>
13+
<body>
14+
<nav class="navbar">
15+
<div class="nav-container">
16+
<div class="nav-logo">
17+
<a href="privacy.html"><h2>Privacy</h2></a>
18+
</div>
19+
<ul class="nav-menu">
20+
<li><a href="privacy.html#home">Home</a></li>
21+
<li><a href="web-apps.html">Web & Apps</a></li>
22+
<li><a href="privacy.html#donate">Donate</a></li>
23+
<li><a href="index.html">OSINT</a></li>
24+
</ul>
25+
</div>
26+
</nav>
27+
28+
<main>
29+
<section class="tools-hero">
30+
<div class="container">
31+
<h1>Anon Networks</h1>
32+
<p>Anonymous networking tools for secure and private internet access</p>
33+
<a href="web-apps.html" class="back-btn">← Back to Web & Apps</a>
34+
</div>
35+
</section>
36+
37+
<section class="tools-list-section">
38+
<div class="container">
39+
<div class="tools-list">
40+
<div class="tool-item">
41+
<div class="tool-header">
42+
<h3>I2P: Censorship-resistant peer-to-peer network</h3>
43+
<div class="platforms">
44+
<span class="platform">Win</span>
45+
<span class="platform">Android</span>
46+
<span class="platform">Mac</span>
47+
<span class="platform">Linux</span>
48+
</div>
49+
</div>
50+
<p>The Invisible Internet Project (I2P) is an anonymous network layer that allows for censorship-resistant, peer-to-peer communication. Anonymous connections are achieved by end-to-end encrypting the user's traffic, and sending it through a volunteer-run network of roughly 55,000 computers distributed around the world.</p>
51+
<button onclick="showToolPopup('I2P', 'The Invisible Internet Project (I2P) is an anonymous network layer that allows for censorship-resistant, peer-to-peer communication. Anonymous connections are achieved by end-to-end encrypting the user traffic, and sending it through a volunteer-run network of roughly 55,000 computers distributed around the world.', 'https://geti2p.net/')" class="tool-link">View Details</button>
52+
</div>
53+
54+
<div class="tool-item">
55+
<div class="tool-header">
56+
<h3>GNUnet: Software framework in support of a free and open society</h3>
57+
<div class="platforms">
58+
<span class="platform">Linux</span>
59+
<span class="platform">Win</span>
60+
<span class="platform">Mac</span>
61+
</div>
62+
</div>
63+
<p>For decentralized, peer-to-peer networking and an official GNU package. The framework offers link encryption, peer discovery, resource allocation, communication over many transports (such as TCP, UDP, HTTP, HTTPS, WLAN and Bluetooth) and various basic peer-to-peer algorithms for routing, multicast and network size estimation.</p>
64+
<button onclick="showToolPopup('GNUnet', 'For decentralized, peer-to-peer networking and an official GNU package. The framework offers link encryption, peer discovery, resource allocation, communication over many transports and various basic peer-to-peer algorithms for routing, multicast and network size estimation.', 'https://www.gnunet.org/')" class="tool-link">View Details</button>
65+
</div>
66+
67+
<div class="tool-item">
68+
<div class="tool-header">
69+
<h3>Tor: Most popular, biggest and cross-platform network available</h3>
70+
<div class="platforms">
71+
<span class="platform">Win</span>
72+
<span class="platform">Android</span>
73+
<span class="platform">iOS</span>
74+
<span class="platform">Mac</span>
75+
<span class="platform">Linux</span>
76+
</div>
77+
</div>
78+
<p>Tor, short for The Onion Router, is for enabling anonymous communication. It directs Internet traffic through a free, worldwide, volunteer overlay network, consisting of more than six thousand relays, for concealing a user's location and usage from anyone conducting network surveillance or traffic analysis.</p>
79+
<button onclick="showToolPopup('Tor', 'Tor, short for The Onion Router, is for enabling anonymous communication. It directs Internet traffic through a free, worldwide, volunteer overlay network, consisting of more than six thousand relays, for concealing a user location and usage from anyone conducting network surveillance or traffic analysis.', 'https://www.torproject.org/')" class="tool-link">View Details</button>
80+
</div>
81+
82+
<div class="tool-item">
83+
<div class="tool-header">
84+
<h3>IPFS: Protocol and P2P network for storing and sharing data</h3>
85+
<div class="platforms">
86+
<span class="platform">Win</span>
87+
<span class="platform">Mac</span>
88+
<span class="platform">Linux</span>
89+
</div>
90+
</div>
91+
<p>The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.</p>
92+
<button onclick="showToolPopup('IPFS', 'The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.', 'https://ipfs.io/')" class="tool-link">View Details</button>
93+
</div>
94+
95+
<div class="tool-item">
96+
<div class="tool-header">
97+
<h3>Freenet: Decentralized, anonymous communication without fear of censorship</h3>
98+
<div class="platforms">
99+
<span class="platform">Win</span>
100+
<span class="platform">Mac</span>
101+
<span class="platform">Linux</span>
102+
</div>
103+
</div>
104+
<p>Freenet is a peer-to-peer platform for censorship-resistant, anonymous communication. It uses a decentralized distributed data store to keep and deliver information, and has a suite of free software for publishing and communicating on the Web without fear of censorship.</p>
105+
<button onclick="showToolPopup('Freenet', 'Freenet is a peer-to-peer platform for censorship-resistant, anonymous communication. It uses a decentralized distributed data store to keep and deliver information, and has a suite of free software for publishing and communicating on the Web without fear of censorship.', 'https://freenetproject.org/')" class="tool-link">View Details</button>
106+
</div>
107+
108+
<div class="tool-item">
109+
<div class="tool-header">
110+
<h3>Retroshare: P2P communication and file sharing built on GNU Privacy Guard</h3>
111+
<div class="platforms">
112+
<span class="platform">Win</span>
113+
<span class="platform">Android</span>
114+
<span class="platform">Mac</span>
115+
<span class="platform">Linux</span>
116+
</div>
117+
</div>
118+
<p>Peer-to-peer communication and file sharing app based on a friend-to-friend network built on GNU Privacy Guard (GPG). Optionally, peers may communicate certificates and IP addresses to and from their friends.</p>
119+
<button onclick="showToolPopup('Retroshare', 'Peer-to-peer communication and file sharing app based on a friend-to-friend network built on GNU Privacy Guard (GPG). Optionally, peers may communicate certificates and IP addresses to and from their friends.', 'https://retroshare.cc/')" class="tool-link">View Details</button>
120+
</div>
121+
122+
<div class="tool-item">
123+
<div class="tool-header">
124+
<h3>Lokinet: Anonymous and censorship-resistant internet access</h3>
125+
<div class="platforms">
126+
<span class="platform">Win</span>
127+
<span class="platform">Linux</span>
128+
</div>
129+
</div>
130+
<p>Uses Oxen Service Nodes (also used by Session) as routers to safeguard user privacy and anonymity.</p>
131+
<button onclick="showToolPopup('Lokinet', 'Uses Oxen Service Nodes (also used by Session) as routers to safeguard user privacy and anonymity.', 'https://lokinet.org/')" class="tool-link">View Details</button>
132+
</div>
133+
</div>
134+
135+
<div class="tools-info">
136+
<h3>Self-Contained Anonymizing Networks</h3>
137+
<p>Self-Contained Anonymizing Networks offers complete online privacy and data protection through its self-contained networks. Our platform is designed for users who value anonymity, security, and freedom on the internet. Explore the internet without fear of tracking, censorship, or data breaches. Self-contained networks ensure the protection of your online identity and data.</p>
138+
139+
<p>Privacy Friendly software is crucial in the digital era where privacy and security are at risk. With quality self-contained anonymizing networks such as Tor, you can be sure to find a comprehensive solution to ensure user privacy and security.</p>
140+
</div>
141+
</div>
142+
</section>
143+
</main>
144+
145+
<footer>
146+
<div class="container">
147+
<p>&copy; 2024 Privacy Tools - Anon Networks Suite</p>
148+
</div>
149+
</footer>
150+
151+
<div class="page-transition" id="pageTransition">
152+
<div class="transition-content">
153+
<div class="transition-logo">ANON</div>
154+
<div class="transition-loader"></div>
155+
</div>
156+
</div>
157+
158+
<div class="tool-popup" id="toolPopup">
159+
<div class="popup-content">
160+
<button class="popup-close" onclick="closeToolPopup()">&times;</button>
161+
<h3 id="popupTitle">Tool Name</h3>
162+
<p id="popupDescription">Tool description will appear here.</p>
163+
<div class="redirect-notice">
164+
<p>You will be redirected to the creator's official website</p>
165+
</div>
166+
<div class="popup-buttons">
167+
<a href="#" target="_blank" class="popup-btn primary" id="popupVisitBtn">Visit Website</a>
168+
<button onclick="closeToolPopup()" class="popup-btn secondary">Close</button>
169+
</div>
170+
</div>
171+
</div>
172+
173+
<script src="privacy.js"></script>
174+
</body>
175+
</html>

0 commit comments

Comments
 (0)