-
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
-
可视化08067漏洞扫描,并检测弱口令,列表显示结果,可以扫描内网和域...
可视化08067漏洞扫描,并检测弱口令,列表显示结果,可以扫描内网和域-Visualization of 08067 vulnerability scanning, and detection of weak passwords, lists display the results, you can scan inside the network and the domain
- 2022-08-03 06:55:21下载
- 积分: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
-
port scanning basic procedures
端口扫描基本程序-port scanning basic procedures
- 2022-10-04 12:35:03下载
- 积分:1
-
大家好好用吧,这是一个非常好的工具啊。希望我门的网站越办越好啊...
大家好好用吧,这是一个非常好的工具啊。希望我门的网站越办越好啊-we use it properly, it is a very good tool ah. I hope the door for even better ah
- 2022-07-28 00:31:24下载
- 积分: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
-
端口扫描程序
端口扫描程序-Port scanner
- 2022-12-20 05:55:03下载
- 积分:1
-
一个用c#写的扫描asp源码漏洞的应用程序
一个用c#写的扫描asp源码漏洞的应用程序-c# 1 used to write the source code scanning asp loopholes in the application! !
- 2022-02-13 14:14:54下载
- 积分: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
-
d
- 2022-09-10 15:45:04下载
- 积分:1