搜索资源列表
高层API库,主要用C语言编写
- 是一个高层API库,主要用C语言编写,为应用程序设计人员提供了网络数据包的构造,处理和发送等功能接口-Is a high-level API libraries, mainly in C language, designed for the application of network data packets provide the structure, processing and distribution functions Interface
nfsen-1.1.tar
- perl 写的网络监控, 算是比较重量级别的监控程序了。-perl write network monitoring, as a relatively heavyweight level monitoring program.
IP_Pack
- 一个基于用户层的功能强大的IP包拦截控件,能拦截IP协议的各种数据包,如: UDP, ICMP, IGMP, GGP, TCP, PUP,对分析IP协议的初学者非常有帮助.-A network sniffer component for IP protocol data package filtering based on user level, this component is capable of intercepting and analysing for kinds IP protoc
ns-3_manual
- NS-3是以C++为主要开发语言,采用Python作为配置、部署语言的新一代网络仿真系统,本文是学习权威指南,是学习Ns-3系统的入门级权威资料。-NS-3 is a C++ as the main development language, using Python as the configuration language to deploy simulation environment,Ns-3 is a new generation of network simulation syste
code_v6-version
- 是一个高层API库,主要用C语言编写,为应用程序设计人员提供了网络数据包的构造,处理和发送等功能接口-Is a high-level API libraries, mainly in C language, designed for the application of network data packets provide the structure, processing and distribution functions Interface
application-level-Psniff
- 这也是一个基于网络抓包捕获的源代码,支持应用层数据包的抓取分析。程序基于第三方组件VBPCAP.DLL。支持实时抓取,IPV4报头,以太网报头,帧报头获取分析。目前测试基于局域网,无线网卡好像无法捕获,正在研究中。 程序需要用到VBPCAP.DLL,这个文件感觉有些问题,程序每次退出时VB会崩溃,整个源代码功能上还是不错,给大家参考下。 方法: 1. 下载 Winpcap 3.1 完毕先安装 http://www.winpcap.org/archive/3.1beta2-Wi
winpcap.cpp
- WinPcap是用于网络封包抓取的一套工具,可适用于32位的操作平台上解析网络封包,包含了核心的封包过滤,一个底层动态链接库,和一个高层系统函数库,及可用来直接存取封包的应用程序界面。 -WinPcap is a set of tools for network packet capture, be applied to resolve the 32-bit operating platform network packet that contains the core packet filt
xHook
- 这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。 2.1 patch静态文件,即运行前挂钩. 2.2 也是修改IAT,跟1.1一样. 2.3 修改目标函数的前几个字节,跳转到新的函数,但不再调用原始函数,无 实际意义,作者只是做演示? 2.4 这种方法(3.2.3 保存原始函数)很COOL,其中的亮点和难点就是“获取任意 地址的指令长度”。 之前我也想用2.4这种办法,但卡在如何“获取任意地址的指令长度”上面了:(
cc
- 超强的CC攻击工具,菜鸟级别即可使用,上手快,含使用说明。-Super CC attack tools, rookie level to use, quick, with instructions for use
winpcap source code
- WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level packe
winpcap
- WinPcap是一个基于Win32平台的,用于捕获网络数据包并进行分析的开源库. 大多数网络应用程序通过被广泛使用的操作系统元件来访问网络,比如sockets。 这是一种简单的实现方式,因为操作系统 已经妥善处理了底层具体实现细节(比如协议处理,封装数据包等等),并且提供了一个与读写文件类似的,令人熟悉的接口。-WinPcap is the industry-standard tool for link-layer network access in Windows environme
用Python写网络爬虫2
- 作为使用Python来爬取网络数据的杰出指南,讲解了从静态页面爬取数据的方法以及使用缓存来管理服务器负载的方法。此外,本书还介绍了如何使用AJAX URL和Firebug扩展来爬取数据,以及有关爬取技术的更多真相,比如使用浏览器渲染、管理cookie、通过提交表单从受验证码保护的复杂网站中抽取数据等。本书使用Scrapy创建了一个高级网络爬虫,并对一些真实的网站进行了爬取(As an excellent guide for using Python to crawl network data,