登录
首页 » 网络监听 » 一个mini抓包发包程序 我利用pcaplib for windows写的一个抓包发包程序Captx for Win2k/Winnt/Win9x, 仅110K,...

一个mini抓包发包程序 我利用pcaplib for windows写的一个抓包发包程序Captx for Win2k/Winnt/Win9x, 仅110K,...

于 2022-01-24 发布 文件大小:196.87 kB
0 153
下载积分: 2 下载次数: 2

代码说明:

一个mini抓包发包程序 我利用pcaplib for windows写的一个抓包发包程序Captx for Win2k/Winnt/Win9x, 仅110K,跑起来占内存2M,附有VC源代码,大家有什么特殊需要可以自己修改代码。 使用方法: (1)把整个CapTx目录拷贝到自己的硬盘上 (2)安装packet capture drivers v2.02(Captxdrivers下的相应目录,在网络中添加协议后,选磁盘安装) (3) 启动CapTx.exe (4) 点抓包按钮开始抓包,用单选按钮可以选择转包后的输出格式是详细的还是简单的, 详细的包格式如下: 00000000: FF FF FF FF FF FF 00 45 00 47 00 48 00 08 45 00 .......e.g.h..e. 简单的包格式仅有中间的部分 (5) 该包存到一个跟应用程序相同的目录中的一个log文件中。 (6)往编辑框中填如下所示的包字符: ff ff ff ff ff ff 00 b0 d0 d0 b0 d8 08 06 00 01 08 00 06 04 00 01 00 b0 d0 d0 b0 d8 c0 a8 00 01 00 00 00 00 00 00 c0 a8 00 c9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 就可以发送一个ARP包了。 (7)该程序由于由源代码,所以你可以根据你额需要随便修改成自己想要的抓包/发包功能。-a mini capturing Packet letting process I use for windows pcaplib wrote an capturing Packet letting process for Win2k/Winnt/Win9x Captx only 110K, running together for 2M memory, with VC source code, you have any special needs can modify the code themselves. Use : (a) the entire CapTx catalog copy of their hard drive (2) Installation of p

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 北京大学信息安全课件,段云所教授写.在这里和大家分享....
    北京大学网络信息安全课件,段云所教授写.在这里和大家分享.-Beijing University of network information security courseware, of the cloud was taught. Here we share.
    2022-08-07 01:23:19下载
    积分:1
  • 一个详细的源代码,以在linux.it libcap可以捕获LO的数据…
    winpcap源代码,和linux下的libpcap相对应,是tcpdump的网络底层抓包程序-a source code of winpcap,as to libcap in linux.it can capture the data of the low layer of network
    2022-05-05 08:07:39下载
    积分:1
  • eavesdropping, the use of java development.
    网络监听程序,使用java开发。-eavesdropping, the use of java development.
    2022-09-20 11:30:02下载
    积分:1
  • 原始套接字
    基于 Raw Socket 的 数据包捕获程序。支持 TCP/UDP/ICMP,支持端口及IP 过滤。-Raw Socket-based packet data capture process. Supports TCP/UDP/ICMP, IP and port support filtering.
    2023-03-28 04:45:04下载
    积分:1
  • 本设计的功能是填充一个TCP数据包,并发送给目的主机。 程序具体要求如下: 1) 以命令行形式运行:SendTCP、source_ip、source_p...
    本设计的功能是填充一个TCP数据包,并发送给目的主机。 程序具体要求如下: 1) 以命令行形式运行:SendTCP、source_ip、source_port、dest_ip、dest_port,其中SendTCP是程序名,source_ip为源端IP地址,source_port为源端口号,dest_ip为目的地址,dest_port为目的端口号; 2) 其他的TCP头部参数请自行设定; 3) 数据字段为“This is my homework of network ,I am happy !” 4) 成功发送后在屏幕上输出“Send OK” 。 -The design features are filled with a TCP packet, and send the purpose of the host. Program specific requirements are as follows: 1) to form the command line run: SendTCP, source_ip, source_port, dest_ip, dest_port, which are SendTCP program name, source_ip client IP address as the source, source_port as the source port number, dest_ip for the purpose of the address, dest_port for the purpose of port number 2) the head of other TCP parameters at your own settings 3) data fields for the This is my homework of network, I am happy! 4) successfully sent the output on the screen after the Send OK .
    2023-01-12 02:10:04下载
    积分:1
  • Through the network sniffer can effectively detect the network packet transmissi...
    通过网络嗅探可以有效地探测在网络上传输的数据包信息,并对这些信息进行分析-Through the network sniffer can effectively detect the network packet transmission information and the information analysis
    2022-06-27 21:30:58下载
    积分:1
  • tracert跟踪程序,该诊断实用程序通过向目的地发送具有不同生存时间 (TTL) 的 Internet 控制信息协议 (ICMP) 回应报文,以确定至目的地的...
    tracert跟踪程序,该诊断实用程序通过向目的地发送具有不同生存时间 (TTL) 的 Internet 控制信息协议 (ICMP) 回应报文,以确定至目的地的路由。-tracert tracking program, the diagnostic utility to the destination by sending a different time to live (TTL) of the Internet Control Message Protocol (ICMP) response message to determine the route to the destination.
    2022-04-01 07:01:47下载
    积分:1
  • 对基本为例
    A basic exemple on how-to use "Winsock2" with Visual-C++ 6 to sniff the network without Winpcap. Also you can see how is the implementation of "WSAIoctl()" with the SDK2003. In this code, we analyse the TCP trame and show information about the ip header and contained data.-A basic exemple on how-to use "Winsock2" with Visual-C++ 6 to sniff the network without Winpcap. Also you can see how is the implementation of "WSAIoctl()" with the SDK2003. In this code, we analyse the TCP trame and show information about the ip header and contained data.
    2022-04-24 23:30:43下载
    积分:1
  • Document, teach you how to use step
    文档,教你如何循序渐进使用WINPCAP-Document, teach you how to use step-by-step WINPCAP ..
    2022-03-09 15:26:35下载
    积分:1
  • 实现嗅探器,输出测信息,测局域信息
    实现网络嗅探器,输出监测信息,监测局域网信息 -Realize network sniffer, output monitoring information, monitoring LAN Information
    2022-07-26 04:56:56下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载