Showing posts with label Proxy Servers. Show all posts
Showing posts with label Proxy Servers. Show all posts

Aug 20, 2013

Apply Proxy Settings System wide on Linux

Hello 

This article is about the "Proxy Tunneling" in Linux and where it is necessary to use proxy tunneling.
First of all we talk about : What is Proxy and Proxy Tunneling?

PROXY SERVER:-
In computer networks, a proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server and the proxy server evaluates the request as a way to simplify and control its complexity. Today, most proxies are web proxies, facilitating access to content on the World Wide Web.

A proxy server has a variety of potential purposes, including: 

1. To keep machines behind it anonymous, mainly for security.
2. To speed up access to resources (using caching). Web proxies are commonly used
     to cache web pages from a web server.
3. To prevent downloading the same content multiple times (and save bandwidth).
4. To log / audit usage, e.g. to provide company employee Internet usage reporting.
5. To scan transmitted content for malware before delivery.
6. To scan outbound content, e.g., for data loss prevention.
7. Access enhancement/restriction:
    * To apply access policy to network services or content, e.g. to block undesired sites.
    * To access sites prohibited or filtered by your ISP or institution.
    * To bypass security / parental controls.
    * To circumvent Internet filtering to access content otherwise blocked by governments.
    * To allow a web site to make web requests to externally hosted
        resources (e.g. images, music files, etc.) when cross-domain restrictions 
        prohibit the web site from linking directly to the outside domains.
    * To allow the browser to make web requests to externally hosted content on  
       behalf of a website when cross-domain restrictions (in place to protect 
       websites from the likes of data theft) prohibit the browser from directly   
       accessing the outside domains. 

PROXY TUNNEL:-
Proxy Tunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy. We mostly use it to tunnel SSH sessions through HTTP(S) proxies, allowing us to do many things that wouldn't be possible without ProxyTunnel.

Proxy tunnel can currently do the following:
> Create tunnels using HTTP and HTTPS proxies (That understand the 
    HTTP CONNECT command).
> Work as a back-end driver for an OpenSSH client, and create SSH connections
    through HTTP(S) proxies.
> Work as a stand-alone application, listening on a port for connections, and then
    tunneling these connections to a specified destination.

If you want to make effective use of ProxyTunnel, the proxy server you are going to be tunneling through must adhere to some requirements.

1) Must support HTTP CONNECT command.
2) Must allow you to connect to destination machine and host, with or without
    HTTP proxy authentication.

Bypassing Proxy server in Linux client.

Now, as we understood what is proxy and Proxy tunnel, Let's see where it is needed and how to overcome in linux box.

In school, colleges, and Industries, most of the time internet connection are diverted through proxy server, so its critical task to bypass proxy for all those applications who does not have the facility to configure proxy setting.

So, the below technique force individual applications to use proxies, even if the applications themselves don't support proxies.

For that you need to locate and modify two files namely bash.bashrc and apt.conf . Both these files are located in the directory /root/etc

For bash.bashrc, enter the following command in your terminal

gedit /etc/bash.bashrc

This will open the file bash.bashrc in gedit. Scroll down straight to the bottom and add the following lines in the file:

export http_proxy="http://username:password@proxyIP:port"
export ftp_proxy="ftp://username:password@proxyIP:port"
export https_proxy="https://username:password@proxyIP:port"
export socks_proxy="https://username:password@proxyIP:port"

The final file should look something like this then



Replace proxyIP and port with your Proxy IP address and port number respectively, and replace the username and password with your authentication username and password respectively. In case there's no need of authentication, just write the part which follows the @ symbol and leave the rest.

Now you need to modify the apt.conf file similarly. You might need to create the file if it's not already there. But gedit will take care of that anyway and create the file for you if it doesn't exist already. So you can just enter the following command in your terminal.

gedit /etc/apt/apt.conf

Now this will be an empty file, so write the following inside it

Acquire::http::proxy "http://username:password@proxyIP:port/";
Acquire::ftp::proxy "ftp://username:password@proxyIP:port/";
Acquire::https::proxy "https://username:password@proxyIP:port/";
Acquire::socks::proxy "https://username:password@proxyIP:port/";

The final file should look something like this then


That's all. Save and close the file. Log out and Login to activate the new settings and all your applications shall connect to the internet perfectly now.

Note that we could do this from the network proxy tool too and use 'Apply System Wide' but that is a little buggy with authentication. Since we're working on Linux, this is something you should be knowing anyway!

I hope you all learned & enjoyed the article on Apply Proxy Settings System Wide in Linux.
espérons qu'il vous plaira.


Enjoy the article.

May 2, 2013

Add One Click Proxy On Google Chrome With Hide My Ass! Web Proxy


We use various proxy websites to hide or change our IP address. There are many popular web proxies available. 


Why use a web proxy?
1. Surf websites anonymously.
2. Hide and change your IP address (your 'online fingerprint').
3. Conceal your web browsing history.
4. SSL encryption for all websites.
5. Bypass web filters and geographic Internet blocks.




With Hide My Ass! Web Proxy Google Chrome extension, we can add one click proxy service to Google Chrome. This extension allows us to use proxy direct from the browser.
After installation, it adds a button in tool bar and opens a settings page. From the settings page, you select proxy site and server location. There are few more settings.















To use the proxy, click on the toolbar button. On click, it will open a pop up box asking for the URL which you want to access with the proxy. Enter the website URL and click on Proxy. Website will open with the help of the proxy website which you have selected in the settings page.

This service does not show any kind of irritating ads or pop ups which makes this service better than other this services. There are many servers in multiple countries and IP address to use.
This service works on all websites. So it is really a nice solution to web filters and geographic Internet blocks.
This service works good. I check it with WhatIsMyIP.com and saw the difference. WhatIsMyIP.com was unable to detect the proxy and was showing my IP different than i was using.
If you use proxy regularly, this extension is worth to install. 

Mar 21, 2013

Build own proxy site(open school collages website facebook and so on.)



Proxy is need of every Internet Surfer. For hackers it is must. But now these days in office and colleges many domain are blocked. But you can make your own proxy server to access all these sites.
There are tons of proxies available online and most of them are free (supported by advertising), but if you would like to keep things under your own control, without revealing your tracks to a third-party website, you can build your own proxy site using WordPress.

How To Turn Your WordPress Site Into a Proxy Site

Very simple for daily wordpress users, just install a plugin RePress - ‘repress’ here is short for ‘repressive’ as in ‘repressive regimes.’

Step 1: First of all enable Permalinks. Open your WordPress admin dashboard, choose Settings -> Permalinks and select any format for your Permalinks other than the default option. Save the changes.

Step 2: Now install plugin, go to Plugins -> Add New and search for Repress in the WordPress plugin repository. Install and activate the plugin.

Step 3: Next we need to whitelist website domains that should be accessible though our new WordPress based proxy server. Go to Settings -> Repress and add one or more domain names that you would like to access from work. Save.



Your proxy server is now ready for use. If your WordPress site URL is xyz.com, you can access a site like wikileaks.org using the URL http://xyz.com/proxy/wikileaks.org. But one important thing this plugin is still in Alpha Testing.

Proxy( Softwares and websites)





There is Free Softwares Protect your idenity and your IP address. Hide My IP is easy to use software that allows you to hide your IP address at the click of a button on Windows or ... Select from one of our many fake proxy IP addresses for totally anonymous browsing.
 here software links;-
https://www.torproject.org/download/download-easy.html.en


do u need websites so here    
www.hidemyass.com/proxy/
 www.hide-my-ip.com/
www.proxygreat.com/
www.anonymizer.com this is payable so use (https://www.anonymizer.ru)but using a translator ad u can get surfing easily .


Dec 5, 2010

Proxy Servers

This summary is not available. Please click here to view the post.

Proxy Servers

This summary is not available. Please click here to view the post.