openvas-smb-22.5.7 (wmic) 的源码
Go to file
lichangfu b70c88684e 更改改动说明 2025-02-11 12:34:44 +08:00
.docker first commit 2025-02-11 10:32:50 +08:00
.github first commit 2025-02-11 10:32:50 +08:00
changelog first commit 2025-02-11 10:32:50 +08:00
doc first commit 2025-02-11 10:32:50 +08:00
samba 在main函数做重试 2025-02-11 11:28:40 +08:00
wmi 更改改动说明 2025-02-11 12:34:44 +08:00
.dockerignore first commit 2025-02-11 10:32:50 +08:00
.gitignore first commit 2025-02-11 10:32:50 +08:00
CHANGELOG.md first commit 2025-02-11 10:32:50 +08:00
CHANGES first commit 2025-02-11 10:32:50 +08:00
CMakeLists.txt first commit 2025-02-11 10:32:50 +08:00
COPYING first commit 2025-02-11 10:32:50 +08:00
INSTALL.md first commit 2025-02-11 10:32:50 +08:00
README.md 更改改动说明 2025-02-11 12:34:44 +08:00
VERSION.in first commit 2025-02-11 10:32:50 +08:00
changelog.toml first commit 2025-02-11 10:32:50 +08:00
image-1.png 更改改动说明 2025-02-11 12:34:44 +08:00
libopenvas_wmiclient.pc.in first commit 2025-02-11 10:32:50 +08:00

README.md

Greenbone Logo

# 改动部分

文件: samba\lib\com\dcom\main.c 作用: 增加一个重试机制, 解决连不上win server 2022的问题 alt text

openvas-smb

GitHub releases Build and test Docker Pulls Docker Image Size

This is the smb module for the OpenVAS Scanner. It includes the openvas-wmiclient library to interface with Microsoft Windows Systems through the Windows Management Instrumentation API and a wmic binary to execute queries remotely on that system.

Installation

This module can be configured, built and installed with following commands:

cmake .
make install

For detailed installation requirements and instructions, please see the file INSTALL.md.

If you are not familiar or comfortable building from source code, we recommend that you use the Greenbone Enterprise TRIAL, a prepared virtual machine with a readily available setup. Information regarding the virtual machine is available at https://www.greenbone.net/en/testnow.

Support

For any question on the usage of openvas-smb please use the Greenbone Community Forum. If you found a problem with the software, please create an issue on GitHub. If you are a Greenbone customer you may alternatively or additionally forward your issue to the Greenbone Support Portal.

Maintainer

This project is maintained by Greenbone AG.

Contributing

Your contributions are highly appreciated. Please create a pull request on GitHub. Bigger changes need to be discussed with the development team via the issues section at github first.

License

Licensed under the GNU General Public License v2.0 or later.

History

This module is derived from a package distributed by Zenoss, Inc., named wmi-1.3.14. The original location was: http://dev.zenoss.org/svn/trunk/inst/externallibs/wmi-1.3.14.tar.bz2

Since then, various special patches were applied for some needs of OpenVAS Scanner. Also, anything not needed for OpenVAS Scanner was removed.

The Zenoss package actually was a copy of a code base of the Samba project (https://www.samba.org/), forked based on the GPL v2 licensed status.