-
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TT...
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。
本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时错误,因为该路由器生成一份ICMP差错报文返回给源主机。随后,主机将数据报的TTL值递增1,以便IP报文能到达下一个路由器,并由下一路由器生成ICMP超时差错报文返回给源主机。不断重复这个过程,直到数据报达到最终的目的主机,此时目的主机将返回ICMP回显应答消息。这样,源主机只需对返回的每一份ICMP报文进行解析处理,就可以掌握数据报从源主机到达目的主机途中所经过的路由器信息。
本程序为控制台程序-Tracert using WinSocket
- 2023-05-23 15:50:04下载
- 积分:1
-
LaBrea的Unix版本
LaBrea的Unix版本-unix version of LaBrea
- 2022-11-10 16:10:03下载
- 积分:1
-
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作...
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作-The client from the terminal to accept the keyboard data and the data sent to the server
Server to the client to send the data over the implementation and the results sent to the client
Client and server data transmission to increase the data header, for packaging operations
- 2022-02-15 07:37:12下载
- 积分:1
-
安全追踪系统
这是我为我的计算机安全课做的项目。为了工作,您必须从下载nmap工具nmap.org网站还有VPython。主.py应使用vidle打开。
- 2022-02-03 11:04:04下载
- 积分:1
-
NFS的手表
nfs watch
- 2022-07-14 10:20:07下载
- 积分:1
-
清华大学网页控制系统
保密文件, 自己看吧, 我讨厌这个学校!!!保密文件, 自己看吧, 我讨厌这个学校!!!
- 2022-02-13 09:02:04下载
- 积分:1
-
实时监听网上连接的程序
实时监听网上连接的程序 -as tcpview above
- 2022-07-08 03:06:24下载
- 积分:1
-
使用WSAEnumProtocols函数找出在电脑上运行的所有的协议,图形界面....
使用WSAEnumProtocols函数找出在电脑上运行的所有的协议,图形界面.-use WSAEnumProtocols function on the computer to find all the operating agreement graphical interface.
- 2023-02-08 12:10:03下载
- 积分:1
-
共享以太网:在共享网络环境中,所有的主机都连接到同一条总线并且与其他的主机竞争带宽。这意味着在这样的环境中,发给某个主机的数据包也会被其它所有的机器收到。因此在...
共享以太网:在共享网络环境中,所有的主机都连接到同一条总线并且与其他的主机竞争带宽。这意味着在这样的环境中,发给某个主机的数据包也会被其它所有的机器收到。因此在这样的环境中,任何设置成混杂模式的主机,将可以捕获发送给其它主机的数据包,从而窃听网络上的所有通信。 -Ethernet sharing : sharing network environment, all of the hosts connected to a bus with other mainframe competition bandwidth. This means that in such an environment, to a host of data packets will be all other machines received. In such an environment, any set pattern of mixed mainframe, will be sent to the capture of other mainframe data packets, thereby tapping on the network for all communications.
- 2022-02-16 07:58:52下载
- 积分:1
-
该程序捕获所有的数据包,并分析以太网头部、IP头部和TCP头部。...
该程序捕获所有的数据包,并分析以太网头部、IP头部和TCP头部。-capture all of the procedures of data packets, and analyze Ethernet head, the head of IP and TCP head.
- 2022-07-21 05:02:33下载
- 积分:1