RE: How to make onion website? 11-18-2012, 03:03 PM
#11
I will search it and try to make it...
I think bbeta can help ou better on this...
I think bbeta can help ou better on this...
| How to make onion website? filter_list | |
Quote:I started with Backtrack 5 r3 Unbuntu linux - you can use any flavor of Linux you like..
apt-get upgrade
apt-get apache2
apt-get for - you can do it this way or go VIA browser it- much simple but do it as TorUserββ
Since it is not WISE to run Tor in ROOT - create a TorUser
So pay attention for USERS - ROOT and TorUser
ROOT - chown TorUser /var/www
This will give the Toruser access to the www files for the website
1. Setup Apach2 -ROOT
β Watch some youtube -apache2 video itβs pretty easy to setup
β Test it on localhost β127.0.0.1
β service apache2 start
β OK
2. Setup Tor -TorUser
β go to Torproject.org and download it and install it -
β in the directory that you stored Tor/Data/Tor/torrc this is were you will modify for hidden services later...
β Start Tor - /home/h1ppych1ck/Desktop/tor
β ./start-tor-browser
β Now my Tor is working and my Tor browser comes up - test the Tor browser -
β Test Tor browser - Test it on localhost β127.0.0.1
β OK
3. Setup Hidden Service -TorUser
β TorUser- In the Tor directry /Data/Tor/torrc modify and add these 2 lines only
β TorUser -nano torrc
β Torrc File:
β HiddenServiceDir /var/www
β HiddenServicePort 80 127.0.0.1:8080
4. Change the Apache2 files as ROOT
β ROOT -nano /etc/apache2/apache2.conf
β <VirtualHost 127.0.0.1:8080>
β ServerName otwxbdvje5ttplpv.onion
β DocumentRoot /var/www/
β ServerAdmin h1ppych1ck
β
β </VirtualHost>
β ROOT -nano /etc/apache2/port.conf
β NameVirtualHost 127.0.0.1:8080
β Listen 127.0.0.1:8080
β ROOT -nano /etc/apache2/envvars
β export APACHE_RUN_USER=h1ppych1ck
β export APACHE_RUN_GROUP=h1ppych1ck
β service apache2 reload
β service apache2 restart
β test Tor Browser - 127.0.0.1 - localhost -
5. Shut down Tor and re-start it
6. in the /var/www directory you will now have 2 new files
β private_key
β hostname
7. Now use the command β cat hostname and your new onion URL will be in the file - copy and paste to your Tor Browser and FLY like and eagleβok a chicken with a hidden service- cool
8. Tor user - nano /var/www/index.html
β and build your new hidden service
you may need to play with /etc/hosts file add the 127.0.0.1 NewHostname.onion - the URL in the /var/www/hostname file
![[Image: Wfxdx.png]](http://i.imgur.com/Wfxdx.png)
![[Image: KnzLc.png]](http://i.imgur.com/KnzLc.png)
(11-19-2012, 09:24 PM)BBeta Wrote: Give us the address when its ready and i think it can be enough.
What is the main subject of your onion site?
(11-18-2012, 01:10 PM)Desura Wrote:(11-18-2012, 09:57 AM)BBeta Wrote: Onion website is a hidden website where you can't connect whit normal web browser.
http://www.makeuseof.com/tag/create-hidd...te-server/
Here is a tut i found whit quick search.
I think you should think twice about starting this project, and about that too CAN YOU KEEP YOUR SELF ANONYMOUS??
Thank you for this. I think that anonymous thin if i use my own server..
But if i use it through TOR and VPN backup, could somebody track me?
(11-21-2012, 04:03 PM)drake8 Wrote:(11-18-2012, 01:10 PM)Desura Wrote:(11-18-2012, 09:57 AM)BBeta Wrote: Onion website is a hidden website where you can't connect whit normal web browser.
http://www.makeuseof.com/tag/create-hidd...te-server/
Here is a tut i found whit quick search.
I think you should think twice about starting this project, and about that too CAN YOU KEEP YOUR SELF ANONYMOUS??
Thank you for this. I think that anonymous thin if i use my own server..
But if i use it through TOR and VPN backup, could somebody track me?
Offtopic. Yes it's not that hard to trace you.
![[Image: Wfxdx.png]](http://i.imgur.com/Wfxdx.png)
(11-21-2012, 04:36 PM)drake8 Wrote: No. Tor keeps logs. I thought that Tor was safe to use. But an old friend told me about it. Of course I can't find what he said, but he said something like, "Tor isn't secure as you think. If you visit a goverment website, it's protected by <Insert name here>. It means that it will filter the traffic from Tor and will break down each IP". I can try ask him again.
![[Image: Wfxdx.png]](http://i.imgur.com/Wfxdx.png)
![[Image: KnzLc.png]](http://i.imgur.com/KnzLc.png)