Skip to content

Commit

Permalink
Merge pull request #2 from IndexOffy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
FernandoCelmer committed Feb 25, 2023
2 parents 6270dca + c1a77bf commit d9f8f09
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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/)
File renamed without changes
10 changes: 10 additions & 0 deletions docs/nav/development/development-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Commit Style

- ⚙️ NO-TASK
- 📝 PEP8
- 📌 ISSUE
- 🪲 BUG
- 📘 DOCS
- 📦 BUILD
- ❤️️ TEST
- ⚠️ SECURITY
Empty file.
39 changes: 39 additions & 0 deletions docs/nav/tor-network.md
Original file line number Diff line number Diff line change
@@ -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.
9 changes: 7 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d9f8f09

Please sign in to comment.