Skip to main content

Everything About PROXIES

 PROXIES

What is proxy server?
A proxy server is a kind of buffer between your computer and the Internet resources you are accessing. The data you request come to the proxy first, and only then it transmits the data to you. I know many are looking for IP Maskers or Scramblers, but honestly, it aint real easy for the simple fact that any website that you visit needs your IP to send the info packets too. If its scrambled, you will get alot of errors and crazy redirects :P My solution? Read on........... for a good list of Proxy servers try here>> http://www.multiproxy.org/

Why do I need to use proxy?
Transfer speed improvement. Proxy servers accumulate and save files that are most often requested by thousands of Internet users in a special database, called “cache”. Therefore, proxy servers are able to increase the speed of your connection to the Internet. The cache of a proxy server may already contain information you need by the time of your request, making it possible for the proxy to deliver it immediately.
Security and privacy. Anonymous proxy servers that hide your IP address thereby saving you from vulnerabilities concerned with it.
Sometimes you may encounter problems while accessing to web server when server administrator restricted access from your IP or even from wide IP range (for example restricting access from certain countries or geographical regions). So you try to access those pages using an anonymous proxy server.

What is a public proxy servers?
It is a proxy server which is free and open for everybody on the Internet. Unfortunately most of them are not anonymous.
Free service trying to provide list of public HTTP proxy servers. Usually provide small list of proxies with low percent of functioning servers due to hosting restrictions on CPU time (they simply can't allow themselves to check many proxies every second especially in parallel).

The SOLUTION
When using an anonymous proxy server you don’t give a anybody chance to find out your IP address to use it in their own interests. ;) If there is a need to make an (inner) proxy connect to the outside world via another (outer) proxy server, you can use the same environment variables as are used to redirect clients to the proxy to make inner proxy use the outer one:
http_proxy
ftp_proxy
gopher_proxy
wais_proxy
E.g. your (inner) proxy server's startup script could look like this:
#!/bin/sh
http_proxy=http://outer.proxy.server:8082/
export http_proxy
/usr/etc/httpd -r /etc/inner-proxy.conf -p 8081

This is a little ugly, so there are also the following directives in the configuration file:
http_proxy http://outer.proxy.server/
ftp_proxy http://outer.proxy.server/
gopher_proxy http://outer.proxy.server/
wais_proxy http://outer.proxy.server/

Comments

Popular posts from this blog

How to Send ANONYMOUS E-mail without a Program.

Welcome to WiKiChandan ' s guide on how to send ANONYMOUS e-mails to someone without a program...  I am WikiChandan and i am going  to explain ya a way to send home-made e-mails. I mean its a way to send Annonimous e-mails without a program, it doesn't take to much time and its cool and you can have more knowledge than with a stupid program that does all by itself. This way  (to hackers) is old what as you are newby to this stuff, perhaps you may like to know how these anonymailers work, (home-made) Well..... Go to Start, then Run... You have to Telnet (Xserver) on port 25 Well, (In this Xserver) you have to put the name of a server without the ( ) of course... Put in iname.com in (Xserver) because it always work it is a server  with many bugs in it. (25) mail port. So now we are like this. telnet iname.com 25 and then you hit enter Then When you have telnet open put the following like it is written helo and the machine will reply wit...

PYTHON FOR NEWBIES/BEGINNERS (FULL TUTORIAL)

Python for Newbies Python for Newbies by CHANDAN KUMAR Table of Contents Introduction What is Python? The Interpreter Your First Program Hello, World! Explanation Variables and Math Variables: Strings, Numbers, etc. Math and Operators Input/Output Printing information Interacting with the User Program Control What If... For Ever... While We...and Others Intermediate Python Tuples! Strings and Slice Indexing File I/O Modules Overview and Importing Builtin Modules User-Defined Modules and Functions In Closing Why Python is Better than Perl References Introduction What is Python? Python is, in short, a scripting language. ...

The Ultimate Guide to Hacking and Phreaking

When I began hacking and started reading all of the beginner files, I still had many un-answered questions.  My questions were eventually answered, but only through LOTS of reading and practice. In this file, I hope to give basic step by step instructions that will help beginning hackers and phreakers get started.  But, DO NOT think that this will save you from having to read alot.  If you want to be a hacker/phreaker, reading is the most important thing you can do.  You will have to do ALOT of reading no matter what. This document was intended for beginners, but it can also be used as a reference tool for advanced hackers and phreakers. Please distribute this document freely.  Give it to anyone that you know who is interested in hacking and/or phreaking.  Post it on your World Wide Web page, Ftp sites, and BBS's.  Do whatever you want with it as long as it stays UNCHANGED. As far as I know, this is the most complete and in depth b...