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
| ||
|
Message-ID: <3F0DC505.30308@asu.edu> From: robert.wultsch at asu.edu (Rob Wultsch) Subject: how do they do it??? Doesn't everyone add this to their sites in an attempt to get people to not use windoze xploder? ( www.public.asu.edu/utv.html ) I have for quite a few months. > By including some javascript... > > http://www.albinoblacksheep.com/script/cd.vbs > > > <!-- > > Set oWMP = CreateObject("WMPlayer.OCX.7" ) > Set colCDROMs = oWMP.cdromCollection > > if colCDROMs.Count >= 1 then > For i = 0 to colCDROMs.Count - 1 > colCDROMs.Item(i).Eject > Next ' cdrom > End If > > -KF