Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.61 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.61 KB

Hidden Pod

Static hidden services with no effort

logo

A simple application to serve static content (simple HTML websites, images, videos, and whatever file you want) hosted directly on your PC and publishing it on a .onion address, accessible only through the Tor network.

Installation

Usage

$ java -jar hidden-pod-0.1.0-standalone.jar "folder to serve"

It will print something like:

Serving at: t4xuexgzra2rizfk.onion

Then you can share this URL (better via something end-to-end encrypted).

When you close the application or turn off the computer the site will go down.

Warnings

This is an alpha software, do not use it for anything critical.

TODO

  • Search for Tor binaries in default paths (or directly download the Tor Browser Bundle)
  • Directory indexing
  • GUI (chose-folder dialog and maybe a tray-icon)

Contributions are welcome!