Skip to content
Giovanni Pellerano edited this page Aug 2, 2014 · 79 revisions

Tor2web

Introduction

Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by using a common web browser.

Tor2web started as a concept by Aaron Swartz that has been initially implemented as a stateless apache reverse proxy module available on github.

The project is now part of a larger project (GlobaLeaks documentation), and is a crucial point in an architectural design aimed to make Tor hidden service easily reachable for all internet users, even if they have not installed Tor.

Tor2web-3.0 is an Open Source software released under Free Affero GPL License.

For more general information, take a look reference site.

GlobaLeaks Documentation

The following sections represent GlobaLeaks documentation:

  • Features section provides a description of the features implemented;
  • Research section documents the ongoing research;
  • OpenData section documents the open data provided by Tor2web.
  • Setup Guide section provides setup guidelines;
  • Software Development section documents Tor2web Software development;
  • Infrastructure section describes our own development architecture;
  • Contribute section describes how you can contribute to the Tor2web project.

Setup guide

Tor2web adopters need a Linux server.

Software development

A developer approaching to Tor2web-3.0, needs to be skilled in Python 2.7, having a good knowledge of web communication, Tor networking and Twisted framework.

Contribute to Tor2web

You can contribute in different ways.