Jump to content

Check out this hot pic


Claude

Recommended Posts

Ok, I'll explain. This is not a funny pic, it is a demonstration of Internet Explorer security issues.

The .jpg address does not load a picture but a Visual Basic Script (displayed below), which can run various Windows actions, such as opening the CD drawer of your computer.

If this doesn't happen, you either use a different browser (Netscape and Opera don't execute VB Sript), a different operating system (only Windows will do this), or your system has been secured.

And if you don't find it surprising that a web page can open your CD drawer, you are the ideal Microsoft customer ;)

<script language=VBScript>

<!--

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

-->

</SCRIPT>

<img src="haha.jpg" width="600" height="431" border="0">

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...