Usage Guide

Installation

Install using pip:

pip install torhost

Or from source:

git clone https://github.com/bytebreach/torhost.git
cd torhost
sudo python3 setup.py install

Quick Start

Start a local service:

python3 -m http.server 8080 &

Create a Tor hidden service:

sudo torhost --port 8080

The onion address will be printed in the terminal.

Options

  • --port – Local port to expose (default: 8080)