搜索资源列表
newscan.zip
- 通过发送自己构造的数据包来检测端口是否可以连接
发现网络中的活动主机
- 关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : socket, the checksum algorithm, I
TcpScan
- 能够通过输入IP地址扫描端口,并显示出端口的相关信息,并能够发送和接收消息。-to enter IP addresses scanning port, and ports shows the relevant information, and be able to send and receive information.
Scan2007
- 此软件采用异步socket来查找局域网中存在的fb或者ib服务器。 原理是向局域网中的每个ip的3050端口发送连接请求,如果此ip有3050端口开放,表示有fb,ib数据库服务器在。 一般扫描一个网段约需8分钟。 -software asynchronous socket used to identify the LAN or ib fb server. The principle is to the LAN in each of the 3,050 port ip conn
perial_port
- 一个linux下串口通讯的接收端和发送端,已在redhat 9.0下测试通过
loophole_scanner
- 编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,它的socket建立过程和上面 的端口扫描器是相同的,所不同的是漏洞扫描器通常使用80端口,然后对这个端口发送一个GET文件的请求,服务器接收到请求会返回文件内容,如果文件不存 在则返回一个错误提示,通过接收返回内容可以判断文件是否存在。发送和接收数据需要使用函数send()和recv(),另外对流中存在的字符串进行判断 需要使用函数strstr(),这除了需要具备socket函数库的知识以外,还需要一些有关string函数库的
newscan
- 通过发送自己构造的数据包来检测端口是否可以连接 -Detecting the port whether can be connected through sending the your own packets
src
- 与远程服务期的指定端口建立连接并发送测试数据,unix/LINUX redhat 2.6.18-92.el5上CC/gcc编译通过-it builds up a tcp connection with remoted server and assigned port,after connection built, it sends test data to the server, compiled with cc/gcc under unix/linux redhat 2.6.18-92.el5
Client
- 一个封包发送的小软件,支持设置 服务器 端口 发送速度。和返回数据的显示-Send a small packet of software to support the server port to send the speed settings. And return data show that
ParallelPortControl
- 这是WinIo.dll的一个使用实例,用VC++实现计算机并行端口数字信息的输入与输出,演示程序包括了常用的获取信息、发送信息的程序示例。-This is a WinIo.dll use of examples, using VC++ to achieve digital information the computer parallel port input and output, including presentation of the commonly used procedures t
mscomabc
- 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
r
- linux串口 发送端程序 用于串口发送-linux serial port terminal program for the serial port to send to send
apiduankou
- 一个用API向端口发送的VB代码工具,可以学习API的调用-One with the API to the port to send the VB code tool, you can learn from API call
CDevelopIP
- C语言开发IP包例子(TCP/IP包发送) 给目标主机的端口发送一个 syn请求,注意目标主机的信息会发给发送IP地址的主机 这说明TCP/IP协议本身有IP期骗的漏洞 这种方运可以自己写成特殊的基于IP协议上层的自定义协议-C language development examples of IP packets (TCP/IP packet to send) to the target host' s port to send a syn request, note tha
packet
- python实现两个以太网端口间的发送和接收以太网数据包-python achieved between the two Ethernet ports to send and receive Ethernet packets
LanExplorer1.52
- 网络资源浏览器,扫描端口,查找资源发送信息等-Internet Explorer, scan ports, find resources to send information
tz
- 雅黑科技PHP探针最大的优点:每秒更新,不用刷网页。有一个负责的站长,会对探针进行长期支持和更新。 用于Linux系统(不推荐使用于Windows系统)。可以实时查看服务器硬盘资源、内存占用、网卡流量、系统负载、服务器时间等信息,1秒钟刷新一次。以及包括服务器IP地址,Web服务器环境监测,php等信息。 雅黑PHP探针 0.4.2 更新记录: 2012-04-15 发布0.4.2版本,感谢小松反馈探针发送邮件时,如果web服务器端口非80时,发送的邮件标题忽略端口号,现已修复。
scxt
- 首先,感谢盒子的朋友们无私的精神(尤其是麻子哥,抄过你不少代码呦~)。在盒子里学到了太多的东西(好多太高深看8懂:P)总觉着不上传点东西分享一下很愧疚...... 前几天在学习监测硬件是否变化时发现了VC版的“闪盘小偷”代码,为了学习将其改成了DELPHI版,大家一起研究。 程序功能:监视是否有移动存储设备插入,如果插入将其内容拷贝到指定目录中. 实现原理:当Windows系统的硬件设置发生变化时,系统将会向所有应用程序发送一条WM_DEVICECHANGE消息.当有设备
API-com
- 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间
3.5-PortScan_UDP
- UDP扫描原理与TCP扫描原理不同,UDP扫描是通过向对方UDP端口发送数据,然后根据对方ICMP返回数据进行判断。接收ICMP数据包只能采用RAW Socket接收到所有的数据包,然后从中过滤出哪一个数据包是对方返回的,进而判断出对方端口是否处于开状态。-UDP scanning principle and TCP scanning works differently, UDP port scans are sent via UDP to the other data, and then re
