软件工程

本类阅读TOP10

·PHP4 + MYSQL + APACHE 在 WIN 系统下的安装、配置
·Linux 入门常用命令(1)
·Linux 入门常用命令(2)
·使用 DCPROMO/FORCEREMOVAL 命令强制将 Active Directory 域控制器降级
·DirectShow学习(八): CBaseRender类及相应Pin类的源代码分析
·基于ICE方式SIP信令穿透Symmetric NAT技术研究
·Windows 2003网络负载均衡的实现
·一网打尽Win十四种系统故障解决方法
·数百种 Windows 软件的免费替代品列表
·收藏---行百里半九十

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
网络蚂蚁--会话命令--全过程监控--详录

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

网络蚂蚁--会话命令--全过程监控--详录

                            .呆呆

    这几天,我在做一个代理服务器时,为了了解HTTP1.1 browser和server之间命令的交换,结果很成功,在进一步监视网络蚂蚁和server之间的数据交换时,也就有了今天这个详录,我想对于http1.1/1.0协议不太熟的朋友,可以也是个帮助了。
    现在你要是也想编个网络蚂蚁不就很简单了!

--------------------------------------
N:(蚂蚁方send)
GET http://gt.onlinedown.net/down/ipscan.exe HTTP/1.1
Host: gt.onlinedown.net
Accept: */*
Referer: http://newhua.ruyi.com/AngryIPScanner.htm
User-Agent: NetAnts/1.23
Pragma: no-cache
Cache-Control: no-cache
Connection: close
--------------------------------------
S:(server方send)
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Connection: close
Date: Wed, 29 Aug 2001 15:30:05 GMT
Content-Type: application/octet-stream
Accept-Ranges: bytes
Last-Modified: Fri, 15 Jun 2001 06:51:57 GMT
ETag: "c0a9caab67f5c01:7bc"
Content-Length: 80384
(netants可获得文件的大小)
----------------------------------------------------------------------------
----------------------------------------------------------------------------
N:(蚂蚁方send)

GET http://gt.onlinedown.net/down/ipscan.exe HTTP/1.1
Host: gt.onlinedown.net
Accept: */*
Referer: http://newhua.ruyi.com/AngryIPScanner.htm
User-Agent: NetAnts/1.23
Pragma: no-cache
Cache-Control: no-cache
Connection: close
Range: bytes=15360-


GET http://gt.onlinedown.net/down/ipscan.exe HTTP/1.1
Host: gt.onlinedown.net
Accept: */*
Referer: http://newhua.ruyi.com/AngryIPScanner.htm
User-Agent: NetAnts/1.23
Pragma: no-cache
Cache-Control: no-cache
Connection: close
Range: bytes=30720-


GET http://gt.onlinedown.net/down/ipscan.exe HTTP/1.1
Host: gt.onlinedown.net
Accept: */*
Referer: http://newhua.ruyi.com/AngryIPScanner.htm
User-Agent: NetAnts/1.23
Pragma: no-cache
Cache-Control: no-cache
Connection: close
Range: bytes=46080-


GET http://gt.onlinedown.net/down/ipscan.exe HTTP/1.1
Host: gt.onlinedown.net
Accept: */*
Referer: http://newhua.ruyi.com/AngryIPScanner.htm
User-Agent: NetAnts/1.23
Pragma: no-cache
Cache-Control: no-cache
Connection: close
Range: bytes=61440-


GET http://gt.onlinedown.net/down/ipscan.exe HTTP/1.1
Host: gt.onlinedown.net
Accept: */*
Referer: http://newhua.ruyi.com/AngryIPScanner.htm
User-Agent: NetAnts/1.23
Pragma: no-cache
Cache-Control: no-cache
Connection: close
Range: bytes=71680-
----------------------------------------------------------------------------
(以上是不是五个线程?)
----------------------------------------------------------------------------
s:
发送你数据,你自己据位置拼装吧!!!!!!!!!!!

 


欢迎到我的主页访问      http://ware.51.net

 




相关文章

相关软件