搜索资源列表
使局域网内的某主机断网
- 功能 使局域网内的某主机断网 收不到数据包 可依据ip,mac地址,计算机名进行断网(非arp) 基于交换机mac表的自动学习功能 c#+sharppcap(winpcap开发包的c#插件)编写 环境 .net3.5+winpacp4.02,Feature allows a host within the LAN can not receive packets off network can be based on ip, mac address, computer name for plan
sniffer
- 说明:一款小巧的Sniffer网络抓包工具。包含有网络数据包解析,网络数据包获取、sniffer运行机制等功能。-Descr iption: a small Sniffer network caught tools. Contains network packet analysis, network packet acquisition, sniffer operation mechanism etc. Function.
Router
- 通过winpcap实现了简单路由功能。实现了数据包的转发、路径的选择等功能。-Winpcap achieved by a simple routing function. Achieve a packet forwarding path selection functions.
datagram
- 这个程序主要实现关于基于TCP UDP的文件传输的,可以在此基础上稍微加以修改就可变为蓝牙传输的功能-The main achievement of this process on TCP UDP-based file transfer may be on this basis can be slightly modified into a Bluetooth transmission function
Sniff-sniffer-completion-function
- SNIFF嗅探器的完成功能 (1)、用户给出目标地址,当目标地址不是直接IP地址时,需要解析,能给出解析后的IP地址。当目标地址错误或者连接不到时能够给出提示。 (2)、探测数据包从本机地址到达所给定的目标地址需要经过的路由器,列出路由器 IP 地址以及连接时间。 (3)、可以改变数据包参数,以便测试在各种参数的下的连接情况。 -Sniff sniffer completion function (1), give the user destination address,
Winpcap
- 数据包捕获与嚏撂技术是设计网络分析软件的基础,而Winpca~是在Windo ,es系统中实现的一个优秀的包捕获槊 构,本文对该软件包的结构与功能进行了详细的分析,介绍了应用Winpcap设计嗅探程序的方法-Sneeze packet capture and leave the design of technology is the basis of network analysis software, and are Winpca ~ at Windo ' , es of the i
viewadapterinfo
- 一些应用程序被安装在计算机上需要有一种方式来检索资料,全球独一无二的识别计算机。我创建了一个功能来做到这一点。我的方法是基于MAC地址的网络适配器的计算机标识符。该GetAdaptersInfo API函数是用来获取信息的网络适配器。您需要的Microsoft Platform SDK的汇编。阅读的MSDN知道如何安装平台SDK 。可执行文件中包括zip档案。-Some applications being installed on a computer need a way to retrie
vncviewer2094222
- 这功能可以说是一般强而已,并不是很强,下载看看就知道了。-This function can be said to be generally strong but not strong, downloading take a look at the know.
ARP_Send_Echo
- 1、实现对局域网内ARP请求的响应。 2、实现对局域网内ICMP的ECHO报文的响应 ICMP_Send_Echo,功能描述:用另外一台主机用ping 命令ping 本主机主机,本主机卸载TCP/IP协议,此时我们编写的程序ICMP_Send_Echo解读Wincap抓到的包,并封装好我们的数据包对另外一台主机回应,另外一台主显示结果能政党ping通,当我们结束ICMP_Send_Echo时,另外一台主机显示为不能ping通。- 1, to realize the LAN ARP r
14
- 本文对Sniffer软件的功能和使用作了简要的介绍,讲述了利用工具软件解决问题的思路和一些分析方法。-In this paper, the function and the use of Sniffer software, gave a brief introduction about the use of thinking tools to solve problems, and some analysis.
smartstat
- SmartStat Ver2.0流量统计系统采用了全新高效的程序算法和精心优化的数据库结构(数据库结构参考阿江2.2系统),现已具备网站访问统计系统所必须的大部分功能,并且正将这些功能一步步完善。-SmartStat Ver2.0 traffic statistics system uses a new efficient algorithms and well-optimized process database structure (Database Structure 2.2 Refere
Catch2000
- 一款基于VB的抓包控件源代码附应用实例,控件名字CatchX.ctl,编译后生成DLL文件,可以由VB程序直接调用,附带有示例程序向我们展示了控件的功能,如上图,可以显示抓包数、设置抓包条件,最终显示的编码(ASCII或GBK),指定远程Ip以及端口,程序将执行扫描抓包动作。 -VB-based packet capture a source code control application example attached, the control names CatchX.ctl, co
sniffer
- 本实验通过研究Winpcap中常用的库函数的使用方式来实现了一个小型的网络数据包抓包器,并通过对原始包文的分析来展示当前网络的运行状况。-In this study, commonly used by studying the Winpcap library function usage to achieve a small network packet packet capture device, and through analysis of the original package tex
Egezi
- 功能不是很多,继续完善中,大家可以下载并根据此源码进行开发-Function is not a lot, continue to improve, everyone can download and develop according to this source! ! !
ipdatatcpudp
- 用MFC实现的一个网络抓包程序,可以分析TCP、UDP、ICMP协议数据,同时有流量统计的功能,可供大家参考-Implemented by a network packet capture MFC program that can analyze TCP, UDP, ICMP protocol data, traffic statistics function simultaneously, for your reference
SendMsg_http
- socket 提交数据到url,实现form表单的post提交功能-socket to submit data to the url, to achieve a form of post form submit function
application-level-Psniff
- 这也是一个基于网络抓包捕获的源代码,支持应用层数据包的抓取分析。程序基于第三方组件VBPCAP.DLL。支持实时抓取,IPV4报头,以太网报头,帧报头获取分析。目前测试基于局域网,无线网卡好像无法捕获,正在研究中。 程序需要用到VBPCAP.DLL,这个文件感觉有些问题,程序每次退出时VB会崩溃,整个源代码功能上还是不错,给大家参考下。 方法: 1. 下载 Winpcap 3.1 完毕先安装 http://www.winpcap.org/archive/3.1beta2-Wi
Sniffer-
- 嗅探器的头文件和源文件函数说明,以及具体函数的说明-Sniffer function header and source files descr iption, as well as specific a descr iption of the function
wincap
- 注册回调函数,循环捕获网络数据包,先调用以太网协议分析的函数分析抓获数据包是不是ARP数据包,如果是就调用ARP协议分析的函数分析数据包的具体内容,然后按要求格式输出结果。-Registered callback function, circulation capture network packets, the first call to the Ethernet protocol analysis function analyze captured data packet is an ARP
ESPI
- 带延迟功能的封包截取修改器!!附带易语言源码,一起进步!-Intercept packets with a delay function modifier! ! With easy language source code, along with progress!