搜索资源列表
ARP解析
- 关键字:ARP,地址解析协议, ARP帧格式,VC, winpcap,包拦截, 这是我课程设计的一个程序,功能是在利用WinPcap提供的API函数, 使网卡工作在混杂模式下,对ARP包进行拦截,并对ARP包的格式进行分析, 本压缩包中加入了WINPCAP的安装文件,及文档说明. 本人希望与更多的人进行交流,QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : ARP, ARP, ARP frame format, VC, winpcap,
netdump
- 网卡设置成混杂模式,通过原始套接口,可以把什么包都能取上来。-card set to promiscuous mode, the original set of interface, it can package can take onto.
libpcap.tar
- libpcap源代码,网络捕包函数库,可用于网络混杂模式下捕获网络数据-libpcap source code, packet-capturing functions can be used in mixed mode network capture network data
listern-tcp
- 使用混杂模式的网络监听程序,对局域网的通信进行抓包,非常好的工具-use mixed mode network monitoring procedures on the LAN communication-capturing Packet, very good tool
sniffer
- 基于LINUX的SINFFER检测程序,通过判断处于混杂模式的网卡。
sniffer 的小例子
- 把网卡设为混杂模式的sniffer 的小例子, vc6.0 , win2000下运行通过, 不用设备驱动程序 只能接受ip包,无法接收与ip包同级的其它网络包,如arp等 listview显示-put mixed mode sniffers small examples, vc6.0, WIN2000 running through without device drivers can only receive ip packet, can not receive the same level
WebMon
- 用于检验局域网内的网卡处于混杂模式的主机,维护网络安全-it is the software for checking the network card in the LAN and the host computer which is in the jam,protecting the security of the net.
Sniffer.rar
- 有C++编写的,网络抓包程序,将本机网卡至于混杂模式,可分析的数据包有UDP,TCP,以及IP包,There are C++, prepared by the network capture program will be the local network card promiscuous mode As to the analysis of data packets are UDP, TCP, and IP packet
COPE_AODV
- NS2协议仿真,COPE网络编码协议,在AODV中实现。需要开通混杂模式-COPE in AODV。opportunistic network coding
simplesniffer
- 把网卡设为混杂模式的sniffer 的小例子, vc6.0 , win2000下运行通过, 不用设备驱动程序 只能接受ip包,无法接收与ip包同级的其它网络包,如arp等 listview显示-Network card promiscuous mode to set the sniffer of small examples, vc6.0, win2000 run through, no device driver can only accept the ip packet
MySniff
- 网络嗅探器,把网卡置于混杂模式,捕获数据包,分析数据包-Network sniffer, the card placed in promiscuous mode, capture packets, analysis of data packets
arp
- 能完成的任务: 快速获取局域网内IP-MAC列表; 快速获取网卡处于混杂模式的IP-MAC列表 利用虚假网关MAC欺骗使指定IP无法联网 利用虚假ARP请求制造IP冲突 提醒:本工具仅供技术研究和测试 更新记录 v1.1 beta 加入多网卡支持,可以显示本机地址 v1.0 beta 实现基本功能,破坏性功能进行了限制 – ReadMe.txt – 源代码下载: arp tool ————————
antisniffer
- 检测局域网中处于的监听的网卡,即检查网卡是否处于混杂模式。如果检测到了,就将其写入到mysql数据库中。-Testing the monitor in a local area network card, that is, to check whether the network card in promiscuous mode. If detected, it will write it to mysql database.
NETCARDDETECTION
- 网卡混杂模式检测 网卡混杂模式检测-VC++ netcard detection VC++ netcard detection VC++ netcard detection
UDPCAP
- 使用sniffer技术实现网络抓包,次程序功能简单,仅仅是sniffer网络嗅探的第一步,数据包监听。将网络接口卡设置成“混杂”模式,实现对通过该接口卡的数据包的监听。-The use of sniffer technology PacketCapture, sub-program features simple, just the first step in sniffer network sniffer, packet monitoring. The network interface ca
yy5
- 本文采用的方法属于sniffer中的一种,具体一些,就是采用WinSock网络编程的方法先定义相应的结构,而后将网卡设置为混杂模式,以便捕获局域网中所有的数据包,最后设置好流程就可以进行数据包的捕获和分析了。-This method is used in a sniffer, specifically, is to use the methods WinSock network programming to define the corresponding structure, which wi
wangluobianchengdazuoye
- 嗅探器作为一种网络通讯程序,也是通过对网卡的编程来实现网络通讯的,对网卡的编程也是使用通常的套接字(socket)方式来进行。但是,通常的套接字程序只能响应与自己硬件地址相匹配的或是以广播形式发出的数据帧,对于其他形式的数据帧比如已到达网络接口但却不是发给此地址的数据帧,网络接口在验证投递地址并非自身地址之后将不引起响应,也就是说应用程序无法收取到达的数据包。而网络嗅探器的目的恰恰在于从网卡接收所有经过它的数据包,这些数据包即可以是发给它的也可以是发往别处的。显然,要达到此目的就不能再让网卡按通
protolAnalyse
- 原始套接字编程实现混杂模式下的tcp/ip协议的捕获,可以设置过滤条件。-My english is too bad!
aq3_linux_drv
- 网卡驱动原程序为PC(x86)平台Linux标准驱动,支持802.11协议栈、WAPI和QOS,目前网卡支持混杂模式以及监听模式,但驱动没有包含抓包功能。-NIC driver for the original program PC (x86) platform Linux standard drivers, support for 802.11 protocol stack, WAPI and QOS, network card that supports promiscuous mode,
mSimpSniffer
- 网络嗅探器无论是在网络安全还是在黑客攻击方面均扮演了很重要的角色。通过使用网络嗅探器可以把网卡设置于混杂模式,并可实现对网络上传输的数据包的捕获与分析。此分析结果可供网络安全分析之用,但如为黑客所利用也可以为其发动进一步的攻击提供有价值的信息。可见,嗅探器实际是一把双刃剑。虽然网络嗅探器技术被黑客利用后会对网络安全构成一定的威胁,但嗅探器本身的危害并不是很大,主要是用来为其他黑客软件提供网络情报,真正的攻击主要是由其他黑软来完成的。而在网络安全方面,网络嗅探手段可以有效地探测在网络上传输的数据包