{"id":18565026,"url":"https://github.com/greenbone/openvas-smb","last_synced_at":"2025-04-05T09:06:20.991Z","repository":{"id":41095035,"uuid":"118424663","full_name":"greenbone/openvas-smb","owner":"greenbone","description":"SMB module for OpenVAS Scanner","archived":false,"fork":false,"pushed_at":"2025-01-27T06:38:41.000Z","size":3326,"stargazers_count":50,"open_issues_count":7,"forks_count":47,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-29T08:05:59.303Z","etag":null,"topics":["base","c","greenbone","openvas","samba","smb","techops","vulnerability","vulnerability-detection"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greenbone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-22T07:55:59.000Z","updated_at":"2025-03-03T09:34:39.000Z","dependencies_parsed_at":"2023-01-18T10:36:55.455Z","dependency_job_id":"7218a036-8010-4168-9c32-6e541d520fd2","html_url":"https://github.com/greenbone/openvas-smb","commit_stats":{"total_commits":148,"total_committers":23,"mean_commits":6.434782608695652,"dds":0.7702702702702703,"last_synced_commit":"0639776dc0931d6a6ef54b57961b217a9e82a9a9"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fopenvas-smb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fopenvas-smb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fopenvas-smb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fopenvas-smb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenbone","download_url":"https://codeload.github.com/greenbone/openvas-smb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312077,"owners_count":20918344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["base","c","greenbone","openvas","samba","smb","techops","vulnerability","vulnerability-detection"],"created_at":"2024-11-06T22:17:26.200Z","updated_at":"2025-04-05T09:06:20.939Z","avatar_url":"https://github.com/greenbone.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png)\n\n# openvas-smb\n\n[![GitHub releases](https://img.shields.io/github/release/greenbone/openvas-smb.svg)](https://github.com/greenbone/openvas-smb/releases)\n[![Build and test](https://github.com/greenbone/openvas-smb/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/greenbone/openvas-smb/actions/workflows/ci.yml?query=branch%3Amain++)\n[![Docker Pulls](https://img.shields.io/docker/pulls/greenbone/openvas-smb.svg)](https://hub.docker.com/r/greenbone/openvas-smb/)\n[![Docker Image Size](https://img.shields.io/docker/image-size/greenbone/openvas-smb.svg?maxAge=2592000)](https://hub.docker.com/r/greenbone/openvas-smb/)\n\nThis is the `smb` module for the OpenVAS Scanner. It includes the\nopenvas-wmiclient library to interface with Microsoft Windows\nSystems through the Windows Management Instrumentation API and a `wmic`\nbinary to execute queries remotely on that system.\n\n## Installation\n\nThis module can be configured, built and installed with following commands:\n\n    cmake .\n    make install\n\nFor detailed installation requirements and instructions, please see the file\n[INSTALL.md](INSTALL.md).\n\nIf you are not familiar or comfortable building from source code, we recommend\nthat you use the Greenbone Enterprise TRIAL, a prepared virtual machine with a\nreadily available setup. Information regarding the virtual machine\nis available at \u003chttps://www.greenbone.net/en/testnow\u003e.\n\n## Support\n\nFor any question on the usage of `openvas-smb` please use the [Greenbone\nCommunity Forum](https://forum.greenbone.net/). If you found a problem with the\nsoftware, please [create an issue](https://github.com/greenbone/openvas-smb/issues)\non GitHub. If you are a Greenbone customer you may alternatively or additionally\nforward your issue to the Greenbone Support Portal.\n\n## Maintainer\n\nThis project is maintained by [Greenbone AG](https://www.greenbone.net/).\n\n## Contributing\n\nYour contributions are highly appreciated. Please [create a pull\nrequest](https://github.com/greenbone/openvas-smb/pulls) on GitHub. Bigger\nchanges need to be discussed with the development team via the [issues section\nat github](https://github.com/greenbone/openvas-smb/issues) first.\n\n## License\n\nLicensed under the [GNU General Public License v2.0 or later](COPYING).\n\n## History\n\nThis module is derived from a package distributed by Zenoss, Inc.,\nnamed wmi-1.3.14. The original location was:\nhttp://dev.zenoss.org/svn/trunk/inst/externallibs/wmi-1.3.14.tar.bz2\n\nSince then, various special patches were applied for some needs of OpenVAS\nScanner. Also, anything not needed for OpenVAS Scanner was removed.\n\nThe Zenoss package actually was a copy of a code base of the Samba project\n(https://www.samba.org/), forked based on the GPL v2 licensed status.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenbone%2Fopenvas-smb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenbone%2Fopenvas-smb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenbone%2Fopenvas-smb/lists"}