HiddenServicePort 80 Archives - Hack Ware News https://hackwarenews.com/tag/hiddenserviceport-80/ News, ethical hacking, cyber crime, network security Sat, 06 Oct 2018 11:52:02 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 Creating a Hidden Service via Tor for Beginners https://hackwarenews.com/creating-hidden-service-via-tor-beginners/ https://hackwarenews.com/creating-hidden-service-via-tor-beginners/#respond Sat, 02 Sep 2017 02:44:57 +0000 https://hackwarenews.com/?p=1042 Creating a Hidden Service via Tor for Beginners.  How to create the hidden service? Download Tor first, that is a priority. You will also have to install the web server and configure it. The configuration you use is crucial. Make sure that you double check all the info to ensure that everything is legit and working […]

The post Creating a Hidden Service via Tor for Beginners appeared first on Hack Ware News.

]]>
Creating a Hidden Service via Tor for Beginners.  How to create the hidden service?

Download Tor first, that is a priority. You will also have to install the web server and configure it. The configuration you use is crucial. Make sure that you double check all the info to ensure that everything is legit and working adequately.

 

We will use the Savant example. The idea is to go to the main window and select Configuration. In the Server DNS entry Box you will have to enter Localhost. Add the desired content and then you will have to test it via typing localhost:portnumber into the address bar. You will have to end the Tor process,  if this still runs.

Find the torrc file that is usually in Tor Browser/Data/Tor and then open it via Notepad. Then add this:

“# Hidden Service

HiddenServiceDir C:\Users\Name\tor_service (replace with relevant directory path)

HiddenServicePort 80 127.0.0.1:portnumber

After you added that, save the file and exit right away. Give Tor a restart and then check the message log to see if there are errors. If there are errors, go through and see if you did everything properly. In case this is empty, then it’s all good and you will have some great results.

Hidden services can help you quite a bit, so you may want to check them out. It’s easy to create one, and you can customize such services with ease, which is amazing.

The post Creating a Hidden Service via Tor for Beginners appeared first on Hack Ware News.

]]>
https://hackwarenews.com/creating-hidden-service-via-tor-beginners/feed/ 0