-
半连接扫描的源程序
半连接扫描的源程序-Semi-connected source scan
- 2022-05-24 01:09:25下载
- 积分:1
-
可以抓网络TCP,I CMP等几种包。
可以抓网络TCP,I CMP等几种包。-Can grasp the network TCP, I CMP, such as several packets.
- 2022-03-02 16:09:38下载
- 积分:1
-
使用vc开发的端口扫描程序。
使用vc开发的端口扫描程序。-use vc development of the port scanning procedures.
- 2022-01-26 01:05:46下载
- 积分:1
-
端口扫描程序
端口扫描程序-Port scanner
- 2022-12-20 05:55:03下载
- 积分:1
-
操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口...
操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。但这种方法的缺点是很容易被发觉,并且被过滤掉。目标计算机的logs文件会显示一连串的连接和连接是出错的服务消息,并且能很快的使它关闭。
-operating system for the connect () system call, and for every one interested in the computer connect to the port. If the interception at the state port, then connect () can be successful. Otherwise, the port is not used, that is, not provide services. One of the biggest advantages is that you do not have any authority. System of any user has the right to use this call. Another advantage is speed. If each of the target port to a linear manner, the use of separate connect () call, it would take a very long time, you can open multiple socket, thus speeding up the scanning. The use of non-blocking I/O allows you to set up a low exhaustion of the time cycle, while observing
- 2022-03-20 07:14:25下载
- 积分:1
-
port scanning basic procedures
端口扫描基本程序-port scanning basic procedures
- 2022-10-04 12:35:03下载
- 积分:1
-
利用Iphlpapi发送arp请求的小程序,在处理线程结束的地方有bug,还没有解决。如果是局域网ip地址填写你所在网段,最后一位是要扫描的终点。...
利用Iphlpapi发送arp请求的小程序,在处理线程结束的地方有bug,还没有解决。如果是局域网ip地址填写你所在网段,最后一位是要扫描的终点。-use Iphlpapi arp request to send a small procedure in handling threaded end of the local bug, is still not resolved. If LAN ip address where you fill in net, the last one is to scan the finish line.
- 2022-02-15 10:32:02下载
- 积分:1
-
Delphi下扫描图像
Delphi下扫描图像-Delphi scanned images
- 2022-02-28 13:48:03下载
- 积分:1
-
network seen elsewhere on the source code, it is true for school network helpful...
网络上其他地方看到的源代码,不错对学网络很有帮助哦-network seen elsewhere on the source code, it is true for school network helpful oh
- 2022-10-13 23:05:03下载
- 积分:1
-
内存占用的大小直接影响程序的运行,对于一些内存占用很多的程序,需要实时检测可用内存,以调整设置,本程序就能实现这种功能...
内存占用的大小直接影响程序的运行,对于一些内存占用很多的程序,需要实时检测可用内存,以调整设置,本程序就能实现这种功能-Memory footprint size of a direct impact on the operation of the procedure, for some memory footprint a lot of procedures, the need for real-time detection of memory can be used to adjust the settings, the program will be able to realize this function
- 2023-07-03 21:25:03下载
- 积分:1