Skip to content

Create ephemeral Tor hidden services from the command line

License

Notifications You must be signed in to change notification settings

aurelg/ephemeral-hidden-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Once installed, this python module provides an ephemeral-hidden-service script to create an ephemeral Tor onion services. It makes an arbitrary port on your local machine accessible as an onion service, on the Tor network.

As such, it can be used to replace ngrok, localtunnels, etc. with several advantages, the main being no third party is involved, except the Tor network itself.

Prerequisite

Tor must be installed and running on your machine. Its controller port must be accessible.

Installation

# With pip
pip install --user https://github.com/aurelg/ephemeral-hidden-service
# With pipx, recommended
pipx install https://github.com/aurelg/ephemeral-hidden-service

Usage

$ ephemeral-hidden-service --help
Usage: ephemeral-hidden-service [OPTIONS]

Options:
  -lp, --local-port INTEGER       Local port to expose  [required]
  -hsp, --hidden-service-port INTEGER
                                  Hidden service port
  -cp, --controller-password TEXT
                                  Controller password, generated by `tor
                                  --hash-password ...`
  --public                        Expose publicly
  --help                          Show this message and exit.

About

Create ephemeral Tor hidden services from the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages