Bitcoin Forum
May 02, 2024, 04:04:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: service - hidden . tk - Simplest How - To Hidden Service [ Ubuntu ]  (Read 2451 times)
servicehidden (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0



View Profile WWW
May 20, 2013, 02:22:24 PM
Last edit: March 06, 2014, 03:09:44 PM by servicehidden
 #1

Greetings,

I want to introduce my super "How-To create your own hidden service".

service - hidden . tk

My instruction is the easiest and the fastest way to setup your own hidden service.




1.
Install http://www.ubuntu.com. You may install Ubuntu into VMWare or VirtualBox.
Code:
# apt-get install -y apache2 tor 

2. Configure Apache2:
Code:
# vi /etc/apache2/ports.conf  

Code:
NameVirtualHost 127.0.0.1:80
Listen 127.0.0.1:80
<IfModule mod_ssl.c>
    NameVirtualHost 127.0.0.1:443
    Listen 127.0.0.1:443
</IfModule>

<IfModule mod_gnutls.c>
    NameVirtualHost 127.0.0.1:443
    Listen 127.0.0.1:443
</IfModule>

Change apache's user from www-data to debian-tor:

Code:
# vi /etc/apache2/envvars

#export APACHE_RUN_USER=www-data
#export APACHE_RUN_GROUP=www-data
export APACHE_RUN_USER=debian-tor
export APACHE_RUN_GROUP=debian-tor

# sudo chown -R debian-tor:debian-tor /var/{lock,log}/apache2 /var/www

Close by .htaccess private_key file of your hidden service:

Code:
# vi /etc/apache2/sites-available/default 

Code:
#AllowOverride None
AllowOverride All

Code:
# cat > /var/www/.htaccess << EOF 
RedirectMatch 404 private_key
Options -Indexes
ServerSignature Off
EOF

Let's create your first hidden personal web page:
Code:
# echo "whisper: hello world..." > /var/www/index.html 
Restart apache2:
Code:
# service apache2 restart  	

3. Tor:
Let's configure Tor:

Code:
# cat >> /etc/tor/torrc << EOF 
HiddenServiceDir /var/www
HiddenServicePort 80 127.0.0.1:80
EOF
Tor almost configured !
You need no any motions ! Actually, you need no outer ip address !
You can stay behing huge amount of routers without any port forwarding.
E.g. through wi-fi of your neighbor's internet cafe.
This is wonderful, you'll see...
Restart Tor daemon:

Code:
# service tor restart  

4. www . tk
Open in your browser www . dot . tk and choose right domain name, like my service - hidden . tk.
Read your onion domain name:

Code:
# cat /var/www/hostname
nfokjgfj3hxs4nwu.onion

Set field "Your referer URL:" to http://YOUR-ONION-HUMAN-UNREADABLE-DOMAIN-NAME.onion.to
E.g. http://nfokjgfj3hxs4nwu.onion.to

5. Complete !


Visit my How-To: service - hidden . tk

1714622670
Hero Member
*
Offline Offline

Posts: 1714622670

View Profile Personal Message (Offline)

Ignore
1714622670
Reply with quote  #2

1714622670
Report to moderator
1714622670
Hero Member
*
Offline Offline

Posts: 1714622670

View Profile Personal Message (Offline)

Ignore
1714622670
Reply with quote  #2

1714622670
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714622670
Hero Member
*
Offline Offline

Posts: 1714622670

View Profile Personal Message (Offline)

Ignore
1714622670
Reply with quote  #2

1714622670
Report to moderator
1714622670
Hero Member
*
Offline Offline

Posts: 1714622670

View Profile Personal Message (Offline)

Ignore
1714622670
Reply with quote  #2

1714622670
Report to moderator
1714622670
Hero Member
*
Offline Offline

Posts: 1714622670

View Profile Personal Message (Offline)

Ignore
1714622670
Reply with quote  #2

1714622670
Report to moderator
TheKoziTwo
Legendary
*
Offline Offline

Activity: 1552
Merit: 1047



View Profile
May 20, 2013, 04:12:44 PM
 #2

I'm getting:
Quote
nfokjgfj3hxs4nwu.onion is currently unavailable. Proxy timed out while trying to connect. (4).


Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 20, 2013, 04:14:32 PM
 #3

I'm getting:
Quote
nfokjgfj3hxs4nwu.onion is currently unavailable. Proxy timed out while trying to connect. (4).


You need Tor for that .onion address. Anyway, funny thing this HiddenService, as my router's wireless AP is also called HiddenService, but is in fact not broadcasting it's SSID.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
TheKoziTwo
Legendary
*
Offline Offline

Activity: 1552
Merit: 1047



View Profile
May 20, 2013, 04:20:41 PM
 #4

I know, I was using onion.to, but seems the hidden service is down.

servicehidden (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0



View Profile WWW
May 21, 2013, 05:48:20 AM
 #5

I know, I was using onion.to, but seems the hidden service is down.

This problem may be on http://onion.to gateway, try to reload page again.

You need no tor anymore, there are many other gateways, e.g. tor2web.org, but onion.to is my choose for the first time.

Also, web-gateways are blocked on providers side, like tor-exits. My provider do this, may be your too.
servicehidden (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0



View Profile WWW
October 01, 2013, 05:36:36 AM
 #6

Add little more information to my "How-To".

Would be great to hear what, someone who interesting in anonymity, want to see in my Ubuntu's How-To.
bitcoindigi
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
October 01, 2013, 10:59:41 AM
 #7

stay away from web-tor-gateways.

only a retard would recommend using those.
b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
October 01, 2013, 11:26:10 AM
 #8

stay away from web-tor-gateways.

only a retard would recommend using those.

I couldn't have said it better myself.
TheKoziTwo
Legendary
*
Offline Offline

Activity: 1552
Merit: 1047



View Profile
October 01, 2013, 11:53:21 AM
 #9

stay away from web-tor-gateways.

only a retard would recommend using those.

I couldn't have said it better myself.
As long as you are only looking and not doing anything illegal there is no good reason not to use such gateways.

b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
October 01, 2013, 12:04:56 PM
 #10

stay away from web-tor-gateways.

only a retard would recommend using those.

I couldn't have said it better myself.
As long as you are only looking and not doing anything illegal there is no good reason not to use such gateways.
It is better to connect to TOR yourself. How do you know the data being transferred is not being modified or recorded?
iera
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
October 01, 2013, 01:01:12 PM
 #11

thanks on instruction hidden services.
TheKoziTwo
Legendary
*
Offline Offline

Activity: 1552
Merit: 1047



View Profile
October 01, 2013, 01:21:10 PM
 #12

stay away from web-tor-gateways.

only a retard would recommend using those.

I couldn't have said it better myself.
As long as you are only looking and not doing anything illegal there is no good reason not to use such gateways.
It is better to connect to TOR yourself. How do you know the data being transferred is not being modified or recorded?
Yes, it's better, but if you trust the gateway it's a fair solution to check out a site without firing up Tor first.

b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
October 01, 2013, 01:38:43 PM
 #13

stay away from web-tor-gateways.

only a retard would recommend using those.

I couldn't have said it better myself.
As long as you are only looking and not doing anything illegal there is no good reason not to use such gateways.
It is better to connect to TOR yourself. How do you know the data being transferred is not being modified or recorded?
Yes, it's better, but if you trust the gateway it's a fair solution to check out a site without firing up Tor first.
I guess it depends on who you trust, and who you don't, then.
servicehidden (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0



View Profile WWW
October 02, 2013, 12:31:05 AM
 #14

bitcoindigi, b!z, TheKoziTwo,

What do you think about https?

Could ssl protect against malicious web gateway? Should I improve my How-To?
TheKoziTwo
Legendary
*
Offline Offline

Activity: 1552
Merit: 1047



View Profile
October 02, 2013, 01:02:54 AM
 #15

https over Tor is useless when connecting to hidden services, because then you already have end-to-end encryption.

But when exploring clearnet from Tor, https is very useful and can protect again a malicious exit node.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!