搜索资源列表
rip
- 基于rip协议的距离向量算法 收到相邻路由器(地址为X)的每一个rip报文 1,先修改此报文中的所有项目:将“下一跳”字段中的地址都改为X,并将所有的“距离”字段的值加1 2,对修改后的报文中的每一个项目,重复以下步骤 若项目中的目的网络不在路由表中,则将该项目添加到路由表中 否则,若下一跳字段给的路由器地址是同样的,则将收到的项目替换原路由表中的项目 否则,若收到的项目中的距离小于路由表中的距离,则进行更新 否则,设么也不做-Rip protocol b
Cpp_amfParse
- amf解析模块的C++实现,用于网络游戏amf协议的封包、解析功能。目前好像还没找到类似的。-amf parsing module in C++, for online game amf protocol packets parsing. Find similar if not present.
Scanner
- 自己编写的主机和端口扫描、通过输入主机名或者使用IP,可测试主机是否开机、弱口令扫描中, 密码字典写了十个用户名十个密码、漏洞扫描的IP,线程设置同2中说明.其中猜解IPC用户, 的过程包含了IPC扫描的过程、日志的读写、密码字典的修改和恢复、Unicode漏洞的测试。个人编写,如有更好的建议,请加QQ362265437,平台是JB9+JDK1.4。刚学C++。大家谁有VC++USB操作的程序给个-Write your own host and port scanning, by enterin
analyze_pcap_arp_ip_udp_icmp
- 用分析文件的方法对pcap文件进行解包,pcap文件是tcpdump的标准文件;如果用libpcap开发,要用p_open_offline函数。样例代码,供学习,欢迎指正。-Analysis of documents on file pcap unpack, pcap file is the standard document tcpdump If libpcap development, use p_open_offline function. Sample code for learnin
NetMonitor
- 该代码实现了网络监控的功能,如果要学习网络编程,该代码很有帮助-The code to achieve the functions of email, if you want to learn network programming, the code very helpful
LaBreaNT2_0
- 对付蠕虫病毒如codered,nimda等的黑客粘毒工具(NT版本)。利用网络中没有被使用的IP地址来构造一些“虚拟机器”,回复已感染计算机发出的连接请求。编译时如果出错,可以删除那些错误的include项。运行时要用到libnetNT-To deal with viruses such as worms codered, nimda visco hackers and other drugs (NT version). The use of the network has not been u
Websharp2004
- WebSharp的源代码,若要使用的话,在IIS中创建相应的虚拟目录,里面还有相关的数据库文件,相信你会有所收获-WebSharp source code, if used, in the IIS to create a corresponding virtual directory, along with related database file, you will gain
MSSniffer
- MSSniffer的源代码,一个基于对话框程序的网络监听器,可以对监听的数据包进行分析,如其IP,端口,ACK等。-MSSniffer source code, a dialog-based network monitoring program, you can monitor packets on the analysis, if the IP, port, ACK and so on.
isthereSniffer
- 测试本机是否有sniffer的一个程序。很简单,只是做一个测试-Test the machine if there' s a sniffer program. Very simple, just do a test
vncviewer2094223
- 各位懂得vnc的朋友下来看看,请指教指教这份源代码,看看有什么不好的地方。-Vnc friends that know how to look down, please advise the source code comments to see if there is anything wrong with the place.
Port_Forwarding_UPnP
- Basically,Port Forwarding is that you can set your router to let internet users access your computer that behind your router.You router have a public ip and your computer just have a private ip.Internet users can just directly access your router,but
Sniff
- 在一个网段内,如果网卡被设置为混合模式,当网络中有数据传输时,无论数据是否属于本机,网卡都会接受到该数据。本程序就是利用该特点实现的网络监听工具-In a network segment, if the card is set to mixed mode, when the network has data transmission, regardless of whether the data belong to the machine, card will receive the data.
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
IPcontrol
- 编制程序,监控网络,捕获一段时间内网络上的IP数据包,按IP数据包的源地址统计出该源地址在该时间段内发出的IP包的个数,将其写入日志文件中或用图形表示出来(建议用图形表示出统计结果)。 程序的具体要求如下: 用命令行运行:IPStatistic time logfile 其中,IPStatistic是程序名;time是设定的统计时间间隔(单位为分钟,比如,2表示2分钟);logfile表示统计结果写入的日志文件名(若用图形表示统计结果则可以不选这个参数)。 -Programmin
ip1
- PS这个方法有一个缺点就是对端口数据全部拦截。我想偶尔放过几个封包,还有怎么拦截服务器返回的封包并修改。这个如果谁会了就无敌了。谁能教我改进下 感激不禁。-PS This method has the disadvantage that all the data on the port blocking. I would like to occasionally miss a few packets, and how to intercept and modify packets returne
ping2
- 一个“Ping”程序,主要包括:填写一个ICMP回响请求报文,以数据报的方式向目标主机发送,然后接收目标主机回送的ICMP回响应答报文,若成功,给出提示信息。-A " Ping" program, including: completing an ICMP echo request packet to the way packets sent to the target host, then sent back to the target host receives the I
application-level-Psniff
- 这也是一个基于网络抓包捕获的源代码,支持应用层数据包的抓取分析。程序基于第三方组件VBPCAP.DLL。支持实时抓取,IPV4报头,以太网报头,帧报头获取分析。目前测试基于局域网,无线网卡好像无法捕获,正在研究中。 程序需要用到VBPCAP.DLL,这个文件感觉有些问题,程序每次退出时VB会崩溃,整个源代码功能上还是不错,给大家参考下。 方法: 1. 下载 Winpcap 3.1 完毕先安装 http://www.winpcap.org/archive/3.1beta2-Wi
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
sniffer
- 利用该方法可以实现对管道敏感数据(如用户名密码等)的截获,但是在对原命名管道进行结束、干扰或使其无法接收数据方面,实现起来相对困难。-If a server via named pipes to communicate with a client, the server can use the Windows API function ImpersonateNamedPipeClient to tell the SRM, he wanted to imitate the other end
wireshark-developer-guide
- Wireshark 是网络包分析工具。网络包分析工具的主要作用是尝试捕获网络包,并尝试显示包的尽可能详细的情况.你可以把网络包分析工具当成是一种用来测量有什么东西从网线上进出的测量工具,就好像使电工用来测量进入电信的电量的电度表一样。(当然比那个更高级) -Wireshark is a network packet analysis tool. Network packet analysis tool s primary role is try to capture network pac