-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 1.71 KB
/
index.html
File metadata and controls
40 lines (35 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<title>Obscurix</title>
</head>
<body>
<h1>Obscurix</h1>
<p>
Obscurix is an open source, live operating system based on Arch Linux that is heavily configured for privacy, security and anonymity. It safely forces all traffic through the Tor network, has support for many other networks such as I2P and Freenet and is hardened a lot for security. All data is lost at shutdown as it is run from RAM. <br>
<br>
Obscurix is not affiliated with Arch Linux, the Tor Project, I2P, the Freenet Project or anything else. It is produced independently. <br>
<br>
<b>Obscurix is not finished yet. It is still in alpha. Do not rely on it for anonymity or stability yet. </b> <br>
<br>
The source code can be found <a href="https://github.com/Obscurix/Obscurix">here</a>. <br>
<br>
You can contact me via email at Obscurix@protonmail.ch or on reddit at /u/madaidan.
</p>
<h2>Documentation</h2>
<a href="faq.html">FAQ</a> <br>
<a href="security/overview.html">Security Overview</a> <br>
<a href="transparent-proxy.html">Tor Transparent Proxy</a> <br>
<a href="potential-identifiers.html">Potential Identifiers</a> <br>
<a href="anonymity-networks.html">Anonymity Networks</a> <br>
<a href="usage.html">Usage</a> <br>
<a href="virtualization.html">Virtualization</a> <br>
<a href="cold-boot-attacks.html">Cold Boot Attacks</a> <br>
<a href="system-requirements.html">System Requirements</a> <br>
<a href="download.html">Downloading and Installing</a>
<h2>Unsupported</h2>
<a href="vpns.html">VPNs</a>
</body>
</html>