检测MS06-014漏洞的代码
<html>
<head><title>检测MS06-014漏洞-黑客风云-WwW.05112.CoM</title>
<s cript language=VBs cript>
on error resume next
set zero = document.createElement("ob" & "ject")
zero.setAttribute "cl" & "assid", "cl" & "sid:BD" & "96C556-65A3-11D0-983A-00C04" & "FC29E36"
str3 = "Ad" & "odb.St" & "ream"
set F = zero.createobject(str3,"")
if Not Err.Number = 0 then
err.clear
document.write ("<CENTER><font color=00FF00>黑客风云友情提示:恭喜!您的系统不存在MS06-014漏洞。</font></CENTER>")
else
document.write ("<CENTER><font color=00FF00>黑客风云友情提示:危险!您的系统存在MS06-014漏洞!!!<br><br>补丁地址:<a href='http://www.microsoft.com/china/technet/security/bulletin/ms06-014.mspx'>http://www.microsoft.com/china/technet/security/bulletin/ms06-014.mspx</a></font></CENTER>")
end if
</s cript>
</head>
</html>
将以上代码保存为html文件即可,并直接打开.
漏洞检测代码 href="/Article/UploadFiles/200611/20061128103800133.rar">MS06-014漏洞检测代码