搜索资源列表
main2
- 利用在Linux的ip包重组过程中有一个严重的漏洞,攻击的C程序-use of the Linux ip packet reorganization process has a serious flaw, the attacker C procedures
2
- IP解析包 IP解析包
ippake
- 解析ip报文包的一个源代码 能生成日志文件
boip.tar
- ip包检测工具,可以检测ipv4,ipv6数据包详细情况-ip packet inspection tools, can detect ipv4, ipv6 data packet details
Linux-MAC20081224.rar
- 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A I
icmpredirect
- ICMP重定向报文构造和发生程序,通过分析以太网 IP ICMP协议 捕获包- ICMP
catch2
- 源代码为linux下的抓包程序,平台为fedora10,该程序可以打印出数据报的来源端口,ip地址等信息-Linux source code for the capture process, platform fedora10, the program can print out the source of the data reported to the port, ip address and other information
sendarp
- 类似arp防火墙的功能,输入自己的ip地址,要发送的arp回复的主机IP地址,既可以实现在数据链路成发送arp响应包。 主要练习一下Linux下面socket 和ioctrl的用法。-Similar to the arp firewall function, enter your ip address, to send arp reply to the host IP address, not only can be achieved in the data link into the se
Linux_serial_network
- Linux为串口上网提供了丰富的支持,比如PPP(Peer-to-Peer Protocol, 端对端协议)和SLIP(Serial Line Interface Protocol, 非常老的串行线路接口协议),这里所说的"上网"是指把串口当成一个网络接口,通过封装网络数据包(如IP包)以达到无网卡的终端可以通过串口进行网络通 信。但是使用这两种协议必须得到内核的支持。例如,如果在没有配置PPP的Linux环境中使用PPP,除了安装PPP应用层软件外,还必须重新编译内 核。SLIP是一个比较老的
dns_hook
- 在linux下对dns报文的返回包,进行解析,解出域名和ip-to draw the domain name from the reply of dns query.
iperf.tar
- 可以用来作为测试板卡的包转发性能工具, 可以运行在linux操作系统平台-test ip packet flow tools
ip-interconnection(part1)
- ip进行网际互连(第三卷中文版)一共有三个压缩包(其中有一个教程相对应的源码包),这是第一个压缩包。非常好的教程及源码-ip for Internet interconnection (III Chinese version) for a total of three compressed package (which has a corresponding source package tutorial), this is the first archive. Very good tutori
ip-interconnection-(part2)
- ip进行网际互连(第三卷中文版)一共有三个压缩包(其中有一个教程相对应的源码包),这是第二个压缩包。非常好的教程及源码-ip for Internet interconnection (III Chinese version) for a total of three compressed package (which has a corresponding source package tutorial), this is the second cabinet. Very good tutor
ip-interconnection-resource
- ip进行网际互连(第三卷中文版)一共有三个压缩包(其中有一个教程相对应的源码包),这是教程对应的源码压缩包。非常好的教程及源码-ip for Internet interconnection (III Chinese version) for a total of three packages (including a tutorial on the corresponding source package), which is the corresponding source archive
iptables-testing
- iptables 是与最新的 2.4.x 版本 Linux 内核集成的 IP 信息包过滤系统。如果 Linux 系统连接到因特网或 LAN、服务器或连接 LAN 和因特网的代理服务器, 则该系统有利于在 Linux 系统上更好地控制 IP 信息包过滤和防火墙配置。-iptables is the latest Linux kernel 2.4.x versions of the integrated IP packet filtering system. If the Linux system
IDS
- linux下的数据包监控程序,1. 利用数据链路访问接口来进行网络数据包监控。 2. 加深对TCP/IP协议族中常见协议的理解。 3. 掌握如何利用数据包监控程序来了解当前网络状况。 4. 编写过滤条件,对网络数据包进行过滤,提取出所关心的网络数据。 -linux packet monitoring program
frameheader1
- 基于linux c实现IP包解析功能,结构体实现-verify IP packet parse depend on linux c with structure
01_session_daemon_test
- 在网络通讯时,源主机的应用程序知道目的主机的IP地址和端口号,却不知道目的主机的硬件地址,而数据包首先是被网卡接收到再去处理上层协议的,如果接收到的数据包的硬件地址与本机不符,则直接丢弃。因此在通讯前必须获得目的主机的硬件地址。ARP协议就起到这个作用。源主机发出ARP请求,询问“IP地址是192.168.0.1的主机的硬件地址是多少”,并将这个请求广播到本地网段(以太网帧首部的硬件地址填FF:FF:FF:FF:FF:FF表示广播),目的主机接收到广播的ARP请求,发现其中的IP地址与本机相符,
