-
1包含详细的注释,多线程的源代码扫描程序。
一个包含详细注释的、多线程的扫描器C源代码。-1 contains detailed notes, multithreaded C source code scanners.
- 2022-01-24 15:02:42下载
- 积分:1
-
条形码的生成,与解析工具,条形码的生成,是基于.net开发的,可以旋转任意角度,放大1倍,2倍,3倍,解析是相对于生成的条件解析的,平台是Borland C++...
条形码的生成,与解析工具,条形码的生成,是基于.net开发的,可以旋转任意角度,放大1倍,2倍,3倍,解析是相对于生成的条件解析的,平台是Borland C++ Builder,有些文件还是不能解析。-barcode generation, and analysis tools, bar code generation, is based. Net development, arbitrary rotation angle, zooming a times, two times, three times, the analytical phase is generated analysis of the conditions, the platform is Borland C Builder, some documents or interpreting .
- 2022-07-21 22:22:35下载
- 积分: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
-
查询wingate的程序
查询wingate的程序 -Wingate scaner
- 2022-07-26 02:45:40下载
- 积分:1
-
IDS based on MySQL........uses ACID, mysql and snort
IDS based on MySQL........uses ACID, mysql and snort-IDS based on MySQL........uses ACID, mysql and snort............
- 2023-03-02 16:15:05下载
- 积分:1
-
一个用C写的端口打描程序,比较简单,适合新手学习.喜欢的朋友拿去...
一个用C写的端口打描程序,比较简单,适合新手学习.喜欢的朋友拿去-write a C port fight depiction procedures are relatively simple, suitable for novice to learn. Friends like to thank the line
- 2022-02-03 22:46:34下载
- 积分:1
-
局域网信息搜索平,端口扫描,识别共享连接等…
局域网信息搜索 ping,端口扫描,查找共享连接等功能-LAN Information Search ping, port scan, identify shared connectivity, and other functions
- 2022-02-11 13:19:33下载
- 积分:1
-
RangeScan a very good code scanner. Rar
RangeScan一个非常不错的扫描器代码.rar-RangeScan a very good code scanner. Rar
- 2022-01-21 23:49:20下载
- 积分:1
-
耐威网关软件防火墙简易版
耐威网关软件防火墙简易版-Granville resistant gateway software firewall summary version
- 2023-06-08 20:50: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