|
-
December 13th, 2005, 12:00 AM
#2
Hmmm..something funny about this site. Going to this site (www.offensivecomputing.net) makes my McAfee crazy giving me a message detecting a VBS script from the site as a 'Joke/EjectCD' malware.
I was using Mozilla with Active-X and Java turned off. I use that when going to 'untrusted' or 'unknown' sites. Good choice in this case obviously. ;-)
This person trying to be funny? What gives?
/update
found code in the top page that is doing this, here it is:
<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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|