|
VB操作路由器 大家有什么好方法 网上找了好多资料,就是没VB的。。。
有个VC的还看不懂 大家顶起来
我的路由器是 tp-LINK 型号的
抓了几个有用的包
本帖最后由 hack0215 于 2010-1-11 18:45 编辑
登陆失败的
GET / HTTP/1.1
Accept: */*
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; QQPinyin 686)
Host: 192.168.1.1
Connection: Keep-Alive
Authorization: Basic YWRtaW46YWRtaW5h
HTTP/1.1 401 N/A
Server: TP-LINK Router
Connection: close
WWW-Authenticate: Basic realm="TP-LINK SOHO Router R402M"
Content-Type: text/html
Web Server Error Report:<HR>
<H1>Server Error: 401 N/A</H1>
<P><HR><H2>Access denied</H2><P><P><HR><H1>/userRpm/index.htm</H1><P><HR>please mail problems to support@tp-link.com.cn
登陆成功的
GET / HTTP/1.1
Accept: */*
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; QQPinyin 686)
Host: 192.168.1.1
Connection: Keep-Alive
Authorization: Basic YWRtaW46YWRtaW4=
HTTP/1.1 200 OK
Server: TP-LINK Router
Connection: close
WWW-Authenticate: Basic realm="TP-LINK SOHO Router R402M"
<HTML><HEAD><TITLE>TL-R402M SOHO 宽带路由器</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content=no-cache http-equiv=pragma>
<META content="wed, 26 Feb 1997 08:21:57 GMT" http-equiv=expires>
</HEAD>
<FRAMESET border="0" rows="94,*" cols="*" frameBorder="NO" frameSpacing="0" >
<FRAMESET border="0" rows="*" cols="185,*" frameBorder="NO" frameSpacing="0" >
<FRAME name="topLeftFrame" src="/frames/logo.htm" scrolling="no" noResize>
<FRAME name="topRightFrame" src="/userRpm/BannerRpm.htm" scrolling="no" noResize>
</FRAMESET>
<FRAMESET border="0" rows="*" cols="155,30,*" frameBorder="NO" frameSpacing="0" >
<FRAME name="bottomLeftFrame" src="/userRpm/MenuRpm.htm?MainID=Z&SubID=0" scrolling="no" noResize>
<FRAME name="arcFrame" src="/frames/arc.htm" scrolling="no" noResize>
<FRAME name="mainFrame" src="/userRpm/MainRpm.htm">
</FRAMESET>
</FRAMESET>
<noframes><BODY>对不起,您的浏览器不支持框架!</BODY></noframes>
<HEAD><META content=no-cache http-equiv=pragma></HEAD></HTML> |
|
|