From 8f027dc106f75b07d05738a72e9dfc6267921092 Mon Sep 17 00:00:00 2001 From: FernandoCelmer Date: Sat, 25 Feb 2023 03:20:07 -0300 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=98=20DOCS=20-=20Update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nav/development/development-guide.md | 10 ++++++ docs/nav/development/release-notes.md | 0 docs/nav/tor-network.md | 39 +++++++++++++++++++++++ mkdocs.yml | 9 ++++-- 4 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 docs/nav/development/development-guide.md create mode 100644 docs/nav/development/release-notes.md create mode 100644 docs/nav/tor-network.md diff --git a/docs/nav/development/development-guide.md b/docs/nav/development/development-guide.md new file mode 100644 index 0000000..5610bb9 --- /dev/null +++ b/docs/nav/development/development-guide.md @@ -0,0 +1,10 @@ +## Commit Style + +- ⚙️ NO-TASK +- 📝 PEP8 +- 📌 ISSUE +- 🪲 BUG +- 📘 DOCS +- 📦 BUILD +- ❤️️ TEST +- ⚠️ SECURITY \ No newline at end of file diff --git a/docs/nav/development/release-notes.md b/docs/nav/development/release-notes.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/nav/tor-network.md b/docs/nav/tor-network.md new file mode 100644 index 0000000..7014da3 --- /dev/null +++ b/docs/nav/tor-network.md @@ -0,0 +1,39 @@ +## Is it legal to enter dark web? + +Using Tor is legal in most countries. It’s illegal to perform certain activities, depending on your residency these may include: buying or selling drugs, weapons, counterfeit money, abusive materials etc. + +## What is darknet? + +The Web consists of three large areas: + +- **surface web** (often called clearnet, cleannet) — publicly accessible resources, e.g. search engines, news, social media that can be indexed by search engines +- **deep web** — resources not indexed by search engines, because they are protected by password or stored behind public services, e.g. companies internal platforms, medical records, research papers, legal documents +- **dark web** — resources that can be accessed only with specific software, they are not accessible from standard web browser, e.g. whistleblowers secure drops, secret communication channels for activist, journalists, human rights activists but also many illegal marketplaces and shops + +## What is Tor? + +Tor (The Onion Router) is an open-source software that bounces Internet traffic through a worldwide network consisting of almost million relays in order to hide user’s location and protect him against surveillance or traffic analysis. Tor makes more difficult to trace Internet activity: websites visits, online posts, instant messages and other communication forms. + +## How Tor works? + +Your traffic passes through 3 intermediate nodes before reaching destination. Each of the 3 nodes has separate layer of encryption and nobody who watches your connection can read what you send and where. + +**Tor layers** + +- Guard node — knows your IP address but doesn’t know where you connect to and what you send to destination +- Middle node — immediate layer between guard node and exit node +- Exit node — knows destination but doesn’t know who you are + +## What are hidden services? + +Hidden services are accessible only within Tor network. Their domain names end with .onion. They are not indexed by any public search engine. The only way to enter .onion sites is to know equal address. + +## Who created Tor? + +The idea of onion routing was created in 1995 at the U.S. Naval Research Lab by David Goldschlag, Mike Reed and Paul Syverson in effect of a research to find a way to create Internet connections that don’t reveal who is talking to whom. The reason was to protect US intelligence communications online. + +In early 2000s, Roger Dingledine (MIT graduate) with Paul Syverson began working on the onion routing project created at Naval Research Lab. To distinguish their work from other efforts, they named the project Tor (The Onion Routing). + +Tor was oficially deployed in October 2002 and its source code was released under a free and open software license. In December 2006 computer scientists Roger Dingledine, Nick Mathewson and five others founded The Tor Project research-education nonprofit organization that is responsible for maintaining the software. + +Tor is supported by US government, many NGOs, private foundations, research institutions, private companies and over 20,000 personal donations from people from around the World. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index bda8070..cc1e9e6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,9 +1,14 @@ -site_name: Onion Network Dataset +site_name: Tor Network Dataset repo_url: https://github.com/IndexOffy/onion-network-dataset copyright: IndexOffy nav: - - onion-network-dataset: index.md + - Home: index.md + - Tor Network: nav/tor-network.md + - Development: + - nav/development/development-guide.md + - nav/development/release-notes.md + theme: name: simple-blog From d5a847eb5d74322fa4132e8053e8295f63261892 Mon Sep 17 00:00:00 2001 From: FernandoCelmer Date: Sat, 25 Feb 2023 03:21:30 -0300 Subject: [PATCH 2/3] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20=20NO-TASK=20-=20Graph?= =?UTF-8?q?ic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...n_connections_01.png => _tor_connections_01.png} | Bin ...n_connections_02.png => _tor_connections_02.png} | Bin ...n_connections_03.png => _tor_connections_03.png} | Bin .../{onion_connections.png => tor_connections.png} | Bin 4 files changed, 0 insertions(+), 0 deletions(-) rename docs/assets/graphic/{_onion_connections_01.png => _tor_connections_01.png} (100%) rename docs/assets/graphic/{_onion_connections_02.png => _tor_connections_02.png} (100%) rename docs/assets/graphic/{_onion_connections_03.png => _tor_connections_03.png} (100%) rename docs/assets/{onion_connections.png => tor_connections.png} (100%) diff --git a/docs/assets/graphic/_onion_connections_01.png b/docs/assets/graphic/_tor_connections_01.png similarity index 100% rename from docs/assets/graphic/_onion_connections_01.png rename to docs/assets/graphic/_tor_connections_01.png diff --git a/docs/assets/graphic/_onion_connections_02.png b/docs/assets/graphic/_tor_connections_02.png similarity index 100% rename from docs/assets/graphic/_onion_connections_02.png rename to docs/assets/graphic/_tor_connections_02.png diff --git a/docs/assets/graphic/_onion_connections_03.png b/docs/assets/graphic/_tor_connections_03.png similarity index 100% rename from docs/assets/graphic/_onion_connections_03.png rename to docs/assets/graphic/_tor_connections_03.png diff --git a/docs/assets/onion_connections.png b/docs/assets/tor_connections.png similarity index 100% rename from docs/assets/onion_connections.png rename to docs/assets/tor_connections.png From c1a77bf9abf08165d3a0c265dedd146d98de7ca8 Mon Sep 17 00:00:00 2001 From: FernandoCelmer Date: Sat, 25 Feb 2023 03:22:11 -0300 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=98=20DOCS=20-=20Update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f6b81e..d9a492a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# onion-network-dataset +# tor-network-dataset ![GitHub Org's stars](https://img.shields.io/github/stars/IndexOffy?label=IndexOffy&style=flat-square) -![GitHub last commit](https://img.shields.io/github/last-commit/IndexOffy/onion-network-dataset?style=flat-square) +![GitHub last commit](https://img.shields.io/github/last-commit/IndexOffy/tor-network-dataset?style=flat-square) ## Introduction @@ -33,11 +33,11 @@ Database of onion network sites and graphs related to connections. ### License -![GitHub](https://img.shields.io/github/license/IndexOffy/onion-network-dataset?style=flat-square) +![GitHub](https://img.shields.io/github/license/IndexOffy/tor-network-dataset?style=flat-square) This project is licensed under the terms of the MIT license. **RESOURCES** -- GitHub: [https://github.com/IndexOffy/onion-network-dataset](https://github.com/IndexOffy/onion-network-dataset) +- GitHub: [https://github.com/IndexOffy/tor-network-dataset](https://github.com/IndexOffy/tor-network-dataset) - Docs: [http://www.indexoffy.com/](http://www.indexoffy.com/)