-
操作系统提供的 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
-
This procedure using Borland C++ Compile, process the key code is
这个程序使用Borland C++编译,程序中关键代码是“my_addr.sin_port = htons(i)”,因为变量i是一个循环量,它从一开始到使用者设定值结束,而htons(i)则是对连接远程服务器需要使用的端口进行定义,之后使 用connect()函数连接指定端口,通过返回值判断这个端口是否打开,这样一个端口扫描的思路就出现了。 -This procedure using Borland C++ Compile, process the key code is
- 2022-01-23 11:09:11下载
- 积分:1
-
使用ping查询主机的程序
使用ping查询主机的程序 -The app using ping to scan machine
- 2022-05-20 20:43:40下载
- 积分:1
-
优秀的扫描工具,可以使用fingerprint来判断操作系统类型
优秀的扫描工具,可以使用fingerprint来判断操作系统类型- The outstanding scanning tool, may use fingerprint to judge the
operating system type
- 2022-11-04 13:00:04下载
- 积分:1
-
TCP/UDP端口扫描器,打印服务名称、RPC服务、网卡地址
TCP/UDP端口扫描器,打印服务名称、RPC服务、网卡地址 -TCP/UDP port scanner, print service name, rpc server, network card addre
- 2022-04-18 03:14:53下载
- 积分:1
-
ping命令的源代码,很详细的介绍,欢迎大家使用,免费的
ping命令的源代码,很详细的介绍,欢迎大家使用,免费的-ping command
- 2022-08-25 21:41:23下载
- 积分:1
-
网络扫描应用程序 windows 平台运行
网络扫描应用程序 windows 平台运行-network scan
- 2022-08-21 18:03:31下载
- 积分:1
-
检测HTTP代理服务器的程序
检测HTTP代理服务器的程序 -Detecting HTTP proxy
- 2023-02-22 17:45:03下载
- 积分:1
-
遥控接收器子程序,适合于电视,PDA,DVD等
遥控接收器子程序,适合于电视,PDA,DVD等-Remote Control Receiver subroutine, suitable for television, PDA, DVD, etc.
- 2022-07-07 04:21:51下载
- 积分:1
-
小型的网络扫描工具,非常适合初学者了解网络扫描的具体实现...
小型的网络扫描工具,非常适合初学者了解网络扫描的具体实现-small network scanning tool, very suitable for beginners to understand the specific network scanning achieve
- 2023-02-10 13:40:04下载
- 积分:1