[20999] in bugtraq
Anonymized ? Not yet.
daemon@ATHENA.MIT.EDU (Alexander K. Yezhov)
Wed Jun 13 16:09:21 2001
Date: Wed, 13 Jun 2001 21:09:10 +0400
From: "Alexander K. Yezhov" <admin@leader.ru>
Reply-To: "Alexander K. Yezhov" <admin@leader.ru>
Message-ID: <6029729158.20010613210910@leader.ru>
To: bugtraq@securityfocus.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hello,
Anyone knows the Anonymizer service. It's a good tool that lets you
stay anonymous surfing the web (http://www.anonymizer.com). Moreover,
it blocks the JavaScript code placed on the web pages. The problem is
that it just comments scripts instead of cutting them out. On the one
hand it's good since you can look at the original JavaScript code if
you want. On the other hand this commenting has some disadvantages.
The text below applies to the free/trial version of Anonymizer service
(commercial version wasn't tested).
The problem: Anonymized web pages can use the JavaScript code that
will be executed even if commented by Anonymizer (site can silently
reload frame and get real visitor's IP for example).
The code: The code below won't give you any errors no matter if you're
loading the page with Anonymizer or without it (visible part can be
hidden using <font color>).
<!--
<script>//--->->
<script language=javascript>
alert('Hi! Still anonymized?');
//</script>
</script>
-->
Working example: You can try to load the "Privacy tools" pages at
Tools-On.Net via anonymizer, click on the "Go" button below
"Holmes/Who" and look at the report (compare results with JavaScript
enabled and disabled).
http://anon.free.anonymizer.com/http://tools-on.net/privacy.shtml
http://tools-on.net/privacy.shtml
Note: if you get a "re-enter" message on the site it means the session
id was lost and you really need to re-enter (this can happen if you're
using a cluster of proxy-servers for example).
Best regards, Alexander
----------------------------------------------------------------------
MCP+I, MCSE
http://Tools-On.Net - Free tools for connected people.
http://Leader.Ru - Leader's Smart Guide.
----------------------------------------------------------------------