http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/net/InterfaceAddress.html
[/URL][URL]http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html[/URL]
[/URL][URL]http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html[/URL]
http://www.javacodez.com/forums/how-get-mac-ip-address-using-java-t-92.html
After some digging, I learned that some sites with proxy detection scripts use ActionScript Flash script (used for Flash based ad images) that will read PC network interface details (MAC address, IP address, etc.).
Here's the Flash based script link - that will raise your eyebrows:
You can disallow flash cookies here:Code:http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/net/InterfaceAddress.html
View and remove your current cookies here:Code:[URL]http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html[/URL]
As for Java (not Javascript), yes, the site with Java applet will read PC network interface details.Code:[URL]http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html[/URL]
See the code examples here:
Code:http://www.javacodez.com/forums/how-get-mac-ip-address-using-java-t-92.html
waiting for you mateWhat I'm saying is that - they can look at your PC to find the real IP address, along with the proxy IP address.
For demonstration purpose, I will write the simple proxy detection script, with the ActionScript Flash/Java widgets and put it on the test site to give us the idea how they would look at PC's connection to Internet. I will post my findings in one week.
What I'm saying is that - they can look at your PC to find the real IP address, along with the proxy IP address.
For demonstration purpose, I will write the simple proxy detection script, with the ActionScript Flash/Java widgets and put it on the test site to give us the idea how they would look at PC's connection to Internet. I will post my findings in one week.
Port, Hostname, IP Location, Headers, and User-Agent are all easy ways to check for proxy use, with Headers being the easiest and most common.
A "high-anonymity" proxy is just one that doesn't send the X-Forwarded-For or other Proxy headers.
It would seem the work around would include disabling flash AND java, no?MarketerMac said:disabling flash would seem like an easy work around for this?
That is what the proxy detection script I'm working on right now, which will reveal everything (hopefully).How can we check to see if our proxies are sending this info? I certainly don't want to pay for proxies that are just going to reveal who I am - what the hell would be the point in using a proxy at all then? It would add absolutely no anonymity and would only slow your connection, as going through a proxy is almost always (maybe even always) going to be slower than just connecting direct, right?
Yes...that is the possible avenue. It means you can't watch Flash based video clip without enabling Flash. Decisions, decisions.It would seem the work around would include disabling flash AND java, no?
just wondering, back in the day we just had a script that would look for all the normal proxy ports if 8080 was open or 3128 and so on it would ban the ip.
Depending on the configuration of the proxy, it may actually be sending your IP address without your knowledge.
Some configurations of proxy servers inject a header called "X-Forwarded By: [Your IP]".
I suspect that the "proxy detector" is searching for that header as well as a database of known proxies.
Edit: Nevermind, I'm wrong.