Full Disclosure mailing list archives
RE: IE, how to detect in which zone scripts are executed?
From: "KM" <common () mccanless us>
Date: Thu, 29 Jul 2004 10:09:48 -0400
This would be a useful tool. Is there a way to tell what zone IE is using
when it runs scripts in pages? For instance,
if I put the following in a .htm file and save to my desktop and attempt to
run. It throws a permission denied error on the objShell.Help() line.
Shouldn't this be running in the local zone and thus be able to create and
use the shell object? Can someone tell me why this fails? TIA
<script language="jscript">
var objShell = new ActiveXObject("Shell.Application");
objShell.Help();
</script>
-----Original Message-----
From: full-disclosure-admin () lists netsys com
[mailto:full-disclosure-admin () lists netsys com] On Behalf Of Anonymous
Sent: Tuesday, July 27, 2004 8:38 AM
To: full-disclosure () lists netsys com
Subject: [Full-disclosure] IE, how to detect in which zone scripts are
executed?
Hi,
i would like to know from all ie auditing folks if there is a simple way to
understand in which zone a scripts (vbscript,jscript,hta) are executed.
I can't find online any resource about that.
-anon
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html
Current thread:
- IE, how to detect in which zone scripts are executed? Anonymous (Jul 27)
- Re: IE, how to detect in which zone scripts are executed? ALD, [ Aditya Lalit Deshmukh ] (Jul 28)
- Re: IE, how to detect in which zone scripts are executed? Eric Paynter (Jul 29)
- RE: IE, how to detect in which zone scripts are executed? KM (Jul 29)
- Re: IE, how to detect in which zone scripts are executed? ALD, [ Aditya Lalit Deshmukh ] (Jul 28)
