搜索资源列表
发现网络中的活动主机
- 关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : socket, the checksum algorithm, I
sendID
- 用Socket实现的客户端send 、receive测试-Socket client send, receive test
loophole_scanner
- 编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,它的socket建立过程和上面 的端口扫描器是相同的,所不同的是漏洞扫描器通常使用80端口,然后对这个端口发送一个GET文件的请求,服务器接收到请求会返回文件内容,如果文件不存 在则返回一个错误提示,通过接收返回内容可以判断文件是否存在。发送和接收数据需要使用函数send()和recv(),另外对流中存在的字符串进行判断 需要使用函数strstr(),这除了需要具备socket函数库的知识以外,还需要一些有关string函数库的
linux-xia-epoll-socket
- linux下epoll模式的socket,可支持多用户同时向服务器发送请求。-mode under linux epoll socket, can support multiple users simultaneously send requests to the server.
braodcast_udp
- 这是一个linux下的socket程序,发送udp广播,最后得到本机的IP地址。-This is a linux program under the socket, send udp broadcast, and finally get the IP address of the machine.
spandsp-0.0.5pre4
- 一个很好的的LINUX下发送传真的源码,可以和ASTERISK结合-A good send a fax under the LINUX source code can be combined and the asterisk
inpToDispatcher.cpp
- send an input on a linux socket.
socket_send_email
- linux系统下发送邮件的程序代码,是学习编程的资料-linux system programming code to send mail, the information to learn programming
brt
- Linux下写的 socket 文件传输送程序 服务端和客户端完美统一! 命令行参数分析的完美方式! -Write under Linux the socket file transfer service to send the client side and the perfect unity! Command-line parameter analysis of the perfect way!
file_transfer
- linux下SOCKET编程示例,一个是receive程序,一个是send程序,可以用两个LINUX环境通信,也可以在一个LINUX系统下开两个终端通信-SOCKET under linux programming examples, one receive program, one is send program can use two LINUX environment, communications, can also be a LINUX system, place the follow
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
a
- 漏洞扫描器基本原理: 编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,-Vulnerability Scanner basic principle: the preparation of vulnerability scanner probe that may exist on the remote server with the security risks of the file exists, and its building process and the above
socket
- 这个猜数字游戏的代码和程序,有客户端和发送端,程序是c语言程序,有需要的可以下载-The number guessing game code and procedures, client and send the client, the program is the c language program can be downloaded in need
DayTimeServerClient
- This an example of socket programming in which client will send a message to server and server will respond with time-This is an example of socket programming in which client will send a message to server and server will respond with time
UrgentServerClient
- This an example of socket programming in which client will send data with a priority and server will respond the client according to their priority.-This is an example of socket programming in which client will send data with a priority and server wi
socket
- 分别编一个客机程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如几k字节)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。-An aircraft program were compiled and the server program, first established between the client and the server socket conne
indihgk
- 熟悉Linux环境下基本的RAW socket 编程,可以对以太网帧进行初步分析,可以通过程序完成第一个程序中对应的不同参差PDU字段分析,修改和重新发送-Familiar with the Linux environment, the basic RAW socket programming, you can conduct a preliminary analysis of the Ethernet frame can be completed through the program the
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
xcap-gr
- LinuxSocket通信时支持UDP、TCP定时发送接收的工具(LinuxSocket communication, support UDP, TCP, send and receive the tool regularly)
client
- 实现socket通讯,一边接受,一边发送,实现简单的SOCKET通讯测试。(linux socket send data by c language)