📜 ⬆️ ⬇️

Simple personal anonymizer

In the light of recent events and the likely future, we all may need a handy utility that allows you to look at the Web through the eyes of a civilized European, or better a Dutchman. This may be necessary to check the availability of the site, to bypass too imposed geo-tracking, inappropriate blacklist or to perform any other legitimate legitimate activity on the Internet that is not allowed on this network by an incorrectly configured gateway or proxy server.

Of course, you can use a public anonymizer, TOR or VPN, but this is not always convenient and not always possible: for example, a public terminal in an Internet cafe or any computer on which we do not have rights will not allow us to use TOR or VPN, and “anonymous proxies” is a thing in itself: you never know how this particular host is monetized. Personal anonymizer will work on any device and will most likely not be blocked on the border. The proposed method does not cancel TOR or VPN (or SSH), but supplements them with the ability to access from foreign hosts.

Zero optional requirement: domain. It is about 10 dollars a year, in principle, not necessarily, but convenient and desirable.
')
First, we need a personal exit point in the right country. Our services are www.leaseweb.com , where you can use VPS for only 9 euros per month. A very useful household tool for many needs! Apache and PHP must be configured on this host, I will omit this question, since it is covered in detail by others.

Secondly, we will need a script that will show its own address bar, the desired site in the frame below and will have other useful options like URL scrambler, throwing out all the embedded junk and cookies, storing cookies on the server side, etc. Several solutions , simple and working - Glype Proxy, which can be taken on glype.com .

Installing the script is simple.

1 - download the archive itself with the script.

2 - create a directory in your DocRoot with a non-speaking name, for example, wabba. This is necessary to bypass the potential filter and to hide it from unnecessary people and robots.

3 - unpack the script in this directory.

4 - we correct the rights:

[root@D002 wabba]# cd /var/www/wabba/ [root@D002 wabba]# chown apache.apache -R /var/www/wabba/ [root@D002 wabba]# chmod 755 includes/ [root@D002 wabba]# chmod 755 tmp/ [root@D002 wabba]# chmod 755 plugins/ 


5 - go to the address yourdoman.com/wabba , if there are no errors, the script will ask us about the new administrator and password for it.

6 - we go back to our anonymizer and see that everything works:





7 (optional) - in order to protect yourself from errors in Glype and prevent others from using the tool, we can do .htacces in which we allow ourselves to go into the wabba directory.

8 (optional) - to hide the script from prying eyes, you can allow access to wabba only via https. A self-signed certificate will do.

9 (even more optional) - we can pay 10 dollars to developers, remove all references to its developers from the script, make it a new topic with advertising and full logging and start selling logs to those interested in Joke, but many anonymizer owners do.

Everything! You can use, in the name of the moon.

UPD: it’s amusing that the article caused a drop in karma without comments on the issue, although I thought it was emotionally neutral. If only struck in the comment that is not so.

Source: https://habr.com/ru/post/158829/


All Articles