-
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
-
linux下的端口扫描器
linux下的端口扫描器 -Port scan in linux
- 2022-05-23 12:55:07下载
- 积分:1
-
用raw socket 发送TCP报文有助于理解网络协议
用raw socket 发送TCP报文有助于理解网络协议-used raw socket TCP packet sent to understand network protocol
- 2022-07-24 03:54:58下载
- 积分: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
-
优秀的扫描工具,可以使用fingerprint来判断操作系统类型
优秀的扫描工具,可以使用fingerprint来判断操作系统类型- The outstanding scanning tool, may use fingerprint to judge the
operating system type
- 2022-11-04 13:00:04下载
- 积分:1
-
这是TCP_UDP编程实现的C S模式聊天软件,可以从服务器进行广播,客户端只能与服务器通信.传输模式可以是TCP或UDP,是TCP_UDP学习的不错选择...
这是TCP_UDP编程实现的C S模式聊天软件,可以从服务器进行广播,客户端只能与服务器通信.传输模式可以是TCP或UDP,是TCP_UDP学习的不错选择-Programming C S chat software, it is broadcast from the server, the client and server communication only. Transfer mode can be TCP or UDP, TCP_UDP learning is a good choice
- 2023-06-17 17:00:03下载
- 积分:1
-
端口扫描程序
端口扫描程序-Port scanner
- 2022-12-20 05:55:03下载
- 积分:1
-
radar detecttion in verilog
radar detecttion in verilog
- 2022-09-29 15:35:03下载
- 积分:1
-
XPortScan v2.0,多线程端口安全扫描工具,内包含Windows/Linux 两版本,附源代码...
XPortScan v2.0,多线程端口安全扫描工具,内包含Windows/Linux 两版本,附源代码-XPortScan v2.0, multithreaded port security scanning tools, which includes Windows/Linux version 2, with source code
- 2022-05-18 16:46:06下载
- 积分:1
-
Rosiello Security proxyscanner validity checker v2.0 of a Windows proxy server a...
Rosiello Security proxyscanner & validity checker v2.0 一个WINDOWS下的代理服务器地址扫描器,必须在MS-DOS模式下运行,附源代码。-Rosiello Security proxyscanner validity checker v2.0 of a Windows proxy server address scanners, in MS-DOS mode, and with the source code.
- 2022-10-16 20:00:03下载
- 积分:1