-
端口扫描程序,发现端口是否开启
端口扫描程序,发现端口是否开启-port scanning procedures, whether to open ports found
- 2022-02-06 12:18:31下载
- 积分:1
-
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
-
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
-
九头蛇
hydra-4.4
- 2023-05-15 12:20:04下载
- 积分:1
-
高级扫描(SYN刺探)的扫描器+源代码这是图形介面下一款基于高级扫描技术(SYN刺探)的扫描器。应广大编程爱好者的要求,现在公布它的源代码。...
高级扫描(SYN刺探)的扫描器+源代码这是图形介面下一款基于高级扫描技术(SYN刺探)的扫描器。应广大编程爱好者的要求,现在公布它的源代码。-High scan (SYN spying) of the source code scanner is graphics-based interface under the High scanning technology (SYN spying) scanners. Should the majority of programming enthusiasts, now published its source code.
- 2023-05-15 00:10:03下载
- 积分:1
-
局域网内IP扫描,扫描局域网内的计算机IP地址,请根据实际修改里面相应的地方。...
局域网内IP扫描,扫描局域网内的计算机IP地址,请根据实际修改里面相应的地方。-LAN IP scanning computer LAN IP address, Please actual changes inside the corresponding areas.
- 2022-08-16 11:19:43下载
- 积分:1
-
given directory traversal of all documents (including subdirectories document),...
遍历给定目录中的所有文件(包括子目录中的文件),以实现文件查找功能。支持通配符查找。-given directory traversal of all documents (including subdirectories document), to achieve the document search function. Search support wildcards.
- 2022-08-11 03:39:19下载
- 积分: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
-
通过发送自己构造的数据包来检测端口是否可以连接
通过发送自己构造的数据包来检测端口是否可以连接 -Detecting the port whether can be connected through sending the your own packets
- 2023-06-27 03:35:03下载
- 积分: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