Description: 在程序中能够实现ping功能和trace route功能。 以上所有程序在VC6.0中调试通过 系统平台是:Windows XP Professional-the process to achieve ping function and trace route functions. All of the above procedures Operating System through debugging platform is : Windows XP Professional Platform: |
Size: 123904 |
Author:骑士 |
Hits:
Description: Firewall Log Daemon是一个用C编写的程序,它实时监视IP链或IP表日志警告。程序将启动一个小型后台监控进程,通过读取由系统日志写的FIFO来分析和解决防火墙日志。它可以查询一批警告,并将它们用邮件发送给你,或是由一个脚本用来处理现存的日志文件或数据流。它的功能有主机名,端口,协议,和ICMP类型/代码检查,可以由用户定义模板来格式化输出-Firewall Log daemon is a C preparation procedures, which real-time monitoring of IP or IP chain warned log table. Procedures will launch a small background monitoring process through the system log read from the FIFO write to analyze and solve firewall log. It can find a number of warnings, and use them to send mail to you, or from a script to handle the existing log file or data stream. It is the function of host name, port, protocol, and ICMP type/code inspection, by the user-defined templates to format output Platform: |
Size: 114688 |
Author:张光强 |
Hits:
Description: C语言实现的Linux下的抓包工具,功能全面,支持多种协议,如icmp arp udp tcp等。需要libpcap的支持。-C language of the Linux capturing Packet tools, full functions, support for multiple protocols, such as icmp arp udp tcp so. Libpcap need support. Platform: |
Size: 567296 |
Author:飞鱼 |
Hits:
Description: hping 是一个运行在Linux,FreeBSD,NetBSD, OpenBSD, Solaris, MacOs X 命令行方式下的TCP/IP包分析器。它类似于unix命令下的ping命令,但是hping它不能发送ICMP响应请求。它支持TCP, UDP, ICMP和RAW-IP 协议。它可以运行在跟踪模式,在一个隐蔽的通道内发送文件等各种功能。-hping is a run on Linux, FreeBSD, NetBSD and OpenBSD, Solaris, MacOs X command line under the TCP/IP packet analyzer. Unix command similar to the ping command, but hping it could not send ICMP response to the request. It supports TCP, UDP, ICMP and RAW-IP protocol. It can run in tracking mode, in a hidden passage within this document and other functions. Platform: |
Size: 90112 |
Author:龙柏利 |
Hits:
Description: 用在LINUX下,计算网络中的流量,包括 TCP 、UDP 、ICMP等等,只要经过了网卡的,全部都计算在内,先需要配置整个网络。-used in Linux, the calculation of the network flow, including TCP, UDP, ICMP, and so on. After as long as the card and are taken into account, first need to configure the entire network. Platform: |
Size: 167936 |
Author:红红 |
Hits:
Description: 用C语言写的linux下的ping程序,使用nanosleep()判断icmp超时,未使用信号量-Using C language under linux written ping procedures, the use of nanosleep () to determine icmp overtime, unused semaphore Platform: |
Size: 3072 |
Author:nin |
Hits:
Description: 在Linux利用Libpcap实现的一个数据包捕获程序,能捕获TCP,UDP,ICMP等类型数据包。-Linux use in the realization of a Libpcap packet capture process can capture TCP, UDP, ICMP and other types of packets. Platform: |
Size: 3072 |
Author:成 程 |
Hits:
Description: 这个C程序是在linux下运行!发送icmp数据包进行主机攻击-The C program is run in linux! Send icmp packets to attack the host Platform: |
Size: 2048 |
Author:don |
Hits:
Description: 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。
能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况)
能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例如用 ASCII 表示);
能够侦听来源于指定 IP 地址的数据包,能够侦听指定目的 IP 地址的数据包,显示接收到的 TCP 和 UDP 数据包的全部实际内容。需要考虑一个 TCP 或 UDP 包划分为多个 IP 包传输的情况;
能够根据指定的协议类型来过虑包,例如,只侦听 ICMP 包,或只侦听 ICMP 和 UDP 包。
功能验证手段:在运行 Sniffer 的同时,执行标准的 Ping 、 Telnet 和浏览网页等操作,检查 Sniffier 能否返回预期的结果。
Windows 平台上可以用 winpcap 类库;在 linux 平台上可以使用 libpcap 类库。也可以调用 Sockets 等有关的网络类库。
-First, the realization of the basic functions of Sniffer. Sniffer is a network for monitoring performance, the use of tools.
listening to the specified needs of the card (taking on a machine more than the case of card)
listening to all incoming and outgoing packets of the host, analysis shows that packet (ICMP, IP, TCP, UDP, etc.) in various fields. For example, the first of the IP, the need to show the version of the first length, service type, packet length, logo, DF/MF logo, paragraph migration, survival, protocol type, source IP address of the purpose, options, content, data内容. Requirement to demonstrate the actual meaning of data (such as that used ASCII)
listening to the specified IP address from data packet to specify the purpose of listening packet IP addresses, indicating the received TCP and UDP packets all the actual content. Need to consider a TCP or UDP packet is divided into a number of IP packet transmission of the situation
Platform: |
Size: 65536 |
Author:鲁明 |
Hits:
Description: 史上最全功能的Backdoor程序,包含了http服务、socks服务等等。-* allinone.c is
* a Http server,
* a sockets transmit server,
* a shell backdoor,
* a icmp backdoor,
* a bind shell backdoor,
* a like http shell,
* it can translate file from remote host,
* it can give you a socks5 proxy,
* it can use for to attack, jumps the extension, Visits other machines.
* it can give you a root shell.:) Platform: |
Size: 6144 |
Author:zheng |
Hits:
Description: linux 环境下C编写的PING程序,基于原始套接字,ICMP协议实现-linux environment, PING program written in C, based on raw sockets, ICMP protocol implementation Platform: |
Size: 2048 |
Author:于千 |
Hits:
Description: 如果要在Win2000下实现类似Ping BackDoor for Linux的后门,必须以 sniffer 的方式监听ICMP包,而在win2000下写一个简单的sniffer-If you want to Win2000 achieve Ping BackDoor for Linux similar to the back door, you must listen ICMP packet sniffer manner, but in the next win2000 write a simple sniffer Platform: |
Size: 4096 |
Author:张小麒 |
Hits: