-
The preparation of vulnerability scanners detect a remote server that may exist...
编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,它的socket建立过程和上面 的端口扫描器是相同的,所不同的是漏洞扫描器通常使用80端口,然后对这个端口发送一个GET文件的请求,服务器接收到请求会返回文件内容,如果文件不存 在则返回一个错误提示,通过接收返回内容可以判断文件是否存在。发送和接收数据需要使用函数send()和recv(),另外对流中存在的字符串进行判断 需要使用函数strstr(),这除了需要具备socket函数库的知识以外,还需要一些有关string函数库的知识。-The preparation of vulnerability scanners detect a remote server that may exist with the security risks of the file exists, and its socket to establish the process and above the port scanner is the same, the difference is that vulnerability scanners typically use port 80, and then on the port send a GET request for the document, the server receives the request will return the contents of the documents, if the file does not exist then return an error message, through the receiver can determine whether to return to the contents of the file exists. Send and receive data need to use the function send () and recv (), exists in another string convection judge need to use the function strstr (), which apart from the need to have the socket lib
- 2022-06-21 10:00:53下载
- 积分:1
-
用于在入侵前收集信息的扫描软件,能够得到对方主机开放哪些端口...
用于在入侵前收集信息的扫描软件,能够得到对方主机开放哪些端口-used in the collection of information before the invasion of scanning software to be open what other host ports
- 2022-01-26 05:03:02下载
- 积分:1
-
一个DELPHI的自定义元件,有关扫描仪的
一个DELPHI的自定义元件,有关扫描仪的-an element of self definition, the scanner
- 2023-07-23 14:25:03下载
- 积分:1
-
1包含详细的注释,多线程的源代码扫描程序。
一个包含详细注释的、多线程的扫描器C源代码。-1 contains detailed notes, multithreaded C source code scanners.
- 2022-01-24 15:02:42下载
- 积分:1
-
网络检测实用工具集,能测试网络状况,同时集成部分实用功能
网络检测实用工具集,能测试网络状况,同时集成部分实用功能-Network detection utility sets, to test the network status, while integrated part of functional
- 2022-08-25 10:14:23下载
- 积分:1
-
基于UDP协议的网段扫描器
基于UDP协议的网段扫描器- Based on UDP agreement webpage scanner
- 2023-04-03 18:40:04下载
- 积分:1
-
结构简单,可以扫描他人IP,功能并不强大,但它占用内存较小,短小精悍!...
结构简单,可以扫描他人IP,功能并不强大,但它占用内存较小,短小精悍!-simple structure, others can scan IP, function is not strong, but it occupied a smaller memory, short and pithy!
- 2022-02-14 02:11:18下载
- 积分:1
-
网络扫描应用程序 windows 平台运行
网络扫描应用程序 windows 平台运行-network scan
- 2022-08-21 18:03:31下载
- 积分:1
-
judgment logical drive A disk of basic information. According to the physics sec...
判断逻辑驱动器A中磁盘的基本信息。根据给定的物理扇区号读取磁盘扇区。把磁盘上得到的信息输出到标准输出流中。-judgment logical drive A disk of basic information. According to the physics sector, disk sector read. Disk information on the output to standard output stream.
- 2022-02-11 21:30:54下载
- 积分: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