-
使用ping查询主机的程序
使用ping查询主机的程序 -The app using ping to scan machine
- 2022-05-20 20:43:40下载
- 积分:1
-
包定制工具
包定制工具- The package has custom-made the tool
- 2022-10-14 16:40:03下载
- 积分:1
-
用raw socket 发送TCP报文有助于理解网络协议
用raw socket 发送TCP报文有助于理解网络协议-used raw socket TCP packet sent to understand network protocol
- 2022-07-24 03:54:58下载
- 积分:1
-
命运是一个802.11层的无线网络探测器,嗅探,和入侵检测。
Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic.
Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic. -Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic. Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic.
- 2022-07-19 02:59:33下载
- 积分:1
-
自己编写的traceroutcheng程序,基于linux QT的图形界面,运行于ARM平台,支持UDP和ICMP协议...
自己编写的traceroutcheng程序,基于linux QT的图形界面,运行于ARM平台,支持UDP和ICMP协议-I have written traceroutcheng procedure linux QT-based graphical interface, running on the ARM platform, support for UDP and ICMP protocol
- 2023-01-20 05:15:04下载
- 积分:1
-
一个简单的端口扫描程序,定义了几个在网络应用中非常有用的类,如CHyperLink。...
一个简单的端口扫描程序,定义了几个在网络应用中非常有用的类,如CHyperLink。-a simple port scanning procedures, the definition of several applications in the network very useful categories, If CHyperLink.
- 2022-03-24 09:17:20下载
- 积分:1
-
基于UDP协议的网段扫描器
基于UDP协议的网段扫描器- Based on UDP agreement webpage scanner
- 2023-04-03 18:40:04下载
- 积分:1
-
use vc development of the port scanning procedures.
使用vc开发的端口扫描程序。-use vc development of the port scanning procedures.
- 2023-01-28 08:05: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
-
nmap为一著名的网络安全扫描工具,中文版参考手册,来自官方的文档...
nmap为一著名的网络安全扫描工具,中文版参考手册,来自官方的文档-nmap is a well-known network security scanning tools, the Chinese version of Reference Manual, from the official documents
- 2023-03-31 15:35:04下载
- 积分:1