搜索资源列表
IPTR.rar
- 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如"D:\Program Files\Microsoft Visual Studio\VC98\Include"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如"D:\Program Files\Microsoft Visual Studio\VC98\Lib"。 以上1、2两个步骤其实是为了让程序能够利用win
PortScaner
- 自己编写的IP端口扫描程序 基于winpcap编程 可以比较灵活的对TCP中的标志位进行设置 进而组合各类端口探测包! 编译需要基于winpcap sdk,运行需要安装winpcap驱动-Prepared its own IP port scanner winpcap-based programming can be more flexible on the TCP flags in the set to mix various types of port detection p
ArpSpoofWithoutWincap
- 非常好的arp欺骗的源代码程序,与其它arpspoof的不同之处在于它自带网络驱动模块,无需winpacp包的支持即可独立运行.稍作修改即可实现更加高级的功能. -Very good arp spoofing the source code program, and other arpspoof difference is that it comes with the network driver module, without the support of winpacp package
xpassthru
- 利用NDIS中间驱动截获网络封包,用dbgview.exe调试可以看到截获的包数据,里面的STUP文件里有安装信息,可安装在个人电脑的网络服务里.-NDIS intermediate driver using intercepted network packets, you can see with dbgview.exe debugging intercepted packet data, which the STUP file with installation information th
passthruAndDeviceIoControl
- passthru是微软提供的驱动开发包WDK里的网卡驱动开发源代码,本代码实现了应用程序来给驱动层传数据的功能,并且配合我的博客,可以很好的实现此功能,如有疑问,大家可以交流,附上我博客的地址:http://blog.csdn.net/xioyaozi/article/details/7817024-passthru is the development of the network card driver provided by Microsoft Driver Development Kit
HookNdis-master-src
- (InterMediateProtocolDrivers)中间驱动程序,向上提供小端口(Minport)函数集,向下提供协议(protocol)函数集。源代码中有两种实现方式,HOOK NDIS函数 和 新加载 NDIS驱动。可以实现对网络数据包的分析和过滤。-(InterMediateProtocolDrivers) intermediate driver offers up small port (Minport) function set, provides protocol down (
netcap
- 主要实现了网络抓包功能,即可截获网络数据包内容,使用了Winpcap抓包驱动-This program mainly realized the network packet capture, can be intercepted network packet content, using the Winpcap packet capture driver