搜索资源列表
C++实现网络嗅探器
- 网络嗅探器无论是在网络安全还是在黑客攻击方面均扮演了很重要的角色。通过使用网络嗅探器可以把网卡设置于混杂模式,并可实现对网络上传输的数据包的捕获与分析。-Sniffer network is the network security or hacker attacks are playing a very important role. Through the use of Sniffer network card can be installed in mixed mode, enabling
MySniffer
- 用C# 写的网络嗅探器,跟传统的不一样的是,采用了新的算法,减轻了CPU的消耗,并且对数据包进行了详尽的分析,很有参考价值
一个简易网络嗅探器的实现
- 目前,已经有不少的Sniff工具软件,如Windows环境下,最富盛名的工具是Netxray和Sniffer pro,用它们在 Windows环境下抓包来分析,非常方便。在UNIX环境下如Sniffit,Snoop,Tcpdump,Dsniff 等都是比较常见的。这里介绍一个用C语言和网络数据包和分析开发工具libpcap及winpcap实现的简易网络Sniffer。-Currently, there have been numerous Sniff software tools, such a
网络嗅探器
- 检测网络流量等
C语言的嗅探器
- C语言的嗅探器抓取数据包
a
- 基于C++的网络嗅探器系统的设计与实现 可以进行数据包的解析和了解-Zero-day cyber attacks such as worms and spy-ware are becoming increasingly widespread and dangerous. The existing signature-based intrusion detection mechanisms are often not sufficient in detecting these types of a
Sniffer
- 一个简单的基于C++的网络嗅探器 是计算机网络课的实验内容-A simple C++-based network sniffer is a computer network course of the experiment content
FoxSniffe
- Windows平台的嗅探器(Sniffer)。用于截获经过本地计算机指定网卡的所有数据包,并且对这些包进行分析和统计。-Windows platform Sniffer (Sniffer). After intercepted for the local computer network card designated all data packets, and these packets for analysis and statistics.
winpcapneting
- 本人课程实验做的一个基于winpcap的网络嗅探器,附源程序,用c开发,在vc++6.0下编译通过。它可以列出监视主机的所有的网卡,选择一个网卡进行监听,捕获并显示流经网卡的数据包,并做相应的分析和统计,还可以设置捕获过滤规则,就某种协议(ip、 tcp、 udp 等)进行重点分析。 -I do a course experiments based on the WinPcap network sniffer, with source code, using c development,
1.GUNiffer
- 一款用C语言写的网络嗅探器,基于libpcap编写,学习用最好了!-Using C language to write a network sniffer, based on libpcap preparation, learning the best!
sniffer_for_linux
- 在linux下的网络嗅探器 使用的是GTK2.0+GLADE做的前台 具体的后台是ANSI C 编译器 G-At the next linux network sniffer is used to do the GTK2.0+ GLADE Backgrounds are Front Desk specific ANSI C Compiler GCC
snort-2.6.1.4
- snortSnort有三种工作模式:嗅探器、数据包记录器、网络入侵检测系统。嗅探器模式仅仅是从网络上读取数据包并作为连续不断的流显示在终端上。数据包记录器模式把数据包记录到硬盘上。网路入侵检测模式是最复杂的,而且是可配置的。我们可以让snort分析网络数据流以匹配用户定义的一些规则,并根据检测结果采取一定的动作。 -network Open Source
LanQQSniffer
- 用C++Builder编写的局域网QQ号码嗅探器(只适用于HUB组网的模式,对交换机组网模式不支持)-Prepared using C++ Builder LAN sniffer QQ numbers (only applicable to HUB Group network model, the switch networking mode is not supported)
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.
sniffer
- 我看过的最好的最详细的嗅探器代码,很详尽的注释 如果是个新手,不要错过-sniffer program with much explain
5.3
- 用c语言实现的网络嗅探器,可以抓到tcp,ip,udp 等网络数据报-With c language network sniffer can capture tcp, ip, udp and other network data report
sniffer
- 基于C语言的,使用winpcap的网络嗅探器-Based on C language, using a network sniffer winpcap
Sniffer
- 使用C语言编写的网络嗅探程序,可以在局域网中检测到其余IP-Using the C language network sniffer program, you can detect in the rest of the LAN IP
Sniffer
- C++ 嗅探,端口监听,可以监听所有端口,也可以监听固定端口-C++ sniffing, port monitoring, you can monitor all ports, you can also listen fixed port
网络嗅探器(C)
- 用C语言写的网络嗅探器,含实验报告,实现了对网络数据的抓包(The network sniffer written in C language, including the experimental report, realizes the capture of network data.)