lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <200407291410.i6TEAMG24739@netsys.com>
From: common at mccanless.us (KM)
Subject: IE, how to detect in which zone scripts are executed?

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@...ts.netsys.com
[mailto:full-disclosure-admin@...ts.netsys.com] On Behalf Of Anonymous
Sent: Tuesday, July 27, 2004 8:38 AM
To: full-disclosure@...ts.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





Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ