Hidden.
Hidden fun!
The h1dd3n.sh script share your GNU/Linux localhost service behind an onion URL using tor and onion routing.
All configuration steps are performed automatically, just needing that the service you want to share is working correctly.
Follow the steps below to make your http, ssh, sftp or any other server accessible via the tor network.
The following commands clone this project via git and add execution permission to the script.
git clone https://github.com/usrbinbrain/hidden.git && cd hidden && sudo chmod +x h1dd3n.shJust run the script passing the localhost port of the service you want to make available on the onion network.
In the following example a simple web server that is running on port 80 of my localhost will be available.
./h1dd3n.sh 80- If
tordon't exists in your system the scripth1dd3n.shreturn this message.
[-] Need install tor package (https://linux.die.net/man/1/tor).- If your try execute
h1dd3n.shscript without any argument the script return this message.
[-] Exec: h1dd3n.sh <your_localhost_service_port>After run, you have a URL sharing your service throug onion network.
In this example above, the localhost service on port 80 can be accessed by the onion address vxhcmejdxruwdcfsusrjncfdiel7mkjaryfoluwunymozsa2xftfpeyd.onion on port 80.
Enjoy!

