Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greenbone/notus-scanner
Notus is a vulnerability scanner for creating results from local security checks
https://github.com/greenbone/notus-scanner
backend base feed notus python
Last synced: 1 day ago
JSON representation
Notus is a vulnerability scanner for creating results from local security checks
- Host: GitHub
- URL: https://github.com/greenbone/notus-scanner
- Owner: greenbone
- License: agpl-3.0
- Created: 2021-08-11T14:35:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T04:30:53.000Z (24 days ago)
- Last Synced: 2024-12-18T03:03:03.204Z (22 days ago)
- Topics: backend, base, feed, notus, python
- Language: Python
- Homepage: https://greenbone.github.io/docs/
- Size: 1.94 MB
- Stars: 43
- Watchers: 14
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png)
# Notus Scanner
[![Build and test](https://github.com/greenbone/notus-scanner/actions/workflows/ci-python.yml/badge.svg)](https://github.com/greenbone/notus-scanner/actions/workflows/ci-python.yml)
Notus Scanner detects vulnerable products in a system environment. The scanning
method is to evaluate internal system information. It does this very fast and
even detects currently inactive products because it does not need to interact
with each of the products.To report about vulnerabilities, Notus Scanner receives collected system
information on the one hand and accesses the vulnerability information from the
feed service on the other. Both input elements are in table form: the system
information is specific to each environment and the vulnerability information is
specific to each system type.Notus Scanner integrates into the Greenbone Vulnerability Management framework
which allows to let it scan entire networks within a single task. Any
vulnerability test in the format of `.notus` files inside the Greenbone Feed
will be considered and automatically matched with the scanned environments.A system environment can be the operating system of a host. But it could also be
containers like Docker or virtual machines. Neither of these need to be actively
running for scanning.The Notus Scanner is implemented in Python and published under an Open Source
license. Greenbone Networks maintains and extends it since it is embedded in the
Greenbone Professional Edition as well as in the Greenbone Cloud Services.Greenbone also keeps the vulnerability information up-to-date via the feed on a
daily basis. The `.notus` format specification is open and part of the
documentation.## Table of Contents
- [Installation](#installation)
- [Development](#development)
- [Support](#support)
- [Maintainer](#maintainer)
- [Contributing](#contributing)
- [License](#license)## Installation
Python 3.9 and later is supported.
For further information about installation and configuration read [install description](./INSTALL.md).
## Development
**notus-scanner** uses [poetry] for its own dependency management and build
process.First install poetry via pip
python3 -m pip install --user poetry
Afterwards run
poetry install
in the checkout directory of **notus-scanner** (the directory containing the
`pyproject.toml` file) to install all dependencies including the packages only
required for development.For development activate the git hooks for auto-formatting and linting via
[autohooks].poetry run autohooks activate
Validate the activated git hooks by running
poetry run autohooks check
## Support
For any question on the usage of Notus Scanner 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][Greenbone Networks]
## Contributing
Your contributions are highly appreciated. Please
[create a pull request](https://github.com/greenbone/notus-scanner/pulls)
on GitHub. Bigger changes need to be discussed with the development team via the
[issues section at GitHub](https://github.com/greenbone/notus-scanner/issues)
first.## License
Copyright (C) 2021-2024 Greenbone AG
Licensed under the GNU Affero General Public License v3.0 or later.
[Greenbone Networks]: https://www.greenbone.net/
[poetry]: https://python-poetry.org/
[pip]: https://pip.pypa.io/
[autohooks]: https://github.com/greenbone/autohooks
[Greenbone Community Forum]: https://forum.greenbone.net/