|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
Programers: how do I distinguish a trasparent proxy hit from a...
anonymous proxy hit ?
|
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Nov 2004
Location: Scottsdale, AZ
Posts: 5,167
|
If you use the function I gave you yesterday it would always bypass transparent ones. Transparent proxies have those extra proxy headers, HTTP_VIA and the others.
|
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Jan 2002
Posts: 7,981
|
Yep, a transparent has proxy headers attached.
|
|
|
|
|
|
#4 | |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
Quote:
can you hit me up plase? |
|
|
|
|
|
|
#5 | |
|
Confirmed User
Join Date: Nov 2004
Location: Scottsdale, AZ
Posts: 5,167
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
but anonymous proxies has those headers too, only they hide the user's ip address:
Transparent Proxies They do not hide information about your IP address: REMOTE_ADDR = proxy IP HTTP_VIA = proxy IP HTTP_X_FORWARDED_FOR = your IP The function of such proxy servers is not the improvement of your anonymity in Internet. Their purpose is information cashing, organization of joint access to Internet of several computers, etc. Anonymous Proxies All proxy servers, that hide a client?s IP address in any way are called anonymous proxies Simple Anonymous Proxies These proxy servers do not hide a fact that a proxy is used, however they replace your IP with its own: REMOTE_ADDR = proxy IP HTTP_VIA = proxy IP HTTP_X_FORWARDED_FOR = proxy IP These proxies are the most widespread among other anonymous proxy servers. Distorting Proxies As well as simple anonymous proxy servers these proxies do not hide the fact that a proxy server is used. However a client?s IP address (your IP address) is replaced with another (arbitrary, random) IP: REMOTE_ADDR = proxy IP HTTP_VIA = proxy IP HTTP_X_FORWARDED_FOR = random IP address High Anonymity Proxies These proxy servers are also called "high anonymity proxy". In contrast to other types of anonymity proxy servers they hide a fact of using a proxy: REMOTE_ADDR = proxy IP HTTP_VIA = not determined HTTP_X_FORWARDED_FOR = not determined I need to be able to distinguish between 3 cases: 1 - Transparent proxy hit ( - with this kind of hit I do nothing ) 2 - Anonymity proxy hit ( - this kind of hit I want to block ) 3 - High anonymity proxies or No proxy hit ( - no way to tell - let it go ) |
|
|
|
|
|
#7 |
|
Confirmed User
Industry Role:
Join Date: Jan 2002
Posts: 7,981
|
There is actually a way to tell High anonymity proxies too. I made a script back when I used to run TGP's that worked pretty well. It wasn't 100%, but it caught a majority of them.
|
|
|
|
|
|
#8 | |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
Quote:
or distinguish a non proxy hit, from a anonymous or high anonymous hit? |
|
|
|
|
|
|
#9 |
|
Too lazy to set a custom title
Join Date: Mar 2002
Location: Australia
Posts: 17,393
|
If this is for trading then you'll probably have to do more sophisticated long term analysis. Even if you can detect "anonymous" proxies (and many will NOT have any headers to suggest they're a proxy) there is no easy way to detect a load coming from a compromised Winbox. It's not a simple task, it cannot be done in real time with only the IP and headers of the request as parameters.
|
|
|
|
|
|
#10 | |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
Quote:
I really only need to be able to distinguish between 3 cases: 1 - Transparent proxy hit 2 - Anonymity proxy hit 3 - Everything else |
|
|
|
|
|
|
#11 | |
|
Confirmed User
Join Date: Dec 2004
Location: the center
Posts: 1,454
|
Quote:
|
|
|
|
|
|
|
#12 |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Posts: 5,344
|
---->bump
|
|
|
|
|
|
#13 |
|
Confirmed User
Industry Role:
Join Date: Jan 2002
Posts: 7,981
|
What's the difference between a proxy and any random IP?
|
|
|
|
|
|
#14 | |
|
Confirmed User
Join Date: Jun 2001
Location: Closer than you think
Posts: 9,535
|
Quote:
__________________
Need Mainstream Content and SEO? SEO * Website Copy * Blogs Blogging - PR Work - Forum Marketing - Social Marketing - Link building - Articles 100% Guaranteed Content! |
|
|
|
|
|
|
#15 | |
|
Confirmed User
Join Date: Jun 2001
Location: Closer than you think
Posts: 9,535
|
Quote:
__________________
Need Mainstream Content and SEO? SEO * Website Copy * Blogs Blogging - PR Work - Forum Marketing - Social Marketing - Link building - Articles 100% Guaranteed Content! |
|
|
|
|
|
|
#16 |
|
Confirmed User
Industry Role:
Join Date: Jan 2002
Posts: 7,981
|
What's the difference between a regular proxy and any random IP?
|
|
|
|