搜索资源列表
http
- 一些关于HTTP协议处理的文档,还包括了gzip包(它是用来解压缩HTTP传送的压缩数据)
websniff.zip 监听分析HTTP数据包获取web用户密码的程序
- 监听分析HTTP数据包获取web用户密码的程序 ,Monitor HTTP packets and Get the password of web user
basic_dump.rar
- 利用pcap来分析HTTP包,并过滤http包,来实现URL重定向,利用pcap来分析HTTP包,并过滤http包,来实现URL重定向
USEwinpcap.rar
- 一个应用winpcap来开发HTTP包分析的例子,Winpcap to develop an application example of HTTP Packet Analysis
httpSniffer
- 利用sharpPcap开发包写的一个抓包工具-Using sharpPcap Development Kit written in a packet capture tool
analyze_pcap_arp_ip_udp_icmp
- 用分析文件的方法对pcap文件进行解包,pcap文件是tcpdump的标准文件;如果用libpcap开发,要用p_open_offline函数。样例代码,供学习,欢迎指正。-Analysis of documents on file pcap unpack, pcap file is the standard document tcpdump If libpcap development, use p_open_offline function. Sample code for learnin
VB6_Winsock_SendFile
- 尝试做了一个利用WINSOCK控件的自动分包发送机制的东东(VB6.0) 我最终的测试结果如下: 使用约44M的RAR文件(陈辉机器里找的一个什么安装包,不管它...),在陈辉机器上运行客户端,在我机器上运行服务器端,并启动服务. 网络环境是100M局域网,服务器端是INTEL双核本本+2003SP2,客户端是AMD双核台机+XPSP2,使用对联线联机. 传送过程中,峰值速度约45Mb/S,稳定速度约40Mb/S 换算为MB/S就分别约为5.6MB/S与5
20076209143527517
- 破解全过程 1. 装个 google工具条 开启pagerank 2. 找个网络 sniffer 软件, 运行浏览器随便打开个网站, 3. sniffer将记录 google工具条发给 google的数据包 分析可得,传输协议是 http, 数据包内除了 有访问网站的地址, 关键还有个 ch参数 , ch参数根据网站地址不同 发生变化(看来关键是 ch怎么计算出来的!) 4.分析google工具条,得到计算 ch的汇编代码,然后翻译成 c#代码 5.模仿 google工具
GooglePageRankQuery
- 查询Google PageRank 破解全过程 1. 装个 google工具条 开启pagerank 2. 找个网络 sniffer 软件, 运行浏览器随便打开个网站, 3. sniffer将记录 google工具条发给 google的数据包 分析可得,传输协议是 http, 数据包内除了 有访问网站的地址, 关键还有个 ch参数 , ch参数根据网站地址不同 发生变化(看来关键是 ch怎么计算出来的!) 4.分析google工具条,得到计算 ch的汇编代码,然后翻
w3c-libwww-5.4.0
- www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的WebAPI: complete HTTP/1.1 (with caching, pipelining, PUT, POST, Digest Authentication, deflate, etc), MySQL logging, FTP, HTML/4, XML (expat), RDF (SiRPAC), WebDAV, and much more-Libwww is a highly modular, gene
winpcap1
- 完成HTTP协议数据包的捕获及分析,并从中获取可能包含的用户登录邮箱或论坛的用户名及密码。-Complete HTTP protocol packet capture and analysis, and to obtain may contain user-mail or forums login user name and password.
httport_sdk_rev_c
- HTTP 2 SOCKET的完整开发包 HTTP 2 SOCKET的完整开发包.rar-HTTP 2 SOCKET complete HTTP 2 SOCKET kit complete development kit. Rar
Socket
- CSocket获取http响应包。重载CSocket的收包函数;根据输入http地址发送http请求。-CSocket access http response packet. Overloaded functions CSocket admission package under the Importation of http address to send http request.
ASPtowebservice
- 使用ASP构建SOAP协议包调用web服务,包括GET,HTTP,SOAP三种调用方法-SOAP protocol to use ASP to build web service call package, including GET, HTTP, SOAP call method three
httpSniffer
- winpcap是一个网络数据包抓取软件,能够对网络中的流量进行分析,该代码是应用于winpcap下的对http的流量嗅探,可对http的流量进行分析。-winpcap is a network packet crawling software, able to network traffic analysis, the code is applied to winpcap under the flow of http sniffer, http traffic can be analyzed.
seven
- 包含7个程序:FTP上传下载,捕获HTTP包,电话拨号上网,端口扫描,广播信息:WINSOCK-UDP,获得主机名和IP地址,网络聊天:WINSOCK-TCP-Includes seven programs: FTP upload to download, capture HTTP packets, telephone dial-up Internet access, port scanning, broadcasting information: WINSOCK-UDP, to obtain
HTTP_Proxy
- HTTP代理服务程序,基于delphi7开发,无第三方插件,直接编译可用。代码包中的EXE可以直接使用,默认端口-HTTP proxy service program, based on delphi7 development, no third-party plug-ins, direct compilation available. Code package can be used directly in the EXE, the default port 9999
http
- http开发者手册,描述了http包文的规范等,对于从事底层Web开发有帮助。-The HTTP Developer s Handbook is written specifically for Web developers. It begins by introducing the protocol and explaining it in a straightforward manner. It then illustrates how to leverage this informatio
HTTP-send
- 发送HTTP协议数据包,登录网站,网络工程初学者可以借鉴-HTTP protocol to send data packets, web sites, network engineering beginners can learn
application-level-Psniff
- 这也是一个基于网络抓包捕获的源代码,支持应用层数据包的抓取分析。程序基于第三方组件VBPCAP.DLL。支持实时抓取,IPV4报头,以太网报头,帧报头获取分析。目前测试基于局域网,无线网卡好像无法捕获,正在研究中。 程序需要用到VBPCAP.DLL,这个文件感觉有些问题,程序每次退出时VB会崩溃,整个源代码功能上还是不错,给大家参考下。 方法: 1. 下载 Winpcap 3.1 完毕先安装 http://www.winpcap.org/archive/3.1beta2-Wi