![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||||
| |||||
|
|
//crossposted to: comp.lang.javascript, alt.comp.lang.javascript in an effort to get factual answers from JavaScript experts// Simply put; Is it possible to obtain the real (actual) IP address of someone (client) that visits a web site through an anonymous proxy if this person ONLY has JavaScript enabled in their browser? This is NOT a question about PHP, perl, VBScript, Java(.class), or ActiveX. Let us _only_ deal with JavaScript for the sake of this post. Can someone provide us (we, non-coders) with a definitive answer to this perplexing question? |
|
There has been a lot of speculation, assumption and good-intentioned misinformation over the last 7 or 8 years in the privacy groups concerning the (mis)use of JavaScript in obtaining the real IP address of a user visiting a web page through an anonymous proxy. As an example, most are aware Hotmail, Yahoo mail, Google 'gmail' - all require JavaScript enabled in order to sign up for a free email account. It has been the general consensus of many over the years that the providers of these free email accounts are able to obtain the true IP of the person applying, through the use of JavaScript. |
|
If it is indeed possible to obtain one's real IP through JavaScript only, could someone PLEASE post a link to a web site that unequivocally demonstrates this? The only site that I've ever found that even comes close is: http://www.stilllistener.com/checkpoint1/Java/ |
|
Which states: "Below the text you have JavaScript, VBScript and JAVA based graphic applications. If you are able to see any results of these tests on this page, your real IP could be seen, regardless of the use of an anonymous proxy as shown on the table below." |
|
Which, in my opinion, is misleading as hell because if you (through a true anonymous proxy or Tor) load that page with both Java & JavaScript disabled and review the revealed information, and then ONLY enable JavaScript and reload the page, you will see more detailed information this time, BUT STILL NOT YOUR TRUE IP ADDRESS! Anyone care to put this JavaScript argument to rest once and for all? |
#2
| ||||
| ||||
|
|
It is possible in Mozilla based browsers using extensions to ECMAScript. Try the following in Firefox (you may have to copy and paste the URL into the address bar): URL:javascript:alert('Your IP address is: ' +java.net.InetAddress.getLocalHost().getHostAddres s()); |
|
That has been possible since 1996 and Netscape 2. |
|
Compare the results of the following link to those from the one above: URL:http://anonymouse.org/cgi-bin/anon-w...t1/index.shtml |
|
Your 'real' IP address is probably replicated thousands of times (most are in the range 192.168.x.x or 10.1.x.x). If you use DNS on your local network, then your 'real' IP address probably changes every time you connect to the network (i.e. turn your PC on). Your IP address at your ISP changes each time you connect with your modem - dialup, ADSL or other. So what use is an address that is only valid for some random time from a few minutes to a few days an is likely not unique? |
#3
| |||
| |||
|
|
Privacy Advocate wrote: |
|
The bigger question is what use is your 'real' IP address to anyone? Probably less use than your name, address and phone number from a phone book. Your 'real' IP address is probably replicated thousands of times (most are in the range 192.168.x.x or 10.1.x.x). If you use DNS on your local network, then your 'real' IP address probably changes every time you connect to the network (i.e. turn your PC on). Your IP address at your ISP changes each time you connect with your modem - dialup, ADSL or other. So what use is an address that is only valid for some random time from a few minutes to a few days an is likely not unique? |
![]() |
| Thread Tools | |
| Display Modes | |
| |