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>] [day] [month] [year] [list]
From: johnqpublic2323 at mailvault.com (John Q Public)
Subject: re: how do they do it??? (easy, with vbs + wmp activex)

you said:
>http://www.albinoblacksheep.com/text/cupholder.php
>how do you think they do it in PHP?
>

It's easy.

foo.html:
<script src="cd.vbs" language="VBScript"></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

-->

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ