有登陆成功的,抓包的时候返回了两个POST页面数据
第1个,
Stream:
[HTML] 纯文本查看 复制代码 POST /dede/dede/login.php HTTP/1.1
Accept: image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/msword, */*
Referer: http://localhost/dede/dede/login.php?gotopage=%2Fdede%2Fdede%2Findex.php
Accept-Language: zh-CN
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: localhost
Content-Length: 93
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: PHPSESSID=b4183b61a3c6fadbfa7b325a0dc479dc; DedeUserID=1; DedeUserID__ckMd5=c4c330dc98dafdab; DedeLoginTime=1387560096; DedeLoginTime__ckMd5=26d51589eb19966e
gotopage=%2Fdede%2Fdede%2Findex.php&dopost=login&adminstyle=newdedecms&userid=admin&pwd=admin
Content:
[HTML] 纯文本查看 复制代码 <html>
<head>
<title>DedeCMS提示信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<base target='_self'/>
<style>div{line-height:160%;}</style></head>
<body leftmargin='0' topmargin='0' bgcolor='#FFFFFF'>
<center>
<script>
var pgo=0;
funct
第2个,
Stream:
[HTML] 纯文本查看 复制代码 POST /dede/dede/login.php HTTP/1.1
Accept: image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/msword, */*
Referer: http://localhost/dede/dede/login.php?gotopage=%2Fdede%2Fdede%2Findex.php
Accept-Language: zh-CN
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: localhost
Content-Length: 110
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: PHPSESSID=b4183b61a3c6fadbfa7b325a0dc479dc; DedeUserID=1; DedeUserID__ckMd5=c4c330dc98dafdab; DedeLoginTime=1387560156; DedeLoginTime__ckMd5=5e583733c84280e6
gotopage=%2Fdede%2Fdede%2Findex.php&dopost=login&adminstyle=newdedecms&userid=admin&pwd=admin&sm1=%B5%C7%C2%BC
Content:
[HTML] 纯文本查看 复制代码 <html>
<head>
<title>DedeCMS提示信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<base target='_self'/>
<style>div{line-height:160%;}</style></head>
<body leftmargin='0' topmargin='0' bgcolor='#FFFFFF'>
<center>
<script>
var pgo=0;
function JumpUrl(){
if(pgo==0){ location='/dede/dede/index.php'; pgo=1; }
}
document.write("<br /><div style='width:450px;padding:0px;border:1px solid #DADADA;'><div style='padding:6px;font-size:12px;border-bottom:1px solid #DADADA;background:#DBEEBD url(/dede/plus/img/wbg.gif)';'><b>DedeCMS 提示信息!</b></div>");
document.write("<div style='height:130px;font-size:10pt;background:#ffffff'><br />");
document.write("成功登录,正在转向管理管理主页!");
document.write("<br /><a href='/dede/dede/index.php'>如果你的浏览器没反应,请点击这里...</a><br/></div>");
setTimeout('JumpUrl()',1000);</script>
</center>
</body>
</html>
|